diff --git a/CHANGELOG.md b/CHANGELOG.md index ef60ade..eca2f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com). -## Version 2.14.0, 2022-11-19 +## Version 2.14.2, 2022-11-20 + +### Fixed +- Fix regression introduced when fixing #73 (issue #110). + +## Version 2.14.1, 2022-11-19 ### Add - 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 - Fix several strings (no issue number, commits 1057305479a9778a4d6f11c9dbcf83d9e8c945c0, b1c8ae4c53a89e9a5bcb6a1673d8f4c9104bb598). - Fix comments (no issue number, commits 08af42ecbe7d386de45548c8e32050693e5cfd89, 61c09dc0cc7a6090475fe9e812e0ee129dc310d8). +## Version 2.14.0, unreleased + ## Version 2.13.1, 2022-08-04 ### Changed diff --git a/version.php b/version.php index 4d4d30e..d07ed04 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin = new stdClass(); -$plugin->version = 2022111901; -$plugin->release = '2.14.1'; +$plugin->version = 2022112000; +$plugin->release = '2.14.2'; $plugin->requires = 2018120300; $plugin->supported = [36, 410]; $plugin->maturity = MATURITY_STABLE;