Version Description
Download this release
Release Info
| Developer | cbaldelomar |
| Plugin | |
| Version | 1.59 |
| Comparing to | |
| See all releases | |
Code changes from version 1.58 to 1.59
- README.md +4 -0
- includes/js/gallery-popup.js +1 -1
- readme.txt +4 -0
- wc-gallery.php +2 -2
README.md
CHANGED
|
@@ -67,6 +67,10 @@ For more tutorials on our gallery plugin, go to our knowledge base.
|
|
| 67 |
|
| 68 |
## Changelog ##
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
### Version 1.58 ###
|
| 71 |
|
| 72 |
* removed wcs-trigger check
|
| 67 |
|
| 68 |
## Changelog ##
|
| 69 |
|
| 70 |
+
### Version 1.59 ###
|
| 71 |
+
|
| 72 |
+
* fixing image count when flexslider clones exist.
|
| 73 |
+
|
| 74 |
### Version 1.58 ###
|
| 75 |
|
| 76 |
* removed wcs-trigger check
|
includes/js/gallery-popup.js
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
}
|
| 20 |
|
| 21 |
$this.magnificPopup({
|
| 22 |
-
delegate: '.gallery-icon a',
|
| 23 |
gallery: {
|
| 24 |
enabled: true
|
| 25 |
},
|
| 19 |
}
|
| 20 |
|
| 21 |
$this.magnificPopup({
|
| 22 |
+
delegate: '.gallery-item:not(.clone) .gallery-icon a',
|
| 23 |
gallery: {
|
| 24 |
enabled: true
|
| 25 |
},
|
readme.txt
CHANGED
|
@@ -67,6 +67,10 @@ For more tutorials on our gallery plugin, go to our knowledge base.
|
|
| 67 |
|
| 68 |
== Changelog ==
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
= Version 1.58 =
|
| 71 |
|
| 72 |
* removed wcs-trigger check
|
| 67 |
|
| 68 |
== Changelog ==
|
| 69 |
|
| 70 |
+
= Version 1.59 =
|
| 71 |
+
|
| 72 |
+
* fixing image count when flexslider clones exist.
|
| 73 |
+
|
| 74 |
= Version 1.58 =
|
| 75 |
|
| 76 |
* removed wcs-trigger check
|
wc-gallery.php
CHANGED
|
@@ -5,11 +5,11 @@ Plugin URI: http://angiemakes.com/feminine-wordpress-blog-themes-women/
|
|
| 5 |
Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
-
Version: 1.
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
| 12 |
-
define( 'WC_GALLERY_VERSION', '1.
|
| 13 |
define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
|
| 14 |
define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
|
| 15 |
define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
| 5 |
Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
+
Version: 1.59
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
| 12 |
+
define( 'WC_GALLERY_VERSION', '1.59' );
|
| 13 |
define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
|
| 14 |
define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
|
| 15 |
define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
