Gallery – Photo Gallery and Images Gallery - Version 2.4.4

Version Description

  • Fixed tag error in plugin source to avoid warning
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 2.4.4
Comparing to
See all releases

Code changes from version 2.4.3 to 2.4.4

cmb2/fields/toolbox/cmb-field-toolbox.php CHANGED
@@ -1,4 +1,4 @@
1
- <!-- --><?php
2
  /*
3
  * Robo Gallery
4
  * Version: 1.0
1
+ <?php
2
  /*
3
  * Robo Gallery
4
  * Version: 1.0
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: robosoft
3
  Tags: gallery, Gallery Plugin, photo gallery, images gallery, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, pictures, images, portfolio gallery, video gallery
4
  Requires at least: 3.3
5
  Tested up to: 4.6
6
- Stable tag: 2.4.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -201,6 +201,9 @@ If any problem occurs, please contact us.
201
 
202
  == Changelog ==
203
 
 
 
 
204
  = 2.4.3 =
205
  * Added new Express Panel for fast settings save
206
  * Scroll effect for Express Panel
@@ -851,6 +854,9 @@ If any problem occurs, please contact us.
851
 
852
  == Upgrade Notice ==
853
 
 
 
 
854
  = 2.4.3 =
855
  Added new Express Panel for fast settings save
856
  Scroll effect for Express Panel
3
  Tags: gallery, Gallery Plugin, photo gallery, images gallery, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, pictures, images, portfolio gallery, video gallery
4
  Requires at least: 3.3
5
  Tested up to: 4.6
6
+ Stable tag: 2.4.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
201
 
202
  == Changelog ==
203
 
204
+ = 2.4.4 =
205
+ * Fixed tag error in plugin source to avoid warning
206
+
207
  = 2.4.3 =
208
  * Added new Express Panel for fast settings save
209
  * Scroll effect for Express Panel
854
 
855
  == Upgrade Notice ==
856
 
857
+ = 2.4.4 =
858
+ Fixed tag error in plugin source to avoid warning
859
+
860
  = 2.4.3 =
861
  Added new Express Panel for fast settings save
862
  Scroll effect for Express Panel
robogallery.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Robo Gallery
5
  Plugin URI: http://robosoft.co/gallery
6
  Description: A responsive, easy and elegant way to show gallery.
7
- Version: 2.4.3
8
  Author: RoboSoft (c)
9
  Author URI: http://robosoft.co/gallery
10
  License: GPL-2.0+
@@ -16,7 +16,7 @@
16
  if ( ! defined( 'WPINC' ) ) die;
17
 
18
  define("ROBO_GALLERY", 1);
19
- define("ROBO_GALLERY_VERSION", '2.4.3');
20
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
21
  define("ROBO_GALLERY_SPECIAL", 0);
22
 
4
  Plugin Name: Robo Gallery
5
  Plugin URI: http://robosoft.co/gallery
6
  Description: A responsive, easy and elegant way to show gallery.
7
+ Version: 2.4.4
8
  Author: RoboSoft (c)
9
  Author URI: http://robosoft.co/gallery
10
  License: GPL-2.0+
16
  if ( ! defined( 'WPINC' ) ) die;
17
 
18
  define("ROBO_GALLERY", 1);
19
+ define("ROBO_GALLERY_VERSION", '2.4.4');
20
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
21
  define("ROBO_GALLERY_SPECIAL", 0);
22