Skip to content

Commit 5226aa2

Browse files
committed
Version 6.9.5
1 parent 0147e0a commit 5226aa2

24 files changed

+61
-48
lines changed

FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more information, go to https://www.luigifab.fr/apijs and https://www.luigif
88

99
This repository is a releases mirror. To install the plugin, please read the documentation.
1010

11-
- Current version: 6.9.4 (06/06/2023)
11+
- Current version: 6.9.5 (10/10/2023)
1212
- Compatibility: Redmine 1.4 / 2.x / 3.x / 4.x / 5.x, Python 3.3+
1313
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
1414
- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
redmine-plugin-apijs (6.9.4-1) experimental; urgency=low
1+
redmine-plugin-apijs (6.9.5-1) experimental; urgency=low
22

33
* Initial Debian package release (Closes: #959426)
44

5-
-- Fabrice Creuzot <[email protected]> Tue, 06 Jun 2023 20:00:00 +0000
5+
-- Fabrice Creuzot <[email protected]> Tue, 10 Oct 2023 20:00:00 +0000

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: Fabrice Creuzot <[email protected]>
55
Build-Depends: debhelper-compat (= 13)
66
Rules-Requires-Root: no
7-
Standards-Version: 4.6.0.1
7+
Standards-Version: 4.6.1.0
88
Homepage: https://github.com/luigifab/redmine-apijs
99
Vcs-Browser: https://github.com/luigifab/redmine-apijs
1010
Vcs-Git: https://github.com/luigifab/redmine-apijs.git

debian/deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
cd "$(dirname "$0")"
6-
version="6.9.4"
6+
version="6.9.5"
77

88

99
rm -rf builder/

debian/watch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
version=4
2-
https://github.com/luigifab/redmine-apijs/releases .*luigifab-apijs-([0-9.]+)\.tar\.gz
2+
opts="searchmode=plain,\
3+
filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \
4+
https://api.github.com/repos/luigifab/redmine-apijs/releases?per_page=50 \
5+
https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@

opensuse/redmine-apijs.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
%define basedir /srv/www/vhosts/redmine/
1+
%define basedir /srv/redmine/
22
%define plugin_name redmine_apijs
33
Name: redmine-apijs
4-
Version: 6.9.4
4+
Version: 6.9.5
55
Release: 0
66
Summary: Plugin for Redmine to display a gallery from attachments
77
Summary(fr): Extension pour Redmine pour afficher une galerie à partir des pièces jointes
@@ -66,6 +66,9 @@ chmod +x %{buildroot}%{basedir}/plugins/%{plugin_name}/lib/*.py
6666

6767

6868
%changelog
69+
* Tue Oct 10 2023 Fabrice Creuzot <[email protected]> - 6.9.5-1
70+
- New upstream release
71+
6972
* Tue Jun 06 2023 Fabrice Creuzot <[email protected]> - 6.9.4-1
7073
- New upstream release
7174

opensuse/rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
cd "$(dirname "$0")"
6-
version="6.9.4"
6+
version="6.9.5"
77

88

99
rm -rf builder/

rubygem/gem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
cd "$(dirname "$0")"
6-
version="6.9.4"
6+
version="6.9.5"
77
rm -rf builder/
88

99

src/assets/javascripts/apijs.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)