Skip to content

Commit 33a05b3

Browse files
14 Sep 2025: ver.1.3.5
- Fixed Setup for Delphi 13
1 parent 5866082 commit 33a05b3

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

Packages/D12/DBAwareLabeledComponents.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Package</AppType>
12+
<ProjectName Condition="'$(ProjectName)'==''">DBAwareLabeledComponents</ProjectName>
1213
</PropertyGroup>
1314
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1415
<Base>true</Base>

Packages/D13/DBAwareLabeledComponents.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Package</AppType>
12+
<ProjectName Condition="'$(ProjectName)'==''">DBAwareLabeledComponents</ProjectName>
1213
</PropertyGroup>
1314
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1415
<Base>true</Base>

README.htm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h1>DBAwareLabeledComponents</h1>
3333
<p><a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg" alt="License"/></a></p>
3434
<p>An extended TDBGrid plus classic Delphi-VCL Editors with Boundary-Label (DB-Aware and Standard) including NumberBox</p>
35-
<h3>Actual official version 1.3.4 (VCL)</h3>
35+
<h3>Actual official version 1.3.5 (VCL)</h3>
3636
<h2>New Setup for automatic installation of components</h2>
3737
<p>From 1.3.3 version a new &ldquo;Installer&rdquo; read-to-use is located in the Release area: <a href="https://github.com/EtheaDev/DBAwareLabeledComponents/releases/latest/download/DBAwareLabeledComponents_Setup.exe">Download the Installer</a>.</p>
3838
<p>The Installer automatically detect your Delphi versions, install sources, build and install packages and add source paths.</p>
@@ -113,6 +113,10 @@ <h3>Available from Delphi XE3 to Delphi 13 (32bit and 64bit platforms)</h3>
113113
<p><img src="./Images/SupportingDelphi.jpg" alt="Delphi Support"/></p>
114114
<p>Related links: https://www.embarcadero.com/ - https://learndelphi.org/</p>
115115
<h3>RELEASE NOTES</h3>
116+
<p>14 Sep 2025: ver.1.3.5</p>
117+
<ul>
118+
<li>Fixed Setup for Delphi 13</li>
119+
</ul>
116120
<p>27 Aug 2025: ver.1.3.4</p>
117121
<ul>
118122
<li>Added Packages for Delphi 13</li>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An extended TDBGrid plus classic Delphi-VCL Editors with Boundary-Label (DB-Aware and Standard) including NumberBox
66

7-
### Actual official version 1.3.4 (VCL)
7+
### Actual official version 1.3.5 (VCL)
88

99
## New Setup for automatic installation of components
1010

@@ -79,6 +79,9 @@ A complete Demo is available in Demo Folder.
7979
Related links: https://www.embarcadero.com/ - https://learndelphi.org/
8080

8181
### RELEASE NOTES
82+
14 Sep 2025: ver.1.3.5
83+
- Fixed Setup for Delphi 13
84+
8285
27 Aug 2025: ver.1.3.4
8386
- Added Packages for Delphi 13
8487

Source/Vcl.DBAwareLabeledComponentsRegistry.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ implementation
6161
;
6262

6363
const
64-
ComponentsVersion = '1.3.4';
64+
ComponentsVersion = '1.3.5';
6565
Component_Docs_URL = 'https://ethea.it/docs/dbawarelabeledcomponents/Overview.html';
6666
{$IFDEF D11+}
6767
ABOUT_RES_NAME = 'DBAWARESPLASH48PNG';

0 commit comments

Comments
 (0)