From a02a54f251548089bedbf2a1c9236e31822ad3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 22 Oct 2024 11:20:27 +0200 Subject: [PATCH 1/2] Add release-notes file --- docs/release-notes/14-6-2/README.md | 40 +++++++++++++++++++++++++++++ docs/release-notes/README.md | 7 +++++ 2 files changed, 47 insertions(+) create mode 100644 docs/release-notes/14-6-2/README.md diff --git a/docs/release-notes/14-6-2/README.md b/docs/release-notes/14-6-2/README.md new file mode 100644 index 000000000000..68935644ed20 --- /dev/null +++ b/docs/release-notes/14-6-2/README.md @@ -0,0 +1,40 @@ +--- +title: OpenProject 14.6.2 +sidebar_navigation: + title: 14.6.2 +release_version: 14.6.2 +release_date: 2024-10-22 +--- + +# OpenProject 14.6.2 + +Release date: 2024-10-22 + +We released OpenProject [OpenProject 14.6.2](https://community.openproject.org/versions/2137). +The release contains several bug fixes and we recommend updating to the newest version. +In these Release Notes, we will give an overview of important feature changes. +At the end, you will find a complete list of all changes and bug fixes. + + + +## Bug fixes and changes + + + + +- Bugfix: Meetings: Invitation being sent out instead of summary after meeting took place \[[#58326](https://community.openproject.org/wp/58326)\] +- Bugfix: Some images are missing when running OpenProject all-in-one container \[[#58431](https://community.openproject.org/wp/58431)\] +- Bugfix: Deleting cost query and clicking apply again breaks \[[#58441](https://community.openproject.org/wp/58441)\] + + + + +## Contributions +A very special thank you goes to our sponsors for this release. +Also a big thanks to our Community members for reporting bugs and helping us identify and provide fixes. +Special thanks for reporting and finding bugs go to Peter Wafzig. + +Last but not least, we are very grateful for our very engaged translation contributors on Crowdin, who translated quite a few OpenProject strings! +Would you like to help out with translations yourself? +Then take a look at our translation guide and find out exactly how you can contribute. +It is very much appreciated! diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index 8c33113d8586..50933c3c3daa 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -13,6 +13,13 @@ Stay up to date and get an overview of the new features included in the releases +## 14.6.2 + +Release date: 2024-10-22 + +[Release Notes](14-6-2/) + + ## 14.6.1 Release date: 2024-10-10 From 654c2e3131cc357605b3a77831e9c4fa6b4e97fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 22 Oct 2024 11:20:28 +0200 Subject: [PATCH 2/2] Bumped version to 14.6.3 [ci skip] --- lib/open_project/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/version.rb b/lib/open_project/version.rb index b42c11a21954..e02b13545677 100644 --- a/lib/open_project/version.rb +++ b/lib/open_project/version.rb @@ -33,7 +33,7 @@ module OpenProject module VERSION # :nodoc: MAJOR = 14 MINOR = 6 - PATCH = 2 + PATCH = 3 class << self # Used by semver to define the special version (if any).