From 3d6102c91e9b67beb6a928493fa20391130113b2 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 27 Nov 2023 20:22:22 +0000 Subject: [PATCH] Updates for 5.0.7 release. git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22485 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 18 ++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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 -- 2.39.5