Pushed version, updated changelog and small fix in readme.

pull/6827/head
Sebastian Schuster 11 years ago
parent 93285aa952
commit d7cd8fab1d
  1. 2
      README.md
  2. 5
      doc/CHANGELOG.md
  3. 2
      lib/open_project/costs/version.rb
  4. 2
      openproject-costs.gemspec

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

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

@ -19,6 +19,6 @@
module OpenProject
module Costs
VERSION = "5.0.1.pre11"
VERSION = "5.0.1"
end
end

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

Loading…
Cancel
Save