TvPlanIt: Update readme.txt files.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-06-22 21:40:32 +00:00
parent 388374115f
commit db0bc241dd
2 changed files with 13 additions and 2 deletions

View File

@ -13,6 +13,10 @@ Datastores working with the default Lazarus installation
- TVpIniDatastore in folder "ini" (for ini files)
- TVpJsonDatastore in folder "json" (for json files)
- TVpXmlDatastore in folder "xml" (for xml files)
- TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB)
@ -20,7 +24,9 @@ Add-on datastores requiring third-party components/code:
--------------------------------------------------------
- TVpZeosDatastore in folder "zeos"
requires installation of package "laz_visualplanit_zeos"
requires installation of package "laz_visualplanit_zeos". By means of a
conditional define it can be used for a Firebird, PostgreSQL or SQLite3
database.
- TVpmORMotDatastore in folder "examples/mormot":
Since this datastore depends on third-party source code it is not added in

View File

@ -142,7 +142,12 @@ steps:
respectively, from iCalendar files (*.ical, *.ics)
- New property CaptionStyle of VpContactButtons.
4.6 Current development version (1.3)
4.6 Release 1.6.0
- ZEOS datastore works with PostgreSQL now.
- VpClock supports Pause and Resume commands.
- Several bug fixes (e.g., AutoInc field handling)
4.7 Current development version (1.7)
================================================================================