Skip to content

Commit 886534b

Browse files
committed
Version 6.9.3
1 parent 5f67822 commit 886534b

34 files changed

Lines changed: 63 additions & 60 deletions

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.2 (10/10/2022)
11+
- Current version: 6.9.3 (01/01/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.2-1) experimental; urgency=low
1+
redmine-plugin-apijs (6.9.3-1) experimental; urgency=low
22

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

5-
-- Fabrice Creuzot <code@luigifab.fr> Mon, 10 Oct 2022 20:00:00 +0000
5+
-- Fabrice Creuzot <code@luigifab.fr> Sun, 01 Jan 2023 20:00:00 +0000

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Source: https://github.com/luigifab/redmine-apijs
33
Upstream-Contact: Fabrice Creuzot <code@luigifab.fr>
44

55
Files: *
6-
Copyright: 2008-2022 Fabrice Creuzot (luigifab) <code@luigifab.fr>
6+
Copyright: 2008-2023 Fabrice Creuzot (luigifab) <code@luigifab.fr>
77
License: GPL-2+
88

99
Files: */assets/fonts/apijs/fontello.woff */assets/fonts/apijs/fontello.woff2

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.2"
6+
version="6.9.3"
77

88

99
rm -rf builder/

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.2
4+
Version: 6.9.3
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+
* Sun Jan 01 2023 Fabrice Creuzot <code@luigifab.fr> - 6.9.3-1
70+
- New upstream release
71+
6972
* Mon Oct 10 2022 Fabrice Creuzot <code@luigifab.fr> - 6.9.2-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.2"
6+
version="6.9.3"
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.2"
6+
version="6.9.3"
77
rm -rf builder/
88

99

rubygem/redmine_apijs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Created L/13/07/2020
33
# Updated V/05/08/2022
44
#
5-
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6-
# https://www.luigifab.fr/redmine/apijs
5+
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6+
# https://github.com/luigifab/redmine-apijs
77
#
88
# This program is free software, you can redistribute it or modify
99
# it under the terms of the GNU General Public License (GPL) as published

src/app/controllers/apijs_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Created J/12/12/2013
33
# Updated M/05/07/2022
44
#
5-
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6-
# https://www.luigifab.fr/redmine/apijs
5+
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6+
# https://github.com/luigifab/redmine-apijs
77
#
88
# This program is free software, you can redistribute it or modify
99
# it under the terms of the GNU General Public License (GPL) as published

src/app/views/application/_browser.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Created S/17/08/2019
33
# Updated L/25/05/2020
44
#
5-
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6-
# https://www.luigifab.fr/redmine/apijs
5+
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
6+
# https://github.com/luigifab/redmine-apijs
77
#
88
# This program is free software, you can redistribute it or modify
99
# it under the terms of the GNU General Public License (GPL) as published

0 commit comments

Comments
 (0)