Skip to content

Commit

Permalink
Version 6.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed Jan 1, 2023
1 parent 5f67822 commit 886534b
Show file tree
Hide file tree
Showing 34 changed files with 63 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ For more information, go to https://www.luigifab.fr/apijs and https://www.luigif

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

- Current version: 6.9.2 (10/10/2022)
- Current version: 6.9.3 (01/01/2023)
- Compatibility: Redmine 1.4 / 2.x / 3.x / 4.x / 5.x, Python 3.3+
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
- 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)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,5 +1,5 @@
redmine-plugin-apijs (6.9.2-1) experimental; urgency=low
redmine-plugin-apijs (6.9.3-1) experimental; urgency=low

* Initial Debian package release (Closes: #959426)

-- Fabrice Creuzot <code@luigifab.fr> Mon, 10 Oct 2022 20:00:00 +0000
-- Fabrice Creuzot <code@luigifab.fr> Sun, 01 Jan 2023 20:00:00 +0000
2 changes: 1 addition & 1 deletion debian/copyright
Expand Up @@ -3,7 +3,7 @@ Source: https://github.com/luigifab/redmine-apijs
Upstream-Contact: Fabrice Creuzot <code@luigifab.fr>

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

Files: */assets/fonts/apijs/fontello.woff */assets/fonts/apijs/fontello.woff2
Expand Down
2 changes: 1 addition & 1 deletion debian/deb.sh
Expand Up @@ -3,7 +3,7 @@


cd "$(dirname "$0")"
version="6.9.2"
version="6.9.3"


rm -rf builder/
Expand Down
5 changes: 4 additions & 1 deletion opensuse/redmine-apijs.spec
@@ -1,7 +1,7 @@
%define basedir /srv/www/vhosts/redmine/
%define plugin_name redmine_apijs
Name: redmine-apijs
Version: 6.9.2
Version: 6.9.3
Release: 0
Summary: Plugin for Redmine to display a gallery from attachments
Summary(fr): Extension pour Redmine pour afficher une galerie à partir des pièces jointes
Expand Down Expand Up @@ -66,6 +66,9 @@ chmod +x %{buildroot}%{basedir}/plugins/%{plugin_name}/lib/*.py


%changelog
* Sun Jan 01 2023 Fabrice Creuzot <code@luigifab.fr> - 6.9.3-1
- New upstream release

* Mon Oct 10 2022 Fabrice Creuzot <code@luigifab.fr> - 6.9.2-1
- New upstream release

Expand Down
2 changes: 1 addition & 1 deletion opensuse/rpm.sh
Expand Up @@ -3,7 +3,7 @@


cd "$(dirname "$0")"
version="6.9.2"
version="6.9.3"


rm -rf builder/
Expand Down
2 changes: 1 addition & 1 deletion rubygem/gem.sh
Expand Up @@ -3,7 +3,7 @@


cd "$(dirname "$0")"
version="6.9.2"
version="6.9.3"
rm -rf builder/


Expand Down
4 changes: 2 additions & 2 deletions rubygem/redmine_apijs.rb
Expand Up @@ -2,8 +2,8 @@
# Created L/13/07/2020
# Updated V/05/08/2022
#
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://www.luigifab.fr/redmine/apijs
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://github.com/luigifab/redmine-apijs
#
# This program is free software, you can redistribute it or modify
# it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/app/controllers/apijs_controller.rb
Expand Up @@ -2,8 +2,8 @@
# Created J/12/12/2013
# Updated M/05/07/2022
#
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://www.luigifab.fr/redmine/apijs
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://github.com/luigifab/redmine-apijs
#
# This program is free software, you can redistribute it or modify
# it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/app/views/application/_browser.html.erb
Expand Up @@ -2,8 +2,8 @@
# Created S/17/08/2019
# Updated L/25/05/2020
#
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://www.luigifab.fr/redmine/apijs
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://github.com/luigifab/redmine-apijs
#
# This program is free software, you can redistribute it or modify
# it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/app/views/attachments/_links.html.erb
Expand Up @@ -2,8 +2,8 @@
# Created L/21/05/2012
# Updated J/26/05/2022
#
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://www.luigifab.fr/redmine/apijs
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://github.com/luigifab/redmine-apijs
#
# This program is free software, you can redistribute it or modify
# it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/app/views/settings/_apijs.html.erb
Expand Up @@ -2,8 +2,8 @@
# Created J/12/12/2013
# Updated V/05/08/2022
#
# Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://www.luigifab.fr/redmine/apijs
# Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
# https://github.com/luigifab/redmine-apijs
#
# This program is free software, you can redistribute it or modify
# it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/assets/javascripts/apijs-redmine.js
Expand Up @@ -2,8 +2,8 @@
* Created D/15/12/2013
* Updated J/11/08/2022
*
* Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://www.luigifab.fr/redmine/apijs
* Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://github.com/luigifab/redmine-apijs
*
* This program is free software, you can redistribute it or modify
* it under the terms of the GNU General Public License (GPL) as published
Expand Down
4 changes: 2 additions & 2 deletions src/assets/javascripts/apijs-redmine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/javascripts/apijs-redmine.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/assets/javascripts/apijs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/javascripts/apijs.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/assets/stylesheets/apijs-print.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/stylesheets/apijs-print.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/assets/stylesheets/apijs-redmine-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 886534b

Please sign in to comment.