v4.2.1 released

This commit is contained in:
Karel Pičman 2025-07-10 15:59:54 +02:00
parent 6346b88149
commit 96dc70f1e1
4 changed files with 13 additions and 5 deletions

View File

@ -20,9 +20,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,9 +1,17 @@
Changelog for Redmine DMSF 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* 4.2.0 *2025-07-04*
------------------ ------------------

View File

@ -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) [![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) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)

View File

@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_dmsf do
author_url 'https://github.com/picman/redmine_dmsf/graphs/contributors' author_url 'https://github.com/picman/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 '4.2.1 devel' version '4.2.1'
requires_redmine version_or_higher: '6.0.0' requires_redmine version_or_higher: '6.0.0'