Gallery – Photo Gallery and Images Gallery - Version 2.0.29

Version Description

  • Added new debug options
Download this release

Release Info

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

Code changes from version 2.0.28 to 2.0.29

includes/rbs_gallery_menu.php CHANGED
@@ -48,7 +48,7 @@ if(!function_exists('robo_gallery_settings_submenu_page')){
48
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'switchStyle' );
49
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'delay' );
50
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
51
- register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
52
 
53
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'categoryShow' );
54
 
48
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'switchStyle' );
49
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'delay' );
50
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'postShowText' );
51
+ register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'debugEnable' );
52
 
53
  register_setting( 'rbs_gallery_settings', ROBO_GALLERY_PREFIX.'categoryShow' );
54
 
includes/rbs_gallery_settings.php CHANGED
@@ -22,6 +22,7 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
22
  do_settings_sections( 'rbs_gallery_settings' );
23
  ?>
24
  <table class="form-table">
 
25
  <tr>
26
  <th scope="row"><?php _e('Categories Manager', 'rbs_gallery'); ?></th>
27
  <td>
@@ -76,6 +77,20 @@ wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.c
76
  <input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo (int) get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
77
  </td>
78
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  <tr>
80
  <th colspan="2"><h2><?php _e('Create Post Settings', 'rbs_gallery'); ?></h2></th>
81
  </tr>
22
  do_settings_sections( 'rbs_gallery_settings' );
23
  ?>
24
  <table class="form-table">
25
+
26
  <tr>
27
  <th scope="row"><?php _e('Categories Manager', 'rbs_gallery'); ?></th>
28
  <td>
77
  <input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo (int) get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
78
  </td>
79
  </tr>
80
+ <tr>
81
+ <th scope="row"><?php _e('Debug', 'rbs_gallery'); ?></th>
82
+ <td>
83
+ <fieldset>
84
+ <legend class="screen-reader-text"><span><?php _e('Enable', 'rbs_gallery'); ?></span></legend>
85
+ <label title='<?php _e('Enable', 'rbs_gallery'); ?>'>
86
+ <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'debugEnable')==1 ) echo " checked='checked'"; ?> /> <?php _e('Enable'); ?>
87
+ </label><br />
88
+ <label title='<?php _e('Disable', 'rbs_gallery'); ?>'>
89
+ <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'debugEnable', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable'); ?>
90
+ </label><br />
91
+ </fieldset>
92
+ </td>
93
+ </tr>
94
  <tr>
95
  <th colspan="2"><h2><?php _e('Create Post Settings', 'rbs_gallery'); ?></h2></th>
96
  </tr>
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.28
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -76,7 +76,7 @@ Gallery with highly customizable interface, advanced and FREE Wordpress images g
76
  * **Gallery alignment** - implemented gallery alignment option. Possible to select one from implemented alignment modes: left, right, center for gallery alignment inside post or page content. Alignment could be disabled.
77
  * **Gallery Padding** - new padding options. Define custom values in pixels for padding gallery block in post or page content. Is it possible to define padding from left, right, top and bottom side.
78
  * **Backup** - new gallery backup functionality. In backup section you can easily export settings of the galleries which you already create to transfer it another wordpress installation. Another feature import settings of already backed up galleries. With this useful feature you can transfer galleries from one to another wordpress websites or restore created galleries on this wordpress in the past.
79
-
80
 
81
  = Gallery Pro Key Features =
82
 
@@ -584,6 +584,9 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
587
  = 2.0.28 =
588
  * Fixed notice messages in the case of damaged meta data of images
589
 
@@ -1124,6 +1127,9 @@ If any problem occurs, please contact us.
1124
 
1125
  == Upgrade Notice ==
1126
 
 
 
 
1127
  = 2.0.28 =
1128
  Fixed notice messages in the case of damaged meta data of images
1129
 
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
 
76
  * **Gallery alignment** - implemented gallery alignment option. Possible to select one from implemented alignment modes: left, right, center for gallery alignment inside post or page content. Alignment could be disabled.
77
  * **Gallery Padding** - new padding options. Define custom values in pixels for padding gallery block in post or page content. Is it possible to define padding from left, right, top and bottom side.
78
  * **Backup** - new gallery backup functionality. In backup section you can easily export settings of the galleries which you already create to transfer it another wordpress installation. Another feature import settings of already backed up galleries. With this useful feature you can transfer galleries from one to another wordpress websites or restore created galleries on this wordpress in the past.
79
+ * **Post generator** - new function for the automatically post creation with gallery tag inside it. Advanced gallery post manager implemented with additional functions for customization and management all your gallery posts in one place.
80
 
81
  = Gallery Pro Key Features =
82
 
584
 
585
  == Changelog ==
586
 
587
+ = 2.0.29 =
588
+ * Added new debug options
589
+
590
  = 2.0.28 =
591
  * Fixed notice messages in the case of damaged meta data of images
592
 
1127
 
1128
  == Upgrade Notice ==
1129
 
1130
+ = 2.0.29 =
1131
+ Added new debug options
1132
+
1133
  = 2.0.28 =
1134
  Fixed notice messages in the case of damaged meta data of images
1135
 
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.28
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.28');
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.29
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.29');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25