Gallery – Photo Gallery and Images Gallery - Version 2.0.30

Version Description

  • Added additional debug option, js files
Download this release

Release Info

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

Code changes from version 2.0.29 to 2.0.30

includes/extensions/debug/js/index.html ADDED
File without changes
includes/extensions/debug/js/script.js ADDED
File without changes
includes/frontend/rbs_gallery_class.php CHANGED
@@ -78,6 +78,8 @@ class roboGallery extends roboGalleryUtils{
78
 
79
  public $touch = 0;
80
 
 
 
81
  function updateCountView(){
82
  if(!$this->id) return ;
83
  $count_key = 'gallery_views_count';
@@ -128,6 +130,9 @@ class roboGallery extends roboGalleryUtils{
128
  }
129
 
130
  function robo_gallery_scripts() {
 
 
 
131
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='build' ){
132
 
133
  wp_enqueue_script( 'jquery', false, array(), false, true);
78
 
79
  public $touch = 0;
80
 
81
+ public $debug = 0;
82
+
83
  function updateCountView(){
84
  if(!$this->id) return ;
85
  $count_key = 'gallery_views_count';
130
  }
131
 
132
  function robo_gallery_scripts() {
133
+
134
+ $this->debug = get_option( ROBO_GALLERY_PREFIX.'debugEnable', 0 );
135
+
136
  if( get_option( ROBO_GALLERY_PREFIX.'jqueryVersion', 'build' )=='build' ){
137
 
138
  wp_enqueue_script( 'jquery', false, array(), false, true);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.5
7
- Stable tag: 2.0.29
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -584,6 +584,9 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
587
  = 2.0.29 =
588
  * Added new debug options
589
 
@@ -1127,6 +1130,9 @@ If any problem occurs, please contact us.
1127
 
1128
  == Upgrade Notice ==
1129
 
 
 
 
1130
  = 2.0.29 =
1131
  Added new debug options
1132
 
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.5
7
+ Stable tag: 2.0.30
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.30 =
588
+ * Added additional debug option, js files
589
+
590
  = 2.0.29 =
591
  * Added new debug options
592
 
1130
 
1131
  == Upgrade Notice ==
1132
 
1133
+ = 2.0.30 =
1134
+ Added additional debug option, js files
1135
+
1136
  = 2.0.29 =
1137
  Added new debug options
1138
 
robogallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
- * Version: 2.0.29
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '2.0.29');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 2.0.30
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '2.0.30');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25