Gallery – Photo Gallery and Images Gallery - Version 2.5.2

Version Description

  • Fixed conflict of the lightbox counter label with old version
Download this release

Release Info

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

Code changes from version 2.5.1 to 2.5.2

includes/frontend/rbs_gallery_class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 1.0
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.5.2
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
includes/rbs_class_activator.php CHANGED
@@ -12,7 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
 
16
 
17
  class RoboGalleryActivator {
18
  public static function activate() {
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if(!defined('WPINC'))die;
16
+ if(!defined("ABSPATH"))exit;
17
 
18
  class RoboGalleryActivator {
19
  public static function activate() {
includes/rbs_class_update.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 1.3.5
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
@@ -12,7 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
 
16
 
17
  class RoboGalleryUpdate {
18
  public $posts = array();
@@ -39,6 +40,9 @@ class RoboGalleryUpdate {
39
  '1.3.9' => array(
40
  'menuSelfImages' => 1,
41
  ),
 
 
 
42
  );
43
 
44
  public $functionArray = array(
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 1.5.2
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if(!defined('WPINC'))die;
16
+ if(!defined("ABSPATH"))exit;
17
 
18
  class RoboGalleryUpdate {
19
  public $posts = array();
40
  '1.3.9' => array(
41
  'menuSelfImages' => 1,
42
  ),
43
+ '2.5.2' => array(
44
+ 'lightboxCounterText' => ' of ',
45
+ ),
46
  );
47
 
48
  public $functionArray = array(
index.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.5.1
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.5.2
5
  * By Robosoft
6
  *
7
  * Contact: http://robosoft.co
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://robosoft.co/robogallery
4
  Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.6
7
- Stable tag: 2.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -232,6 +232,9 @@ If any problem occurs, please contact us.
232
 
233
  == Changelog ==
234
 
 
 
 
235
  = 2.5.1 =
236
  * Fixed quotes parsing in image description and caption fields
237
 
@@ -915,6 +918,9 @@ If any problem occurs, please contact us.
915
 
916
  == Upgrade Notice ==
917
 
 
 
 
918
  = 2.5.1 =
919
  Fixed quotes parsing in image description and caption fields
920
 
4
  Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.6
7
+ Stable tag: 2.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
232
 
233
  == Changelog ==
234
 
235
+ = 2.5.2 =
236
+ * Fixed conflict of the lightbox counter label with old version
237
+
238
  = 2.5.1 =
239
  * Fixed quotes parsing in image description and caption fields
240
 
918
 
919
  == Upgrade Notice ==
920
 
921
+ = 2.5.2 =
922
+ Fixed conflict of the lightbox counter label with old version
923
+
924
  = 2.5.1 =
925
  Fixed quotes parsing in image description and caption fields
926
 
robogallery.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Robo Gallery
4
  Plugin URI: http://robosoft.co/gallery
5
  Description: Gallery it's easy and elegant way to publish images on page. Responsive, stylish and simple gallery.
6
  Author: RoboSoft
7
- Version: 2.5.1
8
  Author URI: http://robosoft.co/gallery
9
  License: GPLv3 or later
10
  */
@@ -13,7 +13,7 @@ if(!defined('WPINC'))die;
13
  if(!defined("ABSPATH"))exit;
14
 
15
  define("ROBO_GALLERY", 1);
16
- define("ROBO_GALLERY_VERSION", '2.5.1');
17
 
18
  if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
19
 
4
  Plugin URI: http://robosoft.co/gallery
5
  Description: Gallery it's easy and elegant way to publish images on page. Responsive, stylish and simple gallery.
6
  Author: RoboSoft
7
+ Version: 2.5.2
8
  Author URI: http://robosoft.co/gallery
9
  License: GPLv3 or later
10
  */
13
  if(!defined("ABSPATH"))exit;
14
 
15
  define("ROBO_GALLERY", 1);
16
+ define("ROBO_GALLERY_VERSION", '2.5.2');
17
 
18
  if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
19