diff options
-rw-r--r-- | doc/CHANGELOG | 18 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a16de561e..e4b3c81fd 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,24 @@ Redmine - project management software Copyright (C) 2006-2023 Jean-Philippe Lang https://www.redmine.org/ +== 2023-11-27 v5.0.7 + +=== [Email notifications] + +* Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency) + +=== [Issues] + +* Defect #39521: Mention autocomplete not displaying for users without "Edit issues" permission + +=== [PDF export] + +* Defect #39534: Error (undefined method) in issue list PDF export + +=== [Text formatting] + +* Defect #38852: ## issue syntax is not kept when selecting an issue from the inline autocomplete + == 2023-09-30 v5.0.6 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 05b9724dc..bf0d03f79 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 6 + TINY = 7 # Branch values: # * official release: nil |