init.rb in redmine_apijs-6.5.0 vs init.rb in redmine_apijs-6.6.0

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 # Created L/21/05/2012 -# Updated S/10/10/2020 +# Updated S/12/12/2020 # -# Copyright 2008-2020 | Fabrice Creuzot (luigifab) <code~luigifab~fr> +# Copyright 2008-2021 | Fabrice Creuzot (luigifab) <code~luigifab~fr> # https://www.luigifab.fr/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 # by the free software foundation, either version 2 of the license, or @@ -24,10 +24,10 @@ Redmine::Plugin.register :redmine_apijs do name 'Redmine Apijs plugin' author 'Fabrice Creuzot' description 'Integrate the apijs javascript library into Redmine.' - version '6.5.0-gem' + version '6.6.0-gem' url 'https://www.luigifab.fr/redmine/apijs' author_url 'https://www.luigifab.fr/' permission :edit_attachments, {apijs: :edit}, {require: :loggedin} permission :rename_attachments, {apijs: :rename}, {require: :loggedin} \ No newline at end of file