diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94ac7b8..3f4dbf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,48 +1,51 @@
-fac 0.9.1
- * fix translations
+0.9.2 - 2021.09.02
+- update license bloc to phpdoc
-fac 0.9
- * split superadmin and admin config
- * move blog settings from plugin config to blog pref
- * fix help
- * use php short array code
+0.9.1 - 2021.08.23
+- fix translations
-fac 0.8.1
- * fix context filters
+0.9
+- split superadmin and admin config
+- move blog settings from plugin config to blog pref
+- fix help
+- use php short array code
-fac 0.8 - 2021-08-19
- * update license
- * fixed PSR2 coding style
+0.8.1
+- fix context filters
-fac 0.7 - 2013-11-11
- * Switch to Dotclear 2.6
- * Fix missing feed description
+0.8 - 2021-08-19
+- update license
+- fixed PSR2 coding style
-fac 0.6.1 - 2010-11-12
- * Fixed install on nightly build
+0.7 - 2013-11-11
+- Switch to Dotclear 2.6
+- Fix missing feed description
-fac 0.6 - 2010-08-16
- * Added compatibility with plugin muppet
+0.6.1 - 2010-11-12
+- Fixed install on nightly build
-fac 0.5 - 2010-06-05
- * Switched to DC 2.2
- * Added predefined format (thx to Jean-Michel) (closes #459)
+0.6 - 2010-08-16
+- Added compatibility with plugin muppet
-fac 0.4.1 - 2010-04-10
- * Fixed typo (thx to Jean-Michel) (closes #458)
+0.5 - 2010-06-05
+- Switched to DC 2.2
+- Added predefined format (thx to Jean-Michel) (closes #459)
-fac 0.4 - 2010-05-25
- * Fixed Timeout error
- * Fixed DC 2.1.7
+0.4.1 - 2010-04-10
+- Fixed typo (thx to Jean-Michel) (closes #458)
-fac 0.3 - 2010-04-10
- * Added options to format feed
- * Added DC 2.2 compatibility
- * Removed class and used metadata
- * Changed admin page design
+0.4 - 2010-05-25
+- Fixed Timeout error
+- Fixed DC 2.1.7
-fac 0.2 - 2010-02-17
- * Fixed some fields in admin
+0.3 - 2010-04-10
+- Added options to format feed
+- Added DC 2.2 compatibility
+- Removed class and used metadata
+- Changed admin page design
-fac 0.1 - 2010-02-16
- * First lab release
\ No newline at end of file
+0.2 - 2010-02-17
+- Fixed some fields in admin
+
+0.1 - 2010-02-16
+- First lab release
\ No newline at end of file
diff --git a/_admin.php b/_admin.php
index fbbb2cf..18bb379 100644
--- a/_admin.php
+++ b/_admin.php
@@ -1,15 +1,15 @@
registerModule(
- 'fac',
+ 'Feed after content',
'Add RSS/Atom feeds after entries content',
'Jean-Christian Denis and Contributors',
'0.9.2',
[
+ 'requires' => [['core', '2.19']],
'permissions' => 'usage,contentadmin',
'type' => 'plugin',
- 'dc_min' => '2.19',
'support' => 'https://github.com/JcDenis/fac',
'details' => 'https://plugins.dotaddict.org/dc2/details/fac',
'repository' => 'https://raw.githubusercontent.com/JcDenis/fac/master/repository.xml',
diff --git a/_install.php b/_install.php
index dc2021f..fd76d33 100644
--- a/_install.php
+++ b/_install.php
@@ -1,15 +1,15 @@
Feed after content
0.9.2
-Jean-Christian Denis and contributors
+Jean-Christian Denis and Contributors
Add RSS/Atom feeds after entries content
-https://github.com/JcDenis/fac/releases/download/v0.9/plugin-fac.zip
-2.19
+https://github.com/JcDenis/fac/releases/download/v0.9.2/plugin-fac.zip
https://plugins.dotaddict.org/dc2/details/fac
-
https://github.com/JcDenis/fac
-
+
\ No newline at end of file
diff --git a/js/admin.js b/js/admin.js
index 9e40614..4af6ac0 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -1,14 +1,3 @@
-/* -- BEGIN LICENSE BLOCK ----------------------------------
- * This file is part of fac, a plugin for Dotclear 2.
- *
- * Copyright (c) 2009-2010 JC Denis and contributors
- * jcdenis@gdwd.com
- *
- * Licensed under the GPL version 2.0 license.
- * A copy of this license is available in LICENSE file or at
- * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
- * -- END LICENSE BLOCK ------------------------------------*/
-
$(function(){
/* toogle admin form sidebar */
$('#fac h5').toggleWithLegend(
diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php
index 3a02833..436c7c5 100644
--- a/locales/fr/main.lang.php
+++ b/locales/fr/main.lang.php
@@ -169,5 +169,4 @@ $GLOBALS['__l10n']['Description of entry'] = 'Description du billet';
#_public.php:120
$GLOBALS['__l10n']['a related feed'] = 'un flux lié';
-$GLOBALS['__l10n']['Add RSS/Atom feeds after entries content'] = 'Ajouter des flux RSS/Atom après le contenu des billets';
-
+$GLOBALS['__l10n']['Add RSS/Atom feeds after entries content'] = 'Ajouter des flux RSS/Atom après le contenu des billets';
\ No newline at end of file