diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bdc3c6..08441953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ Changelog for Redmine DMSF ========================== -2.4.11 *????-??-??* +2.4.11 *2021-11-03* ------------------- + GitLab CI REST API - Copy and move of files and folders + Copy and move of documents and folders + PostreSQL fixed + +* New: #1309 - Gitlab CI +* Bug: #1306 - Mysql2::Error: Operand should contain 1 column(s) +* Bug: #1304 - SQL error with postgresql on top menu +* New: #1301 - REST API for documents movement 2.4.10 *2021-10-20* ------------------- diff --git a/README.md b/README.md index 6b426179..d42edf15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **2.4.11 devel** +The current version of Redmine DMSF is **2.4.11** -[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/devel-2.4.11/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/devel-2.4.11/latest) +[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest) 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 31e6ca92..a7e861e0 100644 --- a/init.rb +++ b/init.rb @@ -33,7 +33,7 @@ Redmine::Plugin.register :redmine_dmsf do end author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '2.4.11 devel' + version '2.4.11' requires_redmine version_or_higher: '4.2.0'