Browse Source

Updates for 5.0.7 release.

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22485 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.7
Marius Balteanu 5 months ago
parent
commit
3d6102c91e
2 changed files with 19 additions and 1 deletions
  1. 18
    0
      doc/CHANGELOG
  2. 1
    1
      lib/redmine/version.rb

+ 18
- 0
doc/CHANGELOG View File

@@ -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]

+ 1
- 1
lib/redmine/version.rb View File

@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 0
TINY = 6
TINY = 7

# Branch values:
# * official release: nil

Loading…
Cancel
Save