v1.5.3 released

This commit is contained in:
Karel Pičman 2015-08-10 09:11:03 +02:00
parent ff6424db52
commit bee3f17321
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog for Redmine DMSF
==========================
1.5.3 *2015-08-10*
------------------
Plupload 2.1.8
Redmine >= 3.0 required
* Bug: #430 - Got 500 error when change directory name
* Bug: #427 - Can't access to WebDAV root directory
* Bug: #422 - Document uploading in IE
1.5.2 *2015-07-13*
------------------

View File

@ -218,4 +218,4 @@ Changes with tests, and full documentation are preferred.
Additional Documentation
------------------------
[CHANGELOG.md](CHANGELOG.md) - Project changelog
[CHANGELOG.md](CHANGELOG.md) - Project changelog

View File

@ -28,7 +28,7 @@ Redmine::Plugin.register :redmine_dmsf do
name 'DMSF'
author 'Vit Jonas / Daniel Munn / Karel Picman'
description 'Document Management System Features'
version '1.5.3 devel'
version '1.5.3'
url 'http://www.redmine.org/plugins/dmsf'
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'