1.4.5 being brought to stable (mainly bug-fixes)

This commit is contained in:
Daniel Munn 2012-07-20 13:43:38 +01:00
parent 4870bf004a
commit 035589cf0f
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog for Redmine DMSF
==========================
1.4.5: *Not yet released*
1.4.5: *2012-07-20*
-----------------------
* New: Settings introduced to enable read-only or read-write stance to be taken with webdav
* Fix: Issue #27 - incorrect call to display column information from database (redmine 1.x fragment).
@ -9,6 +9,7 @@ Changelog for Redmine DMSF
* Fix: Issue #23 - Incorrect call to to_s for displaying time in certain views
* Fix: Issue #24 - Incorrect times shown on revision history / documents
* Fix: Issue #25 - Character in init.rb stops execution
* Fix: Issue #34 - Incorrect scope when accessing deleted files prevented notification.
1.4.4p2: *2012-07-08*
-------------------

View File

@ -24,7 +24,7 @@ Redmine::Plugin.register :redmine_dmsf do
name "DMSF"
author "Vit Jonas / Daniel Munn"
description "Document Management System Features"
version "1.4.5 devel"
version "1.4.5 stable"
url "https://github.com/danmunn/redmine_dmsf"
author_url "https://code.google.com/p/redmine-dmsf/"