Version Description
- JS config output into debug console
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.0.36 |
Comparing to | |
See all releases |
Code changes from version 2.0.35 to 2.0.36
includes/extensions/debug/css/debug.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Robo Gallery
|
3 |
+
* Version: 1.0
|
4 |
+
* By Robosoft
|
5 |
+
*
|
6 |
+
* Contact: http://robosoft.co
|
7 |
+
* Created: 2015
|
8 |
+
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
+
*
|
10 |
+
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in http://robosoft.co/robogallery
|
12 |
+
*/
|
13 |
+
|
14 |
+
.robo_gallery{
|
15 |
+
border: 2px solid lime;
|
16 |
+
}
|
includes/extensions/debug/css/index.html
ADDED
File without changes
|
includes/extensions/debug/js/script.js
CHANGED
@@ -16,13 +16,26 @@ var jQueryStatus = 0;
|
|
16 |
if( typeof('jQuery')!='undefined' ){
|
17 |
console.log('jQuery normal load;');
|
18 |
jQueryStatus = 1;
|
|
|
19 |
}
|
20 |
|
21 |
if( typeof('rbjQuer')!='undefined' ) {
|
22 |
console.log('jQuery alt load;');
|
23 |
jQueryStatus = 2;
|
|
|
24 |
}
|
25 |
|
26 |
if(jQueryStatus == 0) {
|
27 |
console.log('jQuery undefined');
|
28 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
if( typeof('jQuery')!='undefined' ){
|
17 |
console.log('jQuery normal load;');
|
18 |
jQueryStatus = 1;
|
19 |
+
jQueryObj = jQuery.noConflict();
|
20 |
}
|
21 |
|
22 |
if( typeof('rbjQuer')!='undefined' ) {
|
23 |
console.log('jQuery alt load;');
|
24 |
jQueryStatus = 2;
|
25 |
+
if(typeof('jQueryObj')=='undefined') jQueryObj = rbjQuer.noConflict();
|
26 |
}
|
27 |
|
28 |
if(jQueryStatus == 0) {
|
29 |
console.log('jQuery undefined');
|
30 |
+
} else {
|
31 |
+
(function($) {
|
32 |
+
jQueryObj('.robo_gallery').each( function(){
|
33 |
+
var objectOptions = window[ jQueryObj(this).data('options') ];
|
34 |
+
console.log('=========== Start ====================');
|
35 |
+
console.log(objectOptions);
|
36 |
+
//var realOptions = jQueryObj.extend({},objectOptions);
|
37 |
+
console.log('============== End ===================');
|
38 |
+
});
|
39 |
+
})(jQueryObj);
|
40 |
+
}
|
41 |
+
|
includes/frontend/rbs_gallery_class.php
CHANGED
@@ -174,7 +174,8 @@ class roboGallery extends roboGalleryUtils{
|
|
174 |
}
|
175 |
|
176 |
if( $this->debug){
|
177 |
-
wp_enqueue_script( 'robo-debug', ROBO_GALLERY_URL.'includes/extensions/debug/js/script.js', array( ),
|
|
|
178 |
}
|
179 |
|
180 |
}
|
174 |
}
|
175 |
|
176 |
if( $this->debug){
|
177 |
+
wp_enqueue_script( 'robo-gallery-debug', ROBO_GALLERY_URL.'includes/extensions/debug/js/script.js', array( ), ROBO_GALLERY_VERSION );
|
178 |
+
wp_enqueue_style( 'robo-gallery-debug', ROBO_GALLERY_URL.'includes/extensions/debug/css/debug.css', array(), ROBO_GALLERY_VERSION, 'all' );
|
179 |
}
|
180 |
|
181 |
}
|
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.
|
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.35 =
|
588 |
* Debug section, data output in the case of excluded jQuery and alt jQuery
|
589 |
|
@@ -1145,6 +1148,9 @@ If any problem occurs, please contact us.
|
|
1145 |
|
1146 |
== Upgrade Notice ==
|
1147 |
|
|
|
|
|
|
|
1148 |
= 2.0.35 =
|
1149 |
Debug section, data output in the case of excluded jQuery and alt jQuery
|
1150 |
|
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.36
|
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.36 =
|
588 |
+
* JS config output into debug console
|
589 |
+
|
590 |
= 2.0.35 =
|
591 |
* Debug section, data output in the case of excluded jQuery and alt jQuery
|
592 |
|
1148 |
|
1149 |
== Upgrade Notice ==
|
1150 |
|
1151 |
+
= 2.0.36 =
|
1152 |
+
JS config output into debug console
|
1153 |
+
|
1154 |
= 2.0.35 =
|
1155 |
Debug section, data output in the case of excluded jQuery and alt jQuery
|
1156 |
|
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.
|
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.
|
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.36
|
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.36');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|