branch 1.0.4

This commit is contained in:
Jean-Christian Denis 2021-09-02 21:00:53 +02:00
parent 1501cde8b2
commit 2a30bb6f4f
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
1.0.4
- [ ] ?
1.0.3 - 2021.09.2 1.0.3 - 2021.09.2
- update php headers to phpdoc style - update php headers to phpdoc style
- add dcstore.xml - add dcstore.xml

View file

@ -19,7 +19,7 @@ $this->registerModule(
'Entry Photo Exif Widget', 'Entry Photo Exif Widget',
'Show images exif of an entry', 'Show images exif of an entry',
'Jean-Christian Denis and contibutors', 'Jean-Christian Denis and contibutors',
'1.0.3', '1.0.4',
[ [
'requires' => [['core', '2.19']], 'requires' => [['core', '2.19']],
'permissions' => 'admin', 'permissions' => 'admin',

View file

@ -1,10 +1,10 @@
<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.0.4</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.0.4/plugin-entryPhotoExifWidget.zip</file>
<da:details>https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/entryPhotoExifWidget</da:details>
<da:support>https://github.com/JcDenis/entryPhotoExifWidget</da:support> <da:support>https://github.com/JcDenis/entryPhotoExifWidget</da:support>
</module> </module>