Skip to content

Commit

Permalink
v2.4.11 released
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 3, 2021
1 parent 6d91260 commit 9751836
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
-------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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'

Expand Down

0 comments on commit 9751836

Please sign in to comment.