Skip to content

Commit dfcf4ba

Browse files
committed
Merge branch 'hotfix/2.1.1'
2 parents 339dfbf + 2b75959 commit dfcf4ba

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

csdb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ From v2.0.0 all notable changes to this project will be documented in this file.
88
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## v2.1.1 of 2021/12/29 (HOTFIX)
12+
13+
* Fixed malformed REML tags. Fixes [issue #7](https://github.com/delphidabbler/code-snippets/issues/7).
14+
1115
## v2.1.0 of 2021/12/26
1216

1317
* Deprecated `Desc`, `Comments`, `Credits` & `Credits_URL` keys in Code Snippets Database collection and changed `DescEx` key to be required. Made following changes to `.ini` files as a consequence:

csdb/collection/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

csdb/collection/graphics.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ FPC=N
370370

371371
[EllipsifyText]
372372
DescEx="<p>Shortens the given text if necessary to fit within <var>MaxWidth</var> pixels on the given canvas.</p><p>If <var>AsPath</var> is True the text is shortened path-wise by inserting an ellipsis in the text body, otherwise it is trunctated and an ellipsis is appended.</p>"
373-
Extra="<p.>Provided by Bill Miller.</p."
373+
Extra="<p>Provided by Bill Miller.</p>"
374374
Units=Graphics,SysUtils,Classes,Windows
375375
Snip=161.dat
376376
Delphi2=Y

csdb/collection/shell.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ FPC=Y
312312

313313
[GetKnownFolderPath]
314314
DescEx="<p>Returns the &quot;known folder path&quot; specified by <var>FolderID</var>, or the empty string if <var>FolderID</var> is not valid on the host operating system.</p>"
315-
Extra="<p>This routine requires Windows Vista or later.</p><p>Contributed by Ariel Rivas.<p>"
315+
Extra="<p>This routine requires Windows Vista or later.</p><p>Contributed by Ariel Rivas.</p>"
316316
Units=ShlObj,ActiveX
317317
SeeAlso=SpecialFolderPath
318318
Snip=502.dat

0 commit comments

Comments
 (0)