Changes related to the new 1.5.1 version releasing
This commit is contained in:
parent
6da4552b1b
commit
fbe8311260
34
CHANGELOG.md
34
CHANGELOG.md
@ -1,6 +1,40 @@
|
||||
Changelog for Redmine DMSF
|
||||
==========================
|
||||
|
||||
1.5.1: *2015-04-01*
|
||||
-----------------------
|
||||
|
||||
Approval workflow copying
|
||||
Polish localization
|
||||
Custom versions for new document revisions
|
||||
External links
|
||||
|
||||
* New: #307 - Filter mail receivers for approval workflow with file managing permission
|
||||
* New: #308 - Rails 4
|
||||
* Bug: #321 - My open approvals
|
||||
* Bug: #322 - Approval workflow notifications
|
||||
* New: #325 - Approval workflow permission
|
||||
* New: #326 - Approval workflow copying
|
||||
* Bug: #327 - ArgumentError: Unknown key: :conditions. (when running migration in redmine 2.6)
|
||||
* Bug: #330 - File link cannot download/email
|
||||
* New: #332 - ArgumentError: Unknown key: :conditions. (when running migration in redmine 2.6)
|
||||
* Bug: #323 - NoMethodError (undefined method `major_version' for nil:NilClass)
|
||||
* Bug: #336 - Delete documents configuration works for all the roles
|
||||
* Bug: #340 - Unwanted notifications
|
||||
* Bug: #341 - Error on approval workflow
|
||||
* Bug: #343 - Can't use a name of a folder already existing in the trash bin
|
||||
* Bug: #350 - Link seems wrong in when clicking "Approval workflow name"
|
||||
* New: #351 - [Feature Request] - overriding preconfigured Revision Tags/Steps
|
||||
* Bug: #353 - Link to User in Doc-Revision seems to point to wrong target link
|
||||
* New: #357 - Redmine 3.0.0 released! Compatibility with DMSF?
|
||||
* Bug: #361 - incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)
|
||||
* Bug: #366 - unable to properly uninstall under Redmine 3.0.1
|
||||
* Bug: #367 - Unable to create a folder
|
||||
* Bug: #368 - Cannot create a document workflow
|
||||
* Bug: #369 - Update document revision under Redmine 3.0.1
|
||||
* Bug: #371 - Unable to properly uninstall the plugin
|
||||
* Bug: #372 - Can't move file via WebDav
|
||||
|
||||
1.4.9: *2014-10-17*
|
||||
-----------------------
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ Features
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
* Redmine 2.5.0 or higher
|
||||
* Redmine 2.5.0 or higher (Not yet fully compatible with Redmine 3.x but it should work in general)
|
||||
|
||||
### Fulltext search (optional)
|
||||
|
||||
@ -197,4 +197,4 @@ Changes with tests, and full documentation are preferred.
|
||||
Additional Documentation
|
||||
------------------------
|
||||
|
||||
[CHANGELOG.md](CHANGELOG.md) - Project changelog
|
||||
[CHANGELOG.md](CHANGELOG.md) - Project changelog
|
||||
Binary file not shown.
2
init.rb
2
init.rb
@ -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.1 devel'
|
||||
version '1.5.1 stable'
|
||||
url 'http://www.redmine.org/plugins/dmsf'
|
||||
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user