Skip to content

Commit 51441d0

Browse files
committed
Version change & Changelog
1 parent a16a040 commit 51441d0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.TXT

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.3 - Improvement of fileset management.
2+
* Now fileset are always up to date with the fileset in file-manager
3+
* You can now remove Fileset from the gallery.
4+
* Multiple fileset + images management in the same gallery
5+
* Fileset images are wrapped in a color with the fileset name.
6+
- Add a link to images.
7+
* Add page-picker attribute
8+
* Add 3 attribute to files : link-type, link-to-page, link-to-url
9+
* Manage links on each image from the edit or in properties of the file
110
1.2 - Change the type test to numeric : if(file.generic_type == '1') to multilingual site
211
1.1.9 - Compatibility for C5.7.5+
312
1.1.8 - Update for better w3c validation
@@ -12,4 +21,4 @@
1221
- add some lightbox options
1322
1.0.1 - Repacked without some javascript files
1423
1.0 - Ready to marketplace
15-
0.9.1 - Remove Lencence.txt / add Changelog.txt
24+
0.9.1 - Remove Lencence.txt / add Changelog.txt

controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Controller extends \Concrete\Core\Package\Package {
1616

1717
protected $pkgHandle = 'easy_image_gallery';
1818
protected $appVersionRequired = '5.7.3';
19-
protected $pkgVersion = '1.2.1.2';
19+
protected $pkgVersion = '1.3';
2020
protected $pkg;
2121

2222
public function getPackageDescription() {

0 commit comments

Comments
 (0)