From 8b99a1faa1d1ad6a4ff24da46c3e85d8f2b3adeb Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Fri, 31 May 2024 14:41:17 +0200 Subject: [PATCH] chore: update to v1.2.0 --- changelogs/1-2-0.md | 31 +++++++++++++++++++++++++++++++ changelogs/unreleased.md | 20 +++++--------------- index.php | 2 +- 3 files changed, 37 insertions(+), 16 deletions(-) create mode 100644 changelogs/1-2-0.md 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');