diff --git a/CHANGELOG.md b/CHANGELOG.md index 563768e..758cfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog de framadate +## 1.1.18 +20-12-2021 + +### Changed +- Dependency updates +- Replace abandonned SimpleMDE with EasyMDE fork + +### Fixed +- Enforce the instance expiration limits when editing the poll expiration date once created, from poll admin +- Fixed some HTML markup validity + +### Translations +- Fixed a missing french language key +- Enable Catalan language + ## 1.1.17 18-10-2021 ### Added diff --git a/app/inc/constants.php b/app/inc/constants.php index 158def6..115a100 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.17'; +const VERSION = '1.1.18'; // PHP Needed version const PHP_NEEDED_VERSION = '7.3';