From 035589cf0fb33a84c575536ce70cd2142c259c40 Mon Sep 17 00:00:00 2001 From: Daniel Munn Date: Fri, 20 Jul 2012 13:43:38 +0100 Subject: [PATCH] 1.4.5 being brought to stable (mainly bug-fixes) --- CHANGELOG.md | 3 ++- init.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6159a5..682e306e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* ------------------- diff --git a/init.rb b/init.rb index 62d67da6..8bdfb9eb 100644 --- a/init.rb +++ b/init.rb @@ -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/"