Galleries by Angie Makes - Version 1.37

Version Description

Download this release

Release Info

Developer cbaldelomar
Plugin Icon wp plugin Galleries by Angie Makes
Version 1.37
Comparing to
See all releases

Code changes from version 1.36 to 1.37

README.md CHANGED
@@ -46,7 +46,7 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
46
 
47
  ## Changelog ##
48
 
49
- ### Version 1.36
50
 
51
  * Fixed flicker blug with slider in chrome
52
 
46
 
47
  ## Changelog ##
48
 
49
+ ### Version 1.37
50
 
51
  * Fixed flicker blug with slider in chrome
52
 
includes/js/flexslider/flexslider.css CHANGED
@@ -52,6 +52,7 @@
52
  -moz-backface-visibility: hidden;
53
  backface-visibility: hidden;
54
  }
 
55
  .wcflexslider .slides > li.wcflex-active-slide {
56
  -webkit-backface-visibility: visible;
57
  -moz-backface-visibility: visible;
52
  -moz-backface-visibility: hidden;
53
  backface-visibility: hidden;
54
  }
55
+ .wcflexslider .slides > li.wcflex-slide-item.clone,
56
  .wcflexslider .slides > li.wcflex-active-slide {
57
  -webkit-backface-visibility: visible;
58
  -moz-backface-visibility: visible;
readme.txt CHANGED
@@ -46,7 +46,7 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
46
 
47
  == Changelog ==
48
 
49
- = Version 1.36 =
50
 
51
  * Fixed flicker blug with slider in chrome
52
 
46
 
47
  == Changelog ==
48
 
49
+ = Version 1.37 =
50
 
51
  * Fixed flicker blug with slider in chrome
52
 
wc-gallery.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpresscanvas.com/features/gallery/
5
  Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
- Version: 1.36
9
  License: GPLv2 or later
10
  */
11
 
@@ -13,7 +13,7 @@ function wc_gallery_using_woocommerce() {
13
  return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
14
  }
15
 
16
- define( 'WC_GALLERY_VERSION', '1.36' );
17
  define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
18
  define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
19
  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://webplantmedia.com/
8
+ Version: 1.37
9
  License: GPLv2 or later
10
  */
11
 
13
  return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
14
  }
15
 
16
+ define( 'WC_GALLERY_VERSION', '1.37' );
17
  define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
18
  define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
19
  define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );