diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 45b6bf78..0ab7038c 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -21,9 +21,9 @@ name: "GitHub CI" on: push: - branches: ["devel"] + branches: ["master"] pull_request: - branches: ["devel"] + branches: ["master"] jobs: plugin_tests: strategy: diff --git a/CHANGELOG.md b/CHANGELOG.md index b59a1118..d9aee393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,26 @@ 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 - Documents preview available if the binary is available but not explicitly defined in the plugin's settings - Rubocop tests of the plugin's source codes + Italien and German localisation updated + OCR supported in full-text search + 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* ------------------ diff --git a/README.md b/README.md index bfc9921b..83750afc 100644 --- a/README.md +++ b/README.md @@ -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) 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 07ea14f2..2215a88a 100644 --- a/init.rb +++ b/init.rb @@ -26,7 +26,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.0.13 devel' + version '3.0.13' requires_redmine version_or_higher: '5.0.0'