diff --git a/changelogs/1-2-0.md b/changelogs/1-2-0.md new file mode 100644 index 00000000..aafc2893 --- /dev/null +++ b/changelogs/1-2-0.md @@ -0,0 +1,31 @@ +## v1.2.0 + +### Added + +- Emoji support #194 + +### Changed + +- The login process (session management) has been completely rewritten +- Changelog is now generated via markdown files instead of manual html + +### Removed + +- Roadmap under the changelog page + +### Fixed + +- Logging into non existent user #184 +- "Keep me logged in" functionality #191 +- "Keep me logged in" checked state in dark theme #189 + +### Security + +- Dependencies have been updated +- Fixed missing authentication when deleting wish +- Fixed being able to add wishes to arbitrary lists +- Various security fixes and improvements + + If you are self-hosting, please update as soon as possible. + + Thank you [Trup3s](https://github.com/wishthis/wishthis/commits?author=Trup3s) from the Technical University of Darmstad! diff --git a/changelogs/unreleased.md b/changelogs/unreleased.md index 13f6b4af..3e66c321 100644 --- a/changelogs/unreleased.md +++ b/changelogs/unreleased.md @@ -2,12 +2,11 @@ ### Added -- Emoji support #194 +- Nothing ### Changed -- The login process (session management) has been completely rewritten -- Changelog is now generated via markdown files instead of manual html +- Nothing ### Depcreated @@ -15,21 +14,12 @@ ### Removed -- Roadmap under the changelog page +- Nothing ### Fixed -- Logging into non existent user #184 -- "Keep me logged in" functionality #191 -- "Keep me logged in" checked state in dark theme #189 +- Nothing ### Security -- Dependencies have been updated -- Fixed missing authentication when deleting wish -- Fixed being able to add wishes to arbitrary lists -- Various security fixes and improvements - - If you are self-hosting, please update as soon as possible. - - Thank you [Trup3s](https://github.com/wishthis/wishthis/commits?author=Trup3s) from the Technical University of Darmstad! +- Nothing diff --git a/index.php b/index.php index e5c25848..c7a9475a 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ namespace wishthis; -define('VERSION', '1.1.1'); +define('VERSION', '1.2.0'); define('ROOT', __DIR__); define('DEFAULT_LOCALE', 'en_GB');