diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b373c..e3b54cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -2021-08-17 entryPhotoExifWidget 1.0.1 -- Move to Franck style +entryPhotoExifWidget 1.0.2 - 2021-08-19 +* Update license -2016-11-04 entryPhotoExifWidget 1.0 -- First release -- Find images of an entry and paste their exif on a widget \ No newline at end of file +entryPhotoExifWidget 1.0.1 - 2021-08-17 +* Move to Franck style + +entryPhotoExifWidget 1.0 - 2016-11-04 +* First release +* Find images of an entry and paste their exif on a widget \ No newline at end of file diff --git a/README.md b/README.md index d2503a5..2b07b63 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Dotaddict repository. (See Dotclear's documentation to know how do this) Add and configure "Photo Exif Widget" from widgets manager. -# MORE +## MORE * License : GNU GPL v2 * Source & contribution : [GitHub Page](https://github.com/JcDenis/entryPhotoExifWidget) diff --git a/_admin.php b/_admin.php index 761ff7b..b4c453c 100644 --- a/_admin.php +++ b/_admin.php @@ -3,8 +3,7 @@ # # This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. # -# Copyright (c) 2009-2016 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcdenis.net +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_define.php b/_define.php index 70d6fef..3241268 100644 --- a/_define.php +++ b/_define.php @@ -3,8 +3,7 @@ # # This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. # -# Copyright (c) 2009-2016 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcdenis.net +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at @@ -20,12 +19,12 @@ $this->registerModule( 'Entry Photo Exif Widget', // Name 'Show images exif of an entry', // Description 'Jean-Christian Denis and contibutors', // Author - '1.0.1', // Version + '1.0.2', // Version [ 'permissions' => 'admin', - 'type' => 'plugin', - 'dc_min' => '2.10', - 'support' => 'http://forum.dotclear.org/', + 'type'=> 'plugin', + 'dc_min' => '2.18', + 'support' => 'https://github.com/JcDenis/entryPhotoExifWidget', 'details' => 'https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget' ] ); \ No newline at end of file diff --git a/_public.php b/_public.php index b9f40b7..6da72bf 100644 --- a/_public.php +++ b/_public.php @@ -3,8 +3,7 @@ # # This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. # -# Copyright (c) 2009-2016 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcdenis.net +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at diff --git a/_widgets.php b/_widgets.php index aa6fab2..5cc5376 100644 --- a/_widgets.php +++ b/_widgets.php @@ -3,8 +3,7 @@ # # This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. # -# Copyright (c) 2009-2016 Jean-Christian Denis and contributors -# contact@jcdenis.fr http://jcdenis.net +# Copyright (c) 2009-2021 Jean-Christian Denis and contributors # # Licensed under the GPL version 2.0 license. # A copy of this license is available in LICENSE file or at