File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
1
10
1.2 - Change the type test to numeric : if(file.generic_type == '1') to multilingual site
2
11
1.1.9 - Compatibility for C5.7.5+
3
12
1.1.8 - Update for better w3c validation
12
21
- add some lightbox options
13
22
1.0.1 - Repacked without some javascript files
14
23
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Controller extends \Concrete\Core\Package\Package {
16
16
17
17
protected $ pkgHandle = 'easy_image_gallery ' ;
18
18
protected $ appVersionRequired = '5.7.3 ' ;
19
- protected $ pkgVersion = '1.2.1.2 ' ;
19
+ protected $ pkgVersion = '1.3 ' ;
20
20
protected $ pkg ;
21
21
22
22
public function getPackageDescription () {
You can’t perform that action at this time.
0 commit comments