4.2.1 devel started

This commit is contained in:
Karel Pičman 2025-07-04 08:41:19 +02:00
parent b3d4b58fea
commit 6834e91fc6
4 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1,6 +1,9 @@
Changelog for Redmine DMSF
==========================
4.2.1 *????-??-??*
------------------
4.2.0 *2025-07-04*
------------------

View File

@ -1,4 +1,4 @@
# Redmine DMSF Plugin 4.2.0
# Redmine DMSF Plugin 4.2.1 devel
[![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)

View File

@ -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.0'
version '4.2.1 devel'
requires_redmine version_or_higher: '6.0.0'