From d630de3d84dd91d221531f794dc6d59bf5cbd23c Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Tue, 21 Jan 2014 13:08:52 +0100 Subject: [PATCH] New devel branch 1.4.8 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- init.rb | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad55cb8b..cbcd3c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog for Redmine DMSF ========================== +1.4.8: ** +----------------------- + + Document links + Email links + + 1.4.7: *2014-01-02* ----------------------- diff --git a/README.md b/README.md index 58c62b41..514ddcce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **1.4.7** +The current version of Redmine DMSF is **1.4.8** Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module. diff --git a/init.rb b/init.rb index 0486da43..02ef02bf 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2013 Karel Picman +# Copyright (C) 2014 Karel Picman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -26,9 +26,9 @@ Redmine::Plugin.register :redmine_dmsf do name 'DMSF' author 'Vit Jonas / Daniel Munn / Karel Picman' description 'Document Management System Features' - version '1.4.7 stable' + version '1.4.8 devel' url 'http://www.redmine.org/plugins/dmsf' - author_url 'mailto:karel.picman@kontron.com' + author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors' requires_redmine :version_or_higher => '2.0.0'