Skip to content

Commit

Permalink
Version change & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
myconcretelab committed Oct 1, 2015
1 parent a16a040 commit 51441d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.3 - Improvement of fileset management.
* Now fileset are always up to date with the fileset in file-manager
* You can now remove Fileset from the gallery.
* Multiple fileset + images management in the same gallery
* Fileset images are wrapped in a color with the fileset name.
- Add a link to images.
* Add page-picker attribute
* Add 3 attribute to files : link-type, link-to-page, link-to-url
* Manage links on each image from the edit or in properties of the file
1.2 - Change the type test to numeric : if(file.generic_type == '1') to multilingual site
1.1.9 - Compatibility for C5.7.5+
1.1.8 - Update for better w3c validation
Expand All @@ -12,4 +21,4 @@
- add some lightbox options
1.0.1 - Repacked without some javascript files
1.0 - Ready to marketplace
0.9.1 - Remove Lencence.txt / add Changelog.txt
0.9.1 - Remove Lencence.txt / add Changelog.txt
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Controller extends \Concrete\Core\Package\Package {

protected $pkgHandle = 'easy_image_gallery';
protected $appVersionRequired = '5.7.3';
protected $pkgVersion = '1.2.1.2';
protected $pkgVersion = '1.3';
protected $pkg;

public function getPackageDescription() {
Expand Down

0 comments on commit 51441d0

Please sign in to comment.