Galleries by Angie Makes - Version 1.67

Version Description

Download this release

Release Info

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

Code changes from version 1.65 to 1.67

Files changed (3) hide show
  1. README.md +5 -1
  2. readme.txt +5 -1
  3. wc-gallery.php +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@
3
  **Contributors:** cbaldelomar
4
  **Tags:** masonry gallery, pinterest style gallery, pinterest gallery, gallery slider, slider gallery, carousel gallery, carousel, slider, image links
5
  **Requires at least:** 3.7
6
- **Tested up to:** 4.7.3
7
  **Stable tag:** trunk
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,10 @@ For more tutorials on our gallery plugin, go to our knowledge base.
67
 
68
  ## Changelog ##
69
 
 
 
 
 
70
  ### Version 1.65 ###
71
 
72
  * fixed bug with link to being wrapped around image link caption.
3
  **Contributors:** cbaldelomar
4
  **Tags:** masonry gallery, pinterest style gallery, pinterest gallery, gallery slider, slider gallery, carousel gallery, carousel, slider, image links
5
  **Requires at least:** 3.7
6
+ **Tested up to:** 5.0.3
7
  **Stable tag:** trunk
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
67
 
68
  ## Changelog ##
69
 
70
+ ### Version 1.67 ###
71
+
72
+ * Updated readme.
73
+
74
  ### Version 1.65 ###
75
 
76
  * fixed bug with link to being wrapped around image link caption.
readme.txt CHANGED
@@ -3,7 +3,7 @@
3
  Contributors: cbaldelomar
4
  Tags: masonry gallery, pinterest style gallery, pinterest gallery, gallery slider, slider gallery, carousel gallery, carousel, slider, image links
5
  Requires at least: 3.7
6
- Tested up to: 4.7.3
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,10 @@ For more tutorials on our gallery plugin, go to our knowledge base.
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = Version 1.65 =
71
 
72
  * fixed bug with link to being wrapped around image link caption.
3
  Contributors: cbaldelomar
4
  Tags: masonry gallery, pinterest style gallery, pinterest gallery, gallery slider, slider gallery, carousel gallery, carousel, slider, image links
5
  Requires at least: 3.7
6
+ Tested up to: 5.0.3
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
67
 
68
  == Changelog ==
69
 
70
+ = Version 1.67 =
71
+
72
+ * Updated readme.
73
+
74
  = Version 1.65 =
75
 
76
  * fixed bug with link to being wrapped around image link caption.
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.65
9
  License: GPLv2 or later
10
  */
11
 
12
- define( 'WC_GALLERY_VERSION', '1.65' );
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.67
9
  License: GPLv2 or later
10
  */
11
 
12
+ define( 'WC_GALLERY_VERSION', '1.67' );
13
  define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
14
  define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
15
  define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );