Skip to content

Commit 0147e0a

Browse files
committed
Version 6.9.4
1 parent 886534b commit 0147e0a

16 files changed

+30
-27
lines changed

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.3 (01/01/2023)
11+
- Current version: 6.9.4 (06/06/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.3-1) experimental; urgency=low
1+
redmine-plugin-apijs (6.9.4-1) experimental; urgency=low
22

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

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

debian/deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

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

88

99
rm -rf builder/
@@ -31,7 +31,7 @@ fi
3131

3232

3333
# create packages for Debian and Ubuntu
34-
for serie in experimental kinetic jammy focal bionic xenial trusty; do
34+
for serie in experimental mantic lunar kinetic jammy focal bionic xenial trusty; do
3535

3636
if [ $serie = "experimental" ]; then
3737
# for Ubuntu

opensuse/redmine-apijs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define basedir /srv/www/vhosts/redmine/
22
%define plugin_name redmine_apijs
33
Name: redmine-apijs
4-
Version: 6.9.3
4+
Version: 6.9.4
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 Jun 06 2023 Fabrice Creuzot <[email protected]> - 6.9.4-1
70+
- New upstream release
71+
6972
* Sun Jan 01 2023 Fabrice Creuzot <[email protected]> - 6.9.3-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.3"
6+
version="6.9.4"
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.3"
6+
version="6.9.4"
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.

src/assets/javascripts/apijs.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/stylesheets/apijs-print.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/stylesheets/apijs-print.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)