diff --git a/README.md b/README.md index d8a2d20738..c1b09a6d79 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A more detailed description can be found on [OpenProject.org](https://www.openpr Requirements ------------ -The OpenProject Backlogs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in version greater or equal to *3.0.0pre42*. +The OpenProject Costs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in version greater or equal to *3.0.0pre42*. Installation diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 6768e7b3fa..94ff4492fe 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -20,9 +20,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Changelog +## 5.0.1 + * `#2259` [Accessibility] linearisation of issue show form (2) +* `#2465` [Costs] Wrong link in ticket overview for budget +* `#3065` [Work package tracking] Internal error when selecting costs in columns and displaying sums * `#3077` Public Release Costs plugin * `#3787` [Accessibility] Required fields MUST be displayed as required - new cost type +* `#3862` Deleting fixed date results in internal error ## 5.0.1.pre11 diff --git a/lib/open_project/costs/version.rb b/lib/open_project/costs/version.rb index 29c268f932..1e39929cc8 100644 --- a/lib/open_project/costs/version.rb +++ b/lib/open_project/costs/version.rb @@ -19,6 +19,6 @@ module OpenProject module Costs - VERSION = "5.0.1.pre11" + VERSION = "5.0.1" end end diff --git a/openproject-costs.gemspec b/openproject-costs.gemspec index 2fc8988a66..ebd3f6ec19 100644 --- a/openproject-costs.gemspec +++ b/openproject-costs.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.version = OpenProject::Costs::VERSION s.authors = "Finn GmbH" s.email = "info@finn.de" - s.homepage = "http://www.finn.de" + s.homepage = "https://www.openproject.org/projects/costs-plugin" s.summary = "An OpenProject plugin to manage project costs" s.description = "This Plugin adds features for planning and tracking costs of projects." s.license = "GPLv3"