v3.2.4 release

This commit is contained in:
Karel Pičman 2024-10-24 07:54:22 +02:00
parent c1b4192f35
commit 601c993639
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Changelog for Redmine DMSF
==========================
3.2.4 *2024-10-24*
------------------
Multiple file upload fix
* Bug: #1559 - Multiple files upload
* Bug: #1558 - Deleting of uploaded files
3.2.3 *2024-10-18*
------------------

View File

@ -1,4 +1,4 @@
Redmine DMSF Plugin 3.2.3
Redmine DMSF Plugin 3.2.4
=========================
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)

View File

@ -24,7 +24,7 @@ Redmine::Plugin.register :redmine_dmsf do
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features'
version '3.2.3'
version '3.2.4'
requires_redmine version_or_higher: '5.0.0'