Galleries by Angie Makes - Version 1.21

Version Description

Download this release

Release Info

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

Code changes from version 1.20 to 1.21

Files changed (4) hide show
  1. README.md +8 -4
  2. includes/css/style.css +0 -1
  3. readme.txt +8 -4
  4. wc-gallery.php +2 -2
README.md CHANGED
@@ -15,13 +15,13 @@ Extend WordPress galleries to display masonry gallery, carousel gallery, and sli
15
 
16
  See the galleries in action.
17
 
18
- 1. [WP Canvas Galleries](http://wordpresscanvas.com/features/gallery/)
19
- 2. [WP Canvas Slider & Carousel](http://wordpresscanvas.com/features/gallery/slider-carousel/)
20
- 3. [WP Canvas Gallery Columns](http://wordpresscanvas.com/features/gallery/gallery-columns/)
21
 
22
  ### Professional Support
23
 
24
- If you need professional plugin support from me, the plugin author, you can contact me at [WP Canvas](http://wordpresscanvas.com/).
25
 
26
  ### Plugin Development
27
 
@@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
46
 
47
  ## Changelog ##
48
 
 
 
 
 
49
  ### Version 1.20
50
 
51
  * Galleries now work inside WC Shortcodes accordion, tabs, and toggle shortcodes
15
 
16
  See the galleries in action.
17
 
18
+ 1. [WP Canvas Galleries](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/)
19
+ 2. [WP Canvas Slider & Carousel](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/slider-carousel/)
20
+ 3. [WP Canvas Gallery Columns](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/gallery-columns/)
21
 
22
  ### Professional Support
23
 
24
+ If you need professional plugin support from me, the plugin author, you can contact me at [Web Plant Media](http://webplantmedia.com/).
25
 
26
  ### Plugin Development
27
 
46
 
47
  ## Changelog ##
48
 
49
+ ### Version 1.21
50
+
51
+ * minor style update fix for previous version
52
+
53
  ### Version 1.20
54
 
55
  * Galleries now work inside WC Shortcodes accordion, tabs, and toggle shortcodes
includes/css/style.css CHANGED
@@ -96,7 +96,6 @@
96
  padding: 0;
97
  text-align: center;
98
  text-overflow: ellipsis;
99
- width: 100%;
100
  white-space: nowrap;
101
  overflow: hidden;
102
  }
96
  padding: 0;
97
  text-align: center;
98
  text-overflow: ellipsis;
 
99
  white-space: nowrap;
100
  overflow: hidden;
101
  }
readme.txt CHANGED
@@ -15,13 +15,13 @@ Extend WordPress galleries to display masonry gallery, carousel gallery, and sli
15
 
16
  See the galleries in action.
17
 
18
- 1. [WP Canvas Galleries](http://wordpresscanvas.com/features/gallery/)
19
- 2. [WP Canvas Slider & Carousel](http://wordpresscanvas.com/features/gallery/slider-carousel/)
20
- 3. [WP Canvas Gallery Columns](http://wordpresscanvas.com/features/gallery/gallery-columns/)
21
 
22
  ### Professional Support
23
 
24
- If you need professional plugin support from me, the plugin author, you can contact me at [WP Canvas](http://wordpresscanvas.com/).
25
 
26
  ### Plugin Development
27
 
@@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
46
 
47
  == Changelog ==
48
 
 
 
 
 
49
  ### Version 1.20
50
 
51
  * Galleries now work inside WC Shortcodes accordion, tabs, and toggle shortcodes
15
 
16
  See the galleries in action.
17
 
18
+ 1. [WP Canvas Galleries](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/)
19
+ 2. [WP Canvas Slider & Carousel](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/slider-carousel/)
20
+ 3. [WP Canvas Gallery Columns](http://webplantmedia.com/starter-themes/wordpresscanvas/features/gallery/gallery-columns/)
21
 
22
  ### Professional Support
23
 
24
+ If you need professional plugin support from me, the plugin author, you can contact me at [Web Plant Media](http://webplantmedia.com/).
25
 
26
  ### Plugin Development
27
 
46
 
47
  == Changelog ==
48
 
49
+ ### Version 1.21
50
+
51
+ * minor style update fix for previous version
52
+
53
  ### Version 1.20
54
 
55
  * Galleries now work inside WC Shortcodes accordion, tabs, and toggle shortcodes
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.20
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.20' );
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.21
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.21' );
17
  define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
18
  define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
19
  define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );