Skip to content

Commit 8cf3f72

Browse files
committed
v4.1.3 released
1 parent 6233a5f commit 8cf3f72

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
name: "GitHub CI"
2222
on:
2323
push:
24-
branches: ["devel"]
24+
branches: ["master"]
2525
pull_request:
26-
branches: ["devel"]
26+
branches: ["master"]
2727
jobs:
2828
plugin_tests:
2929
strategy:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Changelog for Redmine DMSF
22
==========================
33

4-
4.1.3 *????-??-??*
4+
4.1.3 *2025-05-09*
55
------------------
6+
7+
SQL server compatibility
8+
9+
* Bug: #1595 - DMSF WebDAV Configuration Fails on Redmine 6.0.5
610

711
4.1.2 *2025-04-02*
812
------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Redmine DMSF Plugin 4.1.3 devel
1+
# Redmine DMSF Plugin 4.1.3
22

3-
[![GitHub CI](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/danmunn/redmine_dmsf/actions/workflows/rubyonrails.yml)
3+
[![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)
44
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
55

66
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
2525
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
2626
description 'Document Management System Features'
27-
version '4.1.3 devel'
27+
version '4.1.3'
2828

2929
requires_redmine version_or_higher: '6.0.0'
3030

0 commit comments

Comments
 (0)