diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index c701e6b0..b7fc0fa6 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -20,9 +20,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 abeea90c..0e258735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ Changelog for Redmine DMSF ========================== -4.2.1 *????-??-??* +4.2.1 *2025-07-10* ------------------ + Searching in multiple revisions + +IMPORTANT: Issue tracking numbering has been restarted after the movement to the new repository + +* Bug: #1 - Can't install 3.2.4 on redmine 5.0 +* Bug: #3 - Download CSV file leads to 404 +* New: #4 - Searching in multiple revisions + 4.2.0 *2025-07-04* ------------------ diff --git a/README.md b/README.md index 41ff394e..a89876e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Redmine DMSF Plugin 4.2.1 devel +# Redmine DMSF Plugin 4.2.1 [![GitHub CI](https://github.com/picman/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/picman/redmine_dmsf/actions/workflows/rubyonrails.yml) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) diff --git a/init.rb b/init.rb index ebc1a3e0..d800df49 100644 --- a/init.rb +++ b/init.rb @@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_dmsf do author_url 'https://github.com/picman/redmine_dmsf/graphs/contributors' author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '4.2.1 devel' + version '4.2.1' requires_redmine version_or_higher: '6.0.0'