Skip to content

Commit 020b4e0

Browse files
committed
Update release notes, version number and date
1 parent eefb1cf commit 020b4e0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).
55

6-
## Version 2.14.0, 2022-11-19
6+
## Version 2.14.2, 2022-11-20
7+
8+
### Fixed
9+
- Fix regression introduced when fixing #73 (issue #110).
10+
11+
## Version 2.14.1, 2022-11-19
712

813
### Add
914
- Add better graphical separation of footer buttons (no issue number, commit 21da4fadf108b76e467690ac06d5c2db6c8c01a1).
@@ -15,6 +20,8 @@ This project adheres to [Semantic Versioning](https://semver.org/) and follow pr
1520
- Fix several strings (no issue number, commits 1057305479a9778a4d6f11c9dbcf83d9e8c945c0, b1c8ae4c53a89e9a5bcb6a1673d8f4c9104bb598).
1621
- Fix comments (no issue number, commits 08af42ecbe7d386de45548c8e32050693e5cfd89, 61c09dc0cc7a6090475fe9e812e0ee129dc310d8).
1722

23+
## Version 2.14.0, unreleased
24+
1825
## Version 2.13.1, 2022-08-04
1926

2027
### Changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2022111901;
30-
$plugin->release = '2.14.1';
29+
$plugin->version = 2022112000;
30+
$plugin->release = '2.14.2';
3131
$plugin->requires = 2018120300;
3232
$plugin->supported = [36, 410];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)