Skip to content

Commit 81ae08d

Browse files
committed
Merge tag 'version-4.21.2' into develop
Release v4.21.2
2 parents 0901a45 + dd17a64 commit 81ae08d

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

Build.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
77
* obtain one at https://mozilla.org/MPL/2.0/
88
*
9-
* Copyright (C) 2009-2022, Peter Johnson (gravatar.com/delphidabbler).
9+
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
1010
*
1111
* Instructions for building CodeSnip from source.
1212
-->
@@ -196,7 +196,7 @@ <h3>
196196
<p>
197197
This tool is used to compile version information (<code>.vi</code>) files and
198198
any associated macro file(s) into intermediate resource source
199-
(<code>.rc</code>) files. Version 2.14.0 or later is required. Version
199+
(<code>.rc</code>) files. Version 2.15.0 or later is required. Version
200200
Information Editor can be obtained from
201201
<a
202202
href="https://github.com/delphidabbler/vied/releases"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Releases are listed in reverse version number order.
66

77
> Note that _CodeSnip_ v4 was developed in parallel with v3 for a while. As a consequence some v3 releases have later release dates than early v4 releases.
88
9+
## Release v4.21.2 of 13 July 2023
10+
11+
* Removed broken links and fixed unsafe links in the About box [issue #105].
12+
* Fixed bug in version information files that resulted in an error in the Comments section of the version information of both editions of _CodeSnip_ [issue 106].
13+
* Fixed potential XSS vulnerability in JQuery code used in Easter egg [issue #107].
14+
* Documentation changes:
15+
* Rationalised, corrected, updated and clarified licensing information. These changes affected many documentation files. [issue #108].
16+
* Overhauled `README.md` and `Docs/ReadMe.txt` and created a new `CONTRIBUTING.md` file that explains how to contribute in detail [issue #104].
17+
918
## Release v4.21.1 of 09 April 2023
1019

1120
* Completed implementation of support for [REML version 5](https://htmlpreview.github.io/?https://github.com/delphidabbler/codesnip/blob/version-4.21.0/Docs/Design/reml.html) (ommitted from v4.20.0 in error) and fixed some bugs in the original implementation [issues #81 and #82], including:

Src/Help/HTML/new.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at https://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic listing key new features of CodeSnip 4.
1010
-->

Src/Res/Scripts/easteregg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* JavaScript code used to perform animations in program's easter egg.
99
* Requires jQuery and lite version of jQuery Cycle plug-in.

Src/VCodeSnip.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Special Build=
4141
Identifier=
4242
NumRCComments=0
4343
ResOutputDir=
44-
FileVersion=1
44+
FileVersion=2

Src/VCodeSnipPortable.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Special Build=Portable
4141
Identifier=
4242
NumRCComments=0
4343
ResOutputDir=
44-
FileVersion=1
44+
FileVersion=2

Src/VersionInfo.vi-inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CodeSnip Version Information Macros for Including in .vi files
22

33
# Version & build numbers
4-
version=4.21.1
5-
build=268
4+
version=4.21.2
5+
build=269
66

77
# String file information
88
copyright=Copyright © P.D.Johnson, 2005-<YEAR>.

0 commit comments

Comments
 (0)