tvplanit: v1.2.0 for new release

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-20 22:30:30 +00:00
parent ecb135c238
commit e039ce9645
5 changed files with 14 additions and 8 deletions

View File

@ -31,7 +31,7 @@ The Initial Developer of the Original Code is TurboPower Software.
Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved.
Contributor(s): "/>
<Version Major="1" Release="11"/>
<Version Major="1" Minor="2"/>
<Files Count="74">
<Item1>
<Filename Value="source\vpbase.pas"/>

View File

@ -27,7 +27,7 @@ The Initial Developer of the Original Code is TurboPower Software.
Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved.
Contributor(s): "/>
<Version Major="1" Release="11"/>
<Version Major="1" Minor="2"/>
<Files Count="6">
<Item1>
<Filename Value="source\design\vpreg.pas"/>

View File

@ -18,7 +18,7 @@
Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
"/>
<Version Major="1" Release="11"/>
<Version Major="1" Minor="2"/>
<Files Count="1">
<Item1>
<Filename Value="source\addons\zeos\vpzeosds.pas"/>

View File

@ -15,7 +15,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="Visual PlanIt datastore for ZEOS database components (Designtime package)"/>
<Version Major="1" Release="11"/>
<Version Major="1" Minor="2"/>
<Files Count="1">
<Item1>
<Filename Value="source\addons\zeos\vpregzeos.pas"/>

View File

@ -11,7 +11,7 @@ Table of contents
4.2 Release 1.0.4
4.3 Release 1.0.6
4.4 Releases 1.0.8 and 1.0.10
4.4 Current development version (1.0.11)
4.5 Release 1.2.0
5. Additional help
5.1 Original TurboPower documentation
5.2 Wiki page
@ -130,11 +130,17 @@ steps:
- Bug fixes
- JSON datastore
- Improved integration of the LCL scaling of Lazarus 1.8
- Fix VpNavBar component editor
- VpNavBar component editor working in Lazarus version
4.5 Current development version (1.0.11)
4.5 Release 1.2.0
- New properties ShowNavButtons, FixedDate, RowHeight, RowLinesStep,
SimpleRowTime of VpDayView
- VpContactGrid can import contacts from vCard files (*.vcf)
- VpDayView/VpWeekView and VpTaskList can import events and tasks,
respectively, from iCalendar files (*.ical, *.ics)
- New property CaptionStyle of VpContactButtons.
- ...
================================================================================