diff --git a/components/tvplanit/examples/datastores/readme.txt b/components/tvplanit/examples/datastores/readme.txt index dff37da74..a81287ab8 100644 --- a/components/tvplanit/examples/datastores/readme.txt +++ b/components/tvplanit/examples/datastores/readme.txt @@ -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 diff --git a/components/tvplanit/readme.txt b/components/tvplanit/readme.txt index 723210384..73356de6e 100644 --- a/components/tvplanit/readme.txt +++ b/components/tvplanit/readme.txt @@ -141,8 +141,13 @@ steps: - VpDayView/VpWeekView and VpTaskList can import events and tasks, respectively, from iCalendar files (*.ical, *.ics) - New property CaptionStyle of VpContactButtons. + +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.6 Current development version (1.3) +4.7 Current development version (1.7) ================================================================================