Release 3.0.13

This commit is contained in:
Karel Pičman 2023-06-21 14:18:17 +02:00
parent df7cf6e752
commit 839bd780ae
4 changed files with 24 additions and 10 deletions

View File

@ -21,9 +21,9 @@
name: "GitHub CI" name: "GitHub CI"
on: on:
push: push:
branches: ["devel"] branches: ["master"]
pull_request: pull_request:
branches: ["devel"] branches: ["master"]
jobs: jobs:
plugin_tests: plugin_tests:
strategy: strategy:

View File

@ -1,12 +1,26 @@
Changelog for Redmine DMSF Changelog for Redmine DMSF
========================== ==========================
3.0.13 *????-??-??* 3.0.13 *2023-06-21*
------------------ ------------------
An option to disable the original module Documents in the plugin's settings Italien and German localisation updated
Documents preview available if the binary is available but not explicitly defined in the plugin's settings OCR supported in full-text search
Rubocop tests of the plugin's source codes Source codes of the plugin are checked with Rubocop
* Bug: #1457 - Wiki Macros present a 'http' link regardless of whether redmine is configured for http or https
* New: #1455 - (Partially) updated IT translation
* Bug: #1454 - After file convert view permissions missing
* Bug: #1453 - I downloaded files from devel branch and put them into plugin folder. Then I run
* Bug: #1452 - API call "commit" not accepting "custom_version_major", "custom_version_minor" anymore?
* Bug: #1449 - Lost attachment on bulk edit
* Bug: #1448 - Convert documents fails
* New: #1445 - To support OCR feature
* Bug: #1444 - Feature/add notification labels
* New: #1443 - Updates german translations
* Bug: #1439 - Error when opening Setting page
* Bug: #1438 - Error while de-installing the plugin "Validation failed: Name contains invalid character(s)"
* Bug: #1434 - File view permissions issue
3.0.12 *2023-03-15* 3.0.12 *2023-03-15*
------------------ ------------------

View File

@ -1,7 +1,7 @@
Redmine DMSF Plugin 3.0.13 devel Redmine DMSF Plugin 3.0.13
================================ ==========================
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=rubocop)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml) [![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)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module. Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.

View File

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