release 1.1
parent
83fb6da5cd
commit
88857170f4
|
@ -1,5 +1,8 @@
|
||||||
dev
|
dev
|
||||||
- fix PSR CS
|
|
||||||
|
1.1 - 2022.11.20
|
||||||
|
- fix compatibility with Dotclear 2.24 (required)
|
||||||
|
- fix PSR and CS
|
||||||
- remove .lang.php file
|
- remove .lang.php file
|
||||||
- update readme file
|
- update readme file
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[![Release](https://img.shields.io/github/v/release/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
[![Release](https://img.shields.io/github/v/release/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
||||||
[![Date](https://img.shields.io/github/release-date/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
[![Date](https://img.shields.io/github/release-date/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/releases)
|
||||||
[![Issues](https://img.shields.io/github/issues/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/issues)
|
[![Issues](https://img.shields.io/github/issues/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/issues)
|
||||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget)
|
||||||
[![License](https://img.shields.io/github/license/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/blob/master/LICENSE)
|
[![License](https://img.shields.io/github/license/JcDenis/entryPhotoExifWidget)](https://github.com/JcDenis/entryPhotoExifWidget/blob/master/LICENSE)
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Show images exif of an entry in a widget.
|
||||||
_entryPhotoExifWidget_ requires:
|
_entryPhotoExifWidget_ requires:
|
||||||
|
|
||||||
* permissions to manage widgets
|
* permissions to manage widgets
|
||||||
* Dotclear 2.19
|
* Dotclear 2.24
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
|
20
dcstore.xml
20
dcstore.xml
|
@ -1,11 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="entryPhotoExifWidget">
|
<module id="entryPhotoExifWidget">
|
||||||
<name>Entry Photo Exif Widget</name>
|
<name>Entry Photo Exif Widget</name>
|
||||||
<version>1.0.3</version>
|
<version>1.1</version>
|
||||||
<author>Jean-Christian Denis and contibutors</author>
|
<author>Jean-Christian Denis and contibutors</author>
|
||||||
<desc>Show images exif of an entry</desc>
|
<desc>Show images exif of an entry</desc>
|
||||||
<file>https://github.com/JcDenis/entryPhotoExifWidget/releases/download/v1.0.3/plugin-entryPhotoExifWidget.zip</file>
|
<file>https://github.com/JcDenis/entryPhotoExifWidget/releases/download/v1.1/plugin-entryPhotoExifWidget.zip</file>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget</da:details>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:support>https://github.com/JcDenis/entryPhotoExifWidget</da:support>
|
<da:details>https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget</da:details>
|
||||||
</module>
|
<da:support>https://github.com/JcDenis/entryPhotoExifWidget</da:support>
|
||||||
|
</module>
|
||||||
</modules>
|
</modules>
|
Loading…
Reference in New Issue