Gallery – Photo Gallery and Images Gallery - Version 2.8.27

Version Description

  • Abspath fix in plugin paths
Download this release

Release Info

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

Code changes from version 2.8.26 to 2.8.27

Files changed (73) hide show
  1. app/class.listing.php +1 -1
  2. app/class.php +1 -1
  3. app/extensions/dashboard/init.php +1 -1
  4. app/extensions/manager/class.addons.action.php +1 -1
  5. app/extensions/manager/class.addons.php +10 -10
  6. app/extensions/manager/init.php +1 -1
  7. cmb2/bootstrap.php +1 -1
  8. cmb2/includes/CMB2.php +1 -1
  9. cmb2/includes/CMB2_Ajax.php +1 -1
  10. cmb2/includes/CMB2_Boxes.php +1 -1
  11. cmb2/includes/CMB2_Field.php +1 -1
  12. cmb2/includes/CMB2_Options.php +1 -1
  13. cmb2/includes/CMB2_Sanitize.php +1 -1
  14. cmb2/includes/CMB2_Show_Filters.php +1 -1
  15. cmb2/includes/CMB2_Types.php +1 -1
  16. cmb2/includes/CMB2_Utils.php +1 -1
  17. cmb2/includes/CMB2_hookup.php +1 -1
  18. cmb2/includes/helper-functions.php +1 -1
  19. cmb2/init.php +1 -1
  20. includes/cache.php +1 -1
  21. includes/extensions/backup/backup.class.php +1 -1
  22. includes/extensions/backup/backup.form.php +0 -2
  23. includes/extensions/backup/backup.init.php +1 -1
  24. includes/extensions/category/category.class.php +1 -1
  25. includes/extensions/category/category.init.php +1 -1
  26. includes/extensions/categoryPage/category.class.php +1 -1
  27. includes/extensions/categoryPage/category.init.php +1 -1
  28. includes/extensions/class.postcontroller.php +1 -1
  29. includes/extensions/stats/stats.class.php +1 -1
  30. includes/extensions/stats/stats.form.php +1 -1
  31. includes/extensions/stats/stats.init.php +1 -1
  32. includes/frontend/extensions/core/roboGalleryCore.php +1 -1
  33. includes/frontend/extensions/loader/RoboGalleryLoader.php +1 -1
  34. includes/frontend/rbs_gallery_class.php +1 -1
  35. includes/frontend/rbs_gallery_class_utils.php +1 -1
  36. includes/frontend/rbs_gallery_frontend.php +1 -1
  37. includes/frontend/rbs_gallery_helper.php +1 -1
  38. includes/frontend/rbs_gallery_source.php +1 -1
  39. includes/options/cache.php +1 -1
  40. includes/options/rbs_gallery_options_button.php +1 -1
  41. includes/options/rbs_gallery_options_copy.php +1 -1
  42. includes/options/rbs_gallery_options_css.php +1 -1
  43. includes/options/rbs_gallery_options_guides.php +1 -1
  44. includes/options/rbs_gallery_options_hover.php +1 -1
  45. includes/options/rbs_gallery_options_images.php +1 -1
  46. includes/options/rbs_gallery_options_info.php +1 -1
  47. includes/options/rbs_gallery_options_infowide.php +1 -1
  48. includes/options/rbs_gallery_options_lightbox.php +1 -1
  49. includes/options/rbs_gallery_options_loading.php +1 -1
  50. includes/options/rbs_gallery_options_polaroid.php +1 -1
  51. includes/options/rbs_gallery_options_shortcode.php +1 -1
  52. includes/options/rbs_gallery_options_size.php +1 -1
  53. includes/options/rbs_gallery_options_text.php +1 -1
  54. includes/options/rbs_gallery_options_tools.php +1 -1
  55. includes/options/rbs_gallery_options_view.php +1 -1
  56. includes/options/voting.php +1 -1
  57. includes/rbs_class_activator.php +0 -1
  58. includes/rbs_class_update.php +0 -1
  59. includes/rbs_gallery_about.php +1 -1
  60. includes/rbs_gallery_ajax.php +1 -1
  61. includes/rbs_gallery_button.php +1 -1
  62. includes/rbs_gallery_config.php +1 -1
  63. includes/rbs_gallery_edit.php +1 -1
  64. includes/rbs_gallery_init.php +1 -1
  65. includes/rbs_gallery_list.php +1 -1
  66. includes/rbs_gallery_media.php +1 -1
  67. includes/rbs_gallery_menu.php +1 -1
  68. includes/rbs_gallery_settings.php +1 -1
  69. includes/rbs_gallery_topblock.php +1 -1
  70. includes/rbs_gallery_widget.php +1 -1
  71. includes/rbs_gallery_widget_last.php +1 -1
  72. readme.txt +19 -7
  73. robogallery.php +2 -3
app/class.listing.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
 
16
  class rbsGalleryListing extends roboGalleryClass{
10
 
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
 
16
  class rbsGalleryListing extends roboGalleryClass{
app/class.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
 
16
  class roboGalleryClass{
10
 
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
 
16
  class roboGalleryClass{
app/extensions/dashboard/init.php CHANGED
@@ -10,6 +10,6 @@
10
 
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
  include_once plugin_dir_path( __FILE__ ).'class.dashboard.php';
10
 
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
  include_once plugin_dir_path( __FILE__ ).'class.dashboard.php';
app/extensions/manager/class.addons.action.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
 
16
  class Gallery_RoTeam_AddonAction{
10
 
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
 
16
  class Gallery_RoTeam_AddonAction{
app/extensions/manager/class.addons.php CHANGED
@@ -1,16 +1,16 @@
1
  <?php
2
- /*
3
- * Robo Gallery
4
- * Version: 2.8.24 - 93676
5
- * By Robosoft
6
- *
7
- * Contact: https://robosoft.co/robogallery/
8
- * Created: 2015
9
- * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
-
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
 
16
  class rbsGalleryAddons{
1
  <?php
2
+ /*
3
+ * Robo Gallery
4
+ * Version: 2.8.24 - 93676
5
+ * By Robosoft
6
+ *
7
+ * Contact: https://robosoft.co/robogallery/
8
+ * Created: 2015
9
+ * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
+
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
 
16
  class rbsGalleryAddons{
app/extensions/manager/init.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  */
12
 
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
  include_once plugin_dir_path( __FILE__ ).'class.addons.php';
16
 
10
 
11
  */
12
 
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
  include_once plugin_dir_path( __FILE__ ).'class.addons.php';
16
 
cmb2/bootstrap.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
- if ( ! defined( 'ABSPATH' ) ) exit;
12
  /**
13
  * Fires when CMB2 is included/loaded
14
  *
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'WPINC' ) ) exit;
12
  /**
13
  * Fires when CMB2 is included/loaded
14
  *
cmb2/includes/CMB2.php CHANGED
@@ -12,7 +12,7 @@
12
  * @property-read array $meta_box
13
  * @property-read array $updated
14
  */
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2 {
17
 
18
  /**
12
  * @property-read array $meta_box
13
  * @property-read array $updated
14
  */
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
  class CMB2 {
17
 
18
  /**
cmb2/includes/CMB2_Ajax.php CHANGED
@@ -11,7 +11,7 @@
11
  * @author WebDevStudios
12
  * @license GPL-2.0+
13
  */
14
- if ( ! defined( 'ABSPATH' ) ) exit;
15
  class CMB2_Ajax {
16
 
17
  // Whether to hijack the oembed cache system
11
  * @author WebDevStudios
12
  * @license GPL-2.0+
13
  */
14
+ if ( ! defined( 'WPINC' ) ) exit;
15
  class CMB2_Ajax {
16
 
17
  // Whether to hijack the oembed cache system
cmb2/includes/CMB2_Boxes.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
- if ( ! defined( 'ABSPATH' ) ) exit;
12
  class CMB2_Boxes {
13
 
14
  /**
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'WPINC' ) ) exit;
12
  class CMB2_Boxes {
13
 
14
  /**
cmb2/includes/CMB2_Field.php CHANGED
@@ -15,7 +15,7 @@
15
  * @method mixed fields()
16
  * @method mixed count()
17
  */
18
- if ( ! defined( 'ABSPATH' ) ) exit;
19
  class CMB2_Field {
20
 
21
  /**
15
  * @method mixed fields()
16
  * @method mixed count()
17
  */
18
+ if ( ! defined( 'WPINC' ) ) exit;
19
  class CMB2_Field {
20
 
21
  /**
cmb2/includes/CMB2_Options.php CHANGED
@@ -15,7 +15,7 @@
15
  * @package CMB2
16
  * @author WebDevStudios
17
  */
18
- if ( ! defined( 'ABSPATH' ) ) exit;
19
  class CMB2_Options {
20
  /**
21
  * Array of all CMB2_Option instances
15
  * @package CMB2
16
  * @author WebDevStudios
17
  */
18
+ if ( ! defined( 'WPINC' ) ) exit;
19
  class CMB2_Options {
20
  /**
21
  * Array of all CMB2_Option instances
cmb2/includes/CMB2_Sanitize.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @method string _id()
14
  */
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2_Sanitize {
17
 
18
  /**
12
  *
13
  * @method string _id()
14
  */
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
  class CMB2_Sanitize {
17
 
18
  /**
cmb2/includes/CMB2_Show_Filters.php CHANGED
@@ -15,7 +15,7 @@
15
  * @license GPL-2.0+
16
  * @link http://webdevstudios.com
17
  */
18
- if ( ! defined( 'ABSPATH' ) ) exit;
19
 
20
  class CMB2_Show_Filters {
21
 
15
  * @license GPL-2.0+
16
  * @link http://webdevstudios.com
17
  */
18
+ if ( ! defined( 'WPINC' ) ) exit;
19
 
20
  class CMB2_Show_Filters {
21
 
cmb2/includes/CMB2_Types.php CHANGED
@@ -12,7 +12,7 @@
12
  * @license GPL-2.0+
13
  * @link http://webdevstudios.com
14
  */
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2_Types {
17
 
18
  /**
12
  * @license GPL-2.0+
13
  * @link http://webdevstudios.com
14
  */
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
  class CMB2_Types {
17
 
18
  /**
cmb2/includes/CMB2_Utils.php CHANGED
@@ -10,7 +10,7 @@
10
  * @license GPL-2.0+
11
  * @link http://webdevstudios.com
12
  */
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
  class CMB2_Utils {
15
 
16
  /**
10
  * @license GPL-2.0+
11
  * @link http://webdevstudios.com
12
  */
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
  class CMB2_Utils {
15
 
16
  /**
cmb2/includes/CMB2_hookup.php CHANGED
@@ -11,7 +11,7 @@
11
  * @license GPL-2.0+
12
  * @link http://webdevstudios.com
13
  */
14
- if ( ! defined( 'ABSPATH' ) ) exit;
15
  class CMB2_hookup {
16
 
17
  /**
11
  * @license GPL-2.0+
12
  * @link http://webdevstudios.com
13
  */
14
+ if ( ! defined( 'WPINC' ) ) exit;
15
  class CMB2_hookup {
16
 
17
  /**
cmb2/includes/helper-functions.php CHANGED
@@ -15,7 +15,7 @@
15
  * @param string $path Path to append
16
  * @return string Directory with optional path appended
17
  */
18
- if ( ! defined( 'ABSPATH' ) ) exit;
19
 
20
  if( !function_exists('cmb2_dir')){
21
  function cmb2_dir( $path = '' ) {
15
  * @param string $path Path to append
16
  * @return string Directory with optional path appended
17
  */
18
+ if ( ! defined( 'WPINC' ) ) exit;
19
 
20
  if( !function_exists('cmb2_dir')){
21
  function cmb2_dir( $path = '' ) {
cmb2/init.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
- if ( ! defined( 'ABSPATH' ) ) exit;
12
  if ( ! class_exists( 'CMB2_Bootstrap_206', false ) ) {
13
 
14
  /**
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'WPINC' ) ) exit;
12
  if ( ! class_exists( 'CMB2_Bootstrap_206', false ) ) {
13
 
14
  /**
includes/cache.php CHANGED
@@ -5,7 +5,7 @@
5
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
6
  */
7
 
8
- if ( ! defined( 'ABSPATH' ) ) exit;
9
 
10
 
11
  function robo_gallery_save_gallery( $post_id, $post, $update ) {
5
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
6
  */
7
 
8
+ if ( ! defined( 'WPINC' ) ) exit;
9
 
10
 
11
  function robo_gallery_save_gallery( $post_id, $post, $update ) {
includes/extensions/backup/backup.class.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class rbsGalleryExport {
18
  const ATTACHMENT_MAX_AMOUNT = 1000;
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class rbsGalleryExport {
18
  const ATTACHMENT_MAX_AMOUNT = 1000;
includes/extensions/backup/backup.form.php CHANGED
@@ -12,8 +12,6 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
-
17
  if ( ! defined( 'WPINC' ) ) die;
18
  if( !is_admin() ) return ;
19
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
 
 
15
  if ( ! defined( 'WPINC' ) ) die;
16
  if( !is_admin() ) return ;
17
 
includes/extensions/backup/backup.init.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if(!function_exists('robo_gallery_backup_submenu_page')){
18
  add_action('admin_menu', 'robo_gallery_backup_submenu_page');
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if(!function_exists('robo_gallery_backup_submenu_page')){
18
  add_action('admin_menu', 'robo_gallery_backup_submenu_page');
includes/extensions/category/category.class.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class ROBO_GALLERY_CATEGORY{
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class ROBO_GALLERY_CATEGORY{
18
 
includes/extensions/category/category.init.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if(!function_exists('rbs_gallery_category_init')){
18
  function rbs_gallery_category_init(){
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if(!function_exists('rbs_gallery_category_init')){
18
  function rbs_gallery_category_init(){
includes/extensions/categoryPage/category.class.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class ROBO_GALLERY_CATEGORY_PAGE{
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class ROBO_GALLERY_CATEGORY_PAGE{
18
 
includes/extensions/categoryPage/category.init.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  rbs_gallery_include('category.class.php', plugin_dir_path( __FILE__ ) );
18
  new ROBO_GALLERY_CATEGORY_PAGE( ROBO_GALLERY_TYPE_POST );
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  rbs_gallery_include('category.class.php', plugin_dir_path( __FILE__ ) );
18
  new ROBO_GALLERY_CATEGORY_PAGE( ROBO_GALLERY_TYPE_POST );
includes/extensions/class.postcontroller.php CHANGED
@@ -9,7 +9,7 @@
9
  * @license url : http://creativecommons.org/licenses/by-sa/3.0/
10
  */
11
 
12
- if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
  if (!isset($wp_rewrite))
15
  $wp_rewrite = new WP_Rewrite();
9
  * @license url : http://creativecommons.org/licenses/by-sa/3.0/
10
  */
11
 
12
+ if ( ! defined( 'WPINC' ) ) exit;
13
 
14
  if (!isset($wp_rewrite))
15
  $wp_rewrite = new WP_Rewrite();
includes/extensions/stats/stats.class.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class ROBO_GALLERY_STATS{
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class ROBO_GALLERY_STATS{
18
 
includes/extensions/stats/stats.form.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $countPosts = wp_count_posts(ROBO_GALLERY_TYPE_POST);
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $countPosts = wp_count_posts(ROBO_GALLERY_TYPE_POST);
18
 
includes/extensions/stats/stats.init.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if(!function_exists('rbs_gallery_stats_init')){
18
  function rbs_gallery_stats_init(){
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if(!function_exists('rbs_gallery_stats_init')){
18
  function rbs_gallery_stats_init(){
includes/frontend/extensions/core/roboGalleryCore.php CHANGED
@@ -14,7 +14,7 @@
14
 
15
 
16
  if ( ! defined( 'WPINC' ) ) die;
17
- if ( ! defined( 'ABSPATH' ) ) exit;
18
 
19
  require_once ROBO_GALLERY_FRONTEND_PATH.'roboGalleryAbstractExtension.php';
20
  require_once ROBO_GALLERY_FRONTEND_EXT_PATH.'loader/RoboGalleryLoader.php';
14
 
15
 
16
  if ( ! defined( 'WPINC' ) ) die;
17
+ if ( ! defined( 'WPINC' ) ) exit;
18
 
19
  require_once ROBO_GALLERY_FRONTEND_PATH.'roboGalleryAbstractExtension.php';
20
  require_once ROBO_GALLERY_FRONTEND_EXT_PATH.'loader/RoboGalleryLoader.php';
includes/frontend/extensions/loader/RoboGalleryLoader.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
  class RoboGalleryLoader extends roboGalleryAbstractExtension{
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
  class RoboGalleryLoader extends roboGalleryAbstractExtension{
includes/frontend/rbs_gallery_class.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
 
includes/frontend/rbs_gallery_class_utils.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if( !ROBO_GALLERY_PRO || !class_exists('roboGalleryParent')){
18
  class roboGalleryParent{ public $pro = 0; }
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if( !ROBO_GALLERY_PRO || !class_exists('roboGalleryParent')){
18
  class roboGalleryParent{ public $pro = 0; }
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  function roboGalleryTag($content){
18
  global $post;
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  function roboGalleryTag($content){
18
  global $post;
includes/frontend/rbs_gallery_helper.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class roboGalleryHelper {
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class roboGalleryHelper {
18
 
includes/frontend/rbs_gallery_source.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class roboGalleryImages{
18
  public $id = 0;
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class roboGalleryImages{
18
  public $id = 0;
includes/options/cache.php CHANGED
@@ -5,7 +5,7 @@
5
  * Contact: https://robosoft.co/robogallery/
6
  * Available only in https://robosoft.co/robogallery/
7
  */
8
- if ( ! defined( 'ABSPATH' ) ) exit;
9
 
10
  $cache_box = new_cmb2_box( array(
11
  'id' => ROBO_GALLERY_PREFIX . 'cache_metabox',
5
  * Contact: https://robosoft.co/robogallery/
6
  * Available only in https://robosoft.co/robogallery/
7
  */
8
+ if ( ! defined( 'WPINC' ) ) exit;
9
 
10
  $cache_box = new_cmb2_box( array(
11
  'id' => ROBO_GALLERY_PREFIX . 'cache_metabox',
includes/options/rbs_gallery_options_button.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $button_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'button_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $button_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'button_metabox',
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if( isset($_GET['post']) ) $id = (int) $_GET['post'];
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if( isset($_GET['post']) ) $id = (int) $_GET['post'];
18
 
includes/options/rbs_gallery_options_css.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $css_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'css_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $css_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'css_metabox',
includes/options/rbs_gallery_options_guides.php CHANGED
@@ -11,7 +11,7 @@
11
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
- if ( ! defined( 'ABSPATH' ) ) exit;
15
 
16
  if( class_exists('RoboGalleryConfig') ){
17
  $guide = RoboGalleryConfig::guides();
11
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
+ if ( ! defined( 'WPINC' ) ) exit;
15
 
16
  if( class_exists('RoboGalleryConfig') ){
17
  $guide = RoboGalleryConfig::guides();
includes/options/rbs_gallery_options_hover.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
  //return '';
17
  $hover_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
  //return '';
17
  $hover_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
includes/options/rbs_gallery_options_images.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $images_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $images_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
includes/options/rbs_gallery_options_info.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $info_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'info_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $info_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'info_metabox',
includes/options/rbs_gallery_options_infowide.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $infowide_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $infowide_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
includes/options/rbs_gallery_options_lightbox.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $lightbox_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $lightbox_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
includes/options/rbs_gallery_options_loading.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $loading_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $loading_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
includes/options/rbs_gallery_options_polaroid.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $polaroid_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'polaroid_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $polaroid_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'polaroid_metabox',
includes/options/rbs_gallery_options_shortcode.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $shortcode_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $shortcode_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
includes/options/rbs_gallery_options_size.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $size_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $size_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
includes/options/rbs_gallery_options_text.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $text_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $text_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
includes/options/rbs_gallery_options_tools.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $tools_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $tools_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
includes/options/rbs_gallery_options_view.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $view_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  $view_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
includes/options/voting.php CHANGED
@@ -5,7 +5,7 @@
5
  * Contact: https://robosoft.co/robogallery/
6
  * Available only in https://robosoft.co/robogallery/
7
  */
8
- if ( ! defined( 'ABSPATH' ) ) exit;
9
 
10
  $voting_box = new_cmb2_box( array(
11
  'id' => ROBO_GALLERY_PREFIX . 'voting_metabox',
5
  * Contact: https://robosoft.co/robogallery/
6
  * Available only in https://robosoft.co/robogallery/
7
  */
8
+ if ( ! defined( 'WPINC' ) ) exit;
9
 
10
  $voting_box = new_cmb2_box( array(
11
  'id' => ROBO_GALLERY_PREFIX . 'voting_metabox',
includes/rbs_class_activator.php CHANGED
@@ -13,7 +13,6 @@
13
  */
14
 
15
  if(!defined('WPINC'))die;
16
- if(!defined("ABSPATH"))exit;
17
 
18
  class Robo_Gallery_Activator {
19
  public static function activate() {
13
  */
14
 
15
  if(!defined('WPINC'))die;
 
16
 
17
  class Robo_Gallery_Activator {
18
  public static function activate() {
includes/rbs_class_update.php CHANGED
@@ -13,7 +13,6 @@
13
  */
14
 
15
  if(!defined('WPINC')) die;
16
- if(!defined("ABSPATH")) exit;
17
 
18
  class RoboGalleryUpdate {
19
  public $posts = array();
13
  */
14
 
15
  if(!defined('WPINC')) die;
 
16
 
17
  class RoboGalleryUpdate {
18
  public $posts = array();
includes/rbs_gallery_about.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
18
 
includes/rbs_gallery_ajax.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
  if(!function_exists('rbs_gallery_ajax_init')){
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
  if(!function_exists('rbs_gallery_ajax_init')){
includes/rbs_gallery_button.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  function add_robo_gallery_button(){
18
  global $pagenow;
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  function add_robo_gallery_button(){
18
  global $pagenow;
includes/rbs_gallery_config.php CHANGED
@@ -10,7 +10,7 @@
10
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
- if ( ! defined( 'ABSPATH' ) ) exit;
14
 
15
  class RoboGalleryConfig {
16
 
10
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
+ if ( ! defined( 'WPINC' ) ) exit;
14
 
15
  class RoboGalleryConfig {
16
 
includes/rbs_gallery_edit.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  function rbs_gallery_group_metabox() {
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  function rbs_gallery_group_metabox() {
18
 
includes/rbs_gallery_init.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
18
 
includes/rbs_gallery_list.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
  class rbsGalleryListing{
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
  class rbsGalleryListing{
includes/rbs_gallery_media.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
  function robo_gallery_hide_fieldattachment() {
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
  function robo_gallery_hide_fieldattachment() {
includes/rbs_gallery_menu.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  if(!function_exists('robo_gallery_fix_menu')){
18
  function robo_gallery_fix_menu(){
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  if(!function_exists('robo_gallery_fix_menu')){
18
  function robo_gallery_fix_menu(){
includes/rbs_gallery_settings.php CHANGED
@@ -11,7 +11,7 @@
11
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
- if ( ! defined( 'ABSPATH' ) ) exit;
15
 
16
  class Robo_Gallery_Settings {
17
 
11
  * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
+ if ( ! defined( 'WPINC' ) ) exit;
15
 
16
  class Robo_Gallery_Settings {
17
 
includes/rbs_gallery_topblock.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
 
18
  if(!function_exists('rbs_gallery_topblock')){
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
 
18
  if(!function_exists('rbs_gallery_topblock')){
includes/rbs_gallery_widget.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class rbs_widget extends WP_Widget {
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class rbs_widget extends WP_Widget {
18
 
includes/rbs_gallery_widget_last.php CHANGED
@@ -12,7 +12,7 @@
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
- if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class rbs_widget_last extends WP_Widget {
18
 
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
15
+ if ( ! defined( 'WPINC' ) ) exit;
16
 
17
  class rbs_widget_last extends WP_Widget {
18
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://robosoft.co/robogallery
4
  Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
5
  Requires at least: 3.3
6
  Tested up to: 5.2
7
- Stable tag: 2.8.26
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -180,12 +180,18 @@ When you open settings in list of the options you can find lightbox settings blo
180
  4. Demo 4
181
  5. Demo 5
182
  6. Demo 6
183
- 7. General and size settings
184
- 8. Layout settings
185
- 9. Shadow and border settings
186
- 10. Hover and menu settings
187
- 11. Loading and Polaroid settings
188
- 12. Buttons settings
 
 
 
 
 
 
189
 
190
  == Other Notes ==
191
 
@@ -203,6 +209,9 @@ If any problem occurs, please contact us.
203
 
204
  == Changelog ==
205
 
 
 
 
206
  = 2.8.26 =
207
  * Fixed small bugs, added new code structures
208
 
@@ -518,6 +527,9 @@ If any problem occurs, please contact us.
518
 
519
  == Upgrade Notice ==
520
 
 
 
 
521
  = 2.8.26 =
522
  Fixed small bugs, added new code structures
523
 
4
  Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
5
  Requires at least: 3.3
6
  Tested up to: 5.2
7
+ Stable tag: 2.8.27
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
180
  4. Demo 4
181
  5. Demo 5
182
  6. Demo 6
183
+ 7. Demo 7
184
+ 8. Demo 8
185
+ 9. Demo 9
186
+ 10. Demo 10
187
+ 11. Demo 11
188
+ 12. Demo 12
189
+ 13. General and size settings
190
+ 14. Layout settings
191
+ 15. Shadow and border settings
192
+ 16. Hover and menu settings
193
+ 17. Loading and Polaroid settings
194
+ 18. Buttons settings
195
 
196
  == Other Notes ==
197
 
209
 
210
  == Changelog ==
211
 
212
+ = 2.8.27 =
213
+ * Abspath fix in plugin paths
214
+
215
  = 2.8.26 =
216
  * Fixed small bugs, added new code structures
217
 
527
 
528
  == Upgrade Notice ==
529
 
530
+ = 2.8.27 =
531
+ Abspath fix in plugin paths
532
+
533
  = 2.8.26 =
534
  Fixed small bugs, added new code structures
535
 
robogallery.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/wordpress-gallery-plugin
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
- Version: 2.8.26
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/wordpress-gallery-plugin
9
  License: GPLv3 or later
@@ -12,10 +12,9 @@ Domain Path: /languages
12
  */
13
 
14
  if(!defined('WPINC'))die;
15
- if(!defined("ABSPATH"))exit;
16
 
17
  define("ROBO_GALLERY", 1);
18
- define("ROBO_GALLERY_VERSION", '2.8.26');
19
 
20
  define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
21
 
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/wordpress-gallery-plugin
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
+ Version: 2.8.27
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/wordpress-gallery-plugin
9
  License: GPLv3 or later
12
  */
13
 
14
  if(!defined('WPINC'))die;
 
15
 
16
  define("ROBO_GALLERY", 1);
17
+ define("ROBO_GALLERY_VERSION", '2.8.27');
18
 
19
  define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
20