Gallery – Photo Gallery and Images Gallery - Version 3.0.1

Version Description

  • Fix of the old PHP versions support
Download this release

Release Info

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

Code changes from version 3.0.0 to 3.0.1

Files changed (102) hide show
  1. app/app.php +1 -1
  2. app/class.brand.php +1 -1
  3. app/class.listing.php +1 -1
  4. app/class.php +1 -1
  5. app/class.utils.php +1 -1
  6. app/class.view.php +1 -1
  7. app/extensions/dashboard/assets/style.css +1 -1
  8. app/extensions/dashboard/class.dashboard.php +1 -1
  9. app/extensions/dashboard/init.php +1 -1
  10. app/extensions/dashboard/overview.php +1 -1
  11. app/extensions/dashboard/video_guide.php +1 -1
  12. app/extensions/duplicate/init.php +1 -1
  13. app/extensions/fields/asset/core/js/app.js +1 -1
  14. app/extensions/fields/asset/fields/gallery/js/gallery.lib.min.js +1 -1
  15. app/extensions/fields/asset/fields/gallery/js/script.min.js +1 -1
  16. app/extensions/fields/asset/help/help.js +1 -1
  17. app/extensions/fields/config/main.php +1 -1
  18. app/extensions/fields/config/metabox/gallery_type.php +1 -1
  19. app/extensions/fields/config/metabox/gallery_youtube.php +1 -1
  20. app/extensions/fields/config/metabox/image.php +1 -1
  21. app/extensions/fields/config/metabox/update_notice.php +2 -2
  22. app/extensions/fields/include/roboGalleryFields.php +1 -1
  23. app/extensions/fields/include/roboGalleryFieldsAjax.php +1 -1
  24. app/extensions/fields/include/roboGalleryFieldsConfig.php +1 -1
  25. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReader.php +1 -1
  26. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderInterface.php +1 -1
  27. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderPhp.php +1 -1
  28. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsField.php +1 -1
  29. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckbox.php +1 -1
  30. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroup.php +1 -1
  31. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupButton.php +1 -1
  32. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupSwitch.php +1 -1
  33. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldGalleryType.php +1 -1
  34. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldHtml.php +1 -1
  35. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldSelectMultiple.php +1 -1
  36. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldText.php +1 -1
  37. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextColor.php +1 -1
  38. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextSlider.php +1 -1
  39. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldThemes.php +1 -1
  40. app/extensions/fields/include/roboGalleryFieldsFieldFactory.php +1 -1
  41. app/extensions/fields/include/roboGalleryFieldsHelper.php +1 -1
  42. app/extensions/fields/include/roboGalleryFieldsMetaBoxClass.php +1 -1
  43. app/extensions/fields/include/roboGalleryFieldsView.php +1 -1
  44. app/extensions/fields/init.php +1 -1
  45. app/extensions/fields/template/content/gallery_type/content.tpl.php +1 -1
  46. app/extensions/fields/template/field/text/images.tpl.php +1 -1
  47. app/extensions/galleryType/css/theme.edit.css +1 -1
  48. app/extensions/galleryType/css/themes.listing.css +1 -1
  49. app/extensions/galleryType/init.php +1 -1
  50. app/extensions/galleryType/initThemeOptions.php +5 -3
  51. app/extensions/imageResize/init.php +1 -1
  52. app/extensions/manager/class.addons.action.php +1 -1
  53. app/extensions/manager/class.addons.php +1 -1
  54. app/extensions/manager/css/style.css +1 -1
  55. app/extensions/manager/init.php +1 -1
  56. app/extensions/manager/js/script.js +1 -1
  57. cmb2/fields/colums/cmb-field-colums.php +1 -1
  58. cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +1 -1
  59. cmb2/fields/rbstext/cmb-field-rbstext.php +1 -1
  60. cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +1 -1
  61. includes/frontend/modules/abstraction.php +1 -1
  62. includes/frontend/modules/addtexts.php +1 -1
  63. includes/frontend/modules/assets.php +1 -1
  64. includes/frontend/modules/cache.php +1 -1
  65. includes/frontend/modules/cachedb.php +1 -1
  66. includes/frontend/modules/config.php +1 -1
  67. includes/frontend/modules/core.php +2 -2
  68. includes/frontend/modules/customcss.php +1 -1
  69. includes/frontend/modules/effects.set1.php +1 -1
  70. includes/frontend/modules/element.php +1 -1
  71. includes/frontend/modules/grid/grid.columns.v1.php +1 -1
  72. includes/frontend/modules/grid/grid.v1.php +1 -1
  73. includes/frontend/modules/hover/hover.v1.php +1 -1
  74. includes/frontend/modules/init.php +1 -1
  75. includes/frontend/modules/jsoptions.php +1 -1
  76. includes/frontend/modules/layout.v1/layout.v1.php +1 -1
  77. includes/frontend/modules/lightbox/lightbox.php +1 -1
  78. includes/frontend/modules/loader.php +1 -1
  79. includes/frontend/modules/menu/menu.php +1 -1
  80. includes/frontend/modules/polaroid.php +1 -1
  81. includes/frontend/modules/resize.php +1 -1
  82. includes/frontend/modules/search.php +1 -1
  83. includes/frontend/modules/size.php +1 -1
  84. includes/frontend/modules/source/baseSource.php +1 -1
  85. includes/frontend/modules/source/source.php +1 -1
  86. includes/frontend/modules/source/youtubeSource.php +1 -1
  87. includes/frontend/modules/stats.php +1 -1
  88. includes/frontend/modules/tags.php +1 -1
  89. includes/frontend/rbs_gallery_class.php +1 -1
  90. includes/frontend/rbs_gallery_frontend.php +1 -1
  91. includes/options/rbs_gallery_options_copy.php +1 -1
  92. includes/options/rbs_gallery_options_css.php +1 -1
  93. includes/rbs_gallery_init.php +1 -1
  94. includes/rbs_gallery_media.php +1 -1
  95. includes/rbs_gallery_menu.php +1 -1
  96. includes/rbs_gallery_settings.php +1 -1
  97. includes/rbs_gallery_widget.php +1 -1
  98. includes/rbs_gallery_widget_last.php +1 -1
  99. js/admin/edit.js +1 -1
  100. js/robo_gallery.js +1 -1
  101. readme.txt +7 -1
  102. robogallery.php +2 -2
app/app.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.40 - 95887
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.1 - 56837
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/class.brand.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.40 - 95887
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.1 - 56837
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/class.listing.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/class.utils.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/class.view.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.40 - 95887
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.1 - 56837
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/assets/style.css CHANGED
@@ -1,7 +1,7 @@
1
 
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
 
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/class.dashboard.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/overview.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/video_guide.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/duplicate/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/asset/core/js/app.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/asset/fields/gallery/js/gallery.lib.min.js CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
 
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
 
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/asset/fields/gallery/js/script.min.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/asset/help/help.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/config/main.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/config/metabox/gallery_type.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/config/metabox/gallery_youtube.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/config/metabox/image.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/config/metabox/update_notice.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
@@ -10,7 +10,7 @@
10
 
11
  */
12
 
13
- if( !ROBO_GALLERY_TYR || rbsGalleryUtils::compareVersion('2.0') ) return array();
14
 
15
  return array(
16
  'active' => true,
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
10
 
11
  */
12
 
13
+ if( !ROBO_GALLERY_TYR || rbsGalleryUtils::compareVersion('2.1') ) return array();
14
 
15
  return array(
16
  'active' => true,
app/extensions/fields/include/roboGalleryFields.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsAjax.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsConfig.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReader.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderInterface.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderPhp.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsField.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroup.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupButton.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupSwitch.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldGalleryType.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldHtml.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldSelectMultiple.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldText.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextColor.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextSlider.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldThemes.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsFieldFactory.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsHelper.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsMetaBoxClass.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFieldsView.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/template/content/gallery_type/content.tpl.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/template/field/text/images.tpl.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/galleryType/css/theme.edit.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/galleryType/css/themes.listing.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/galleryType/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/galleryType/initThemeOptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
@@ -25,8 +25,10 @@ class roboGalleryClass_TypeThemeOptions extends roboGalleryClass{
25
 
26
  $this->themeOptions = include ROBO_GALLERY_APP_EXTENSIONS_PATH.'galleryType/themes/all.php';
27
 
28
- if( rbsGalleryUtils::compareVersion('2.0') && defined('ROBO_GALLERY_THEME_PRO') ){
29
- $themeProOptions = ROBO_GALLERY_THEME_PRO;
 
 
30
  $this->themeOptions = array_merge( $this->themeOptions, $themeProOptions );
31
  //print_r( $this->themeOptions );
32
  }
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
25
 
26
  $this->themeOptions = include ROBO_GALLERY_APP_EXTENSIONS_PATH.'galleryType/themes/all.php';
27
 
28
+ if( rbsGalleryUtils::compareVersion('2.1') && class_exists('roboGalleryThemePro') ){
29
+
30
+ //$themeProOptions = ROBO_GALLERY_THEME_PRO;
31
+ $themeProOptions = roboGalleryThemePro::getThemesArray();
32
  $this->themeOptions = array_merge( $this->themeOptions, $themeProOptions );
33
  //print_r( $this->themeOptions );
34
  }
app/extensions/imageResize/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/class.addons.action.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/class.addons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/css/style.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/js/script.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
cmb2/fields/colums/cmb-field-colums.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
cmb2/fields/rbstext/cmb-field-rbstext.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/abstraction.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/addtexts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/assets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/cache.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/cachedb.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/core.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
@@ -104,7 +104,7 @@ class roboGalleryModuleCore{
104
  return apply_filters( 'robogallery-'.$this->gallery->id.'-'.$tag, $value, $arg1, $arg2, $arg3, $arg4, $arg5 );
105
  }
106
 
107
- public function addFilter( $tag, callable $function_to_add, int $priority = 10, int $accepted_args = 1 ){
108
  return add_filter( 'robogallery-'.$this->gallery->id.'-'.$tag, $function_to_add, $priority, $accepted_args );
109
  }
110
 
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
104
  return apply_filters( 'robogallery-'.$this->gallery->id.'-'.$tag, $value, $arg1, $arg2, $arg3, $arg4, $arg5 );
105
  }
106
 
107
+ public function addFilter( $tag, $function_to_add, $priority = 10, $accepted_args = 1 ){
108
  return add_filter( 'robogallery-'.$this->gallery->id.'-'.$tag, $function_to_add, $priority, $accepted_args );
109
  }
110
 
includes/frontend/modules/customcss.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/effects.set1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/element.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/grid/grid.columns.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/grid/grid.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/hover/hover.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/jsoptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/layout.v1/layout.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/lightbox/lightbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/loader.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/menu/menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/polaroid.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/resize.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/search.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/size.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/source/baseSource.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.40 - 95887
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.1 - 56837
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/source/source.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/source/youtubeSource.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/stats.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/tags.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/rbs_gallery_class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.40 - 95887
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.1 - 56837
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/options/rbs_gallery_options_css.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_media.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_settings.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_widget.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/rbs_gallery_widget_last.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.40 - 95887
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.1 - 56837
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
js/admin/edit.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.40 - 95887
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.1 - 56837
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
js/robo_gallery.js CHANGED
@@ -7,7 +7,7 @@ var roboEffectClass=function(t,e,f){function c(){}return c.prototype.constructor
7
  var BaseEffect=function(e,t,o){function a(){}return a.prototype=Object.create(roboEffectClass),a.prototype.constructor=a,a.prototype.addEffect=function(e){if(0!=e.container_settings.thumbnailOverlay){$container=e.$container;var a=e.settings,r=e.animation,s=e.container.find(e.itemSelector+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");s.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),s.each(function(){var a=t(this),r=a.find(e.boxImageSelector),s=e.container_settings.overlayEffect;if(r.data("overlay-effect")!=o&&(s=r.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var i=r.find(".rbs-img-thumbnail-container"),n=r.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||n.outerHeight(i.outerHeight(!1));var f=n.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div>');"push-up"==s||"push-up-100%"==s?n.appendTo(r):"push-down"!=s&&"push-down-100%"!=s||(n.prependTo(r),l.css("margin-top",-f)),r.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s){a.addClass("position-reveal-effect");p=a.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==s&&p.css("height","100%")}else if("reveal-bottom"==s||"reveal-bottom-100%"==s){a.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var p=a.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&p.css("height","100%")}else if("direction"==s.substr(0,9))a.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var v=a.find(".thumbnail-overlay").hide();v.css({height:"100%",top:"0",left:"0"}),v.find(".fa").css({scale:1.4})}}),$container.on("mouseenter.hoverdir, mouseleave.hoverdir",e.boxImageSelector,function(s){if(0!=a.thumbnailOverlay){var f=t(this),l=a.overlayEffect;f.data("overlay-effect")!=o&&(l=f.data("overlay-effect"));var p=s.type,v=f.find(".rbs-img-thumbnail-container"),d=f.find(".thumbnail-overlay"),c=d.outerHeight(!1);if("push-up"==l||"push-up-100%"==l){h=f.find("div.wrapper-for-some-effects");"mouseenter"===p?h.stop().show()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing):h.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing)}else if("push-down"==l||"push-down-100%"==l){var h=f.find("div.wrapper-for-some-effects");"mouseenter"===p?h.stop().show()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing):h.stop()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing)}else if("reveal-top"==l||"reveal-top-100%"==l)"mouseenter"===p?v.stop().show()[r]({"margin-top":c},a.overlaySpeed,a.overlayEasing):v.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing);else if("reveal-bottom"==l||"reveal-bottom-100%"==l)"mouseenter"===p?v.stop().show()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing):v.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing);else if("direction"==l.substr(0,9)){var u=i(f,{x:s.pageX,y:s.pageY});"direction-top"==l?u=0:"direction-bottom"==l?u=2:"direction-right"==l?u=1:"direction-left"==l&&(u=3);var m=n(u,f);"mouseenter"==p?(d.css({left:m.from,top:m.to}),d.stop().show().fadeTo(0,1,function(){t(this).stop()[e.animation]({left:0,top:0},a.overlaySpeed,a.overlayEasing)})):"direction-aware-fade"==l?d.fadeOut(700):d.stop()[r]({left:m.from,top:m.to},a.overlaySpeed,a.overlayEasing)}else if("fade"==l){"mouseenter"==p?(d.stop().fadeOut(0),d.fadeIn(a.overlaySpeed)):(d.stop().fadeIn(0),d.fadeOut(a.overlaySpeed));var y=d.find(".fa");"mouseenter"==p?(y.css({scale:1.4}),y[r]({scale:1},200)):(y.css({scale:1}),y[r]({scale:1.4},200))}}});var i=function(e,t){var o=e.width(),a=e.height(),r=(t.x-e.offset().left-o/2)*(o>a?a/o:1),s=(t.y-e.offset().top-a/2)*(a>o?o/a:1);return Math.round((Math.atan2(s,r)*(180/Math.PI)+180)/90+3)%4},n=function(e,t){var o,r;switch(e){case 0:a.reverse,o=0,r=-t.height();break;case 1:a.reverse?(o=-t.width(),r=0):(o=t.width(),r=0);break;case 2:a.reverse?(o=0,r=-t.height()):(o=0,r=t.height());break;case 3:a.reverse?(o=t.width(),r=0):(o=-t.width(),r=0)}return{from:o,to:r}}}},new a}(window,jQuery);
8
  /*
9
  * Robo Gallery
10
- * Version: 2.8.40 - 95887
11
  * By Robosoft
12
  *
13
  * Contact: https://robosoft.co/robogallery/
7
  var BaseEffect=function(e,t,o){function a(){}return a.prototype=Object.create(roboEffectClass),a.prototype.constructor=a,a.prototype.addEffect=function(e){if(0!=e.container_settings.thumbnailOverlay){$container=e.$container;var a=e.settings,r=e.animation,s=e.container.find(e.itemSelector+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");s.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),s.each(function(){var a=t(this),r=a.find(e.boxImageSelector),s=e.container_settings.overlayEffect;if(r.data("overlay-effect")!=o&&(s=r.data("overlay-effect")),"push-up"==s||"push-down"==s||"push-up-100%"==s||"push-down-100%"==s){var i=r.find(".rbs-img-thumbnail-container"),n=r.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=s&&"push-down-100%"!=s||n.outerHeight(i.outerHeight(!1));var f=n.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div>');"push-up"==s||"push-up-100%"==s?n.appendTo(r):"push-down"!=s&&"push-down-100%"!=s||(n.prependTo(r),l.css("margin-top",-f)),r.wrapInner(l)}else if("reveal-top"==s||"reveal-top-100%"==s){a.addClass("position-reveal-effect");p=a.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==s&&p.css("height","100%")}else if("reveal-bottom"==s||"reveal-bottom-100%"==s){a.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var p=a.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==s&&p.css("height","100%")}else if("direction"==s.substr(0,9))a.find(".thumbnail-overlay").css("height","100%");else if("fade"==s){var v=a.find(".thumbnail-overlay").hide();v.css({height:"100%",top:"0",left:"0"}),v.find(".fa").css({scale:1.4})}}),$container.on("mouseenter.hoverdir, mouseleave.hoverdir",e.boxImageSelector,function(s){if(0!=a.thumbnailOverlay){var f=t(this),l=a.overlayEffect;f.data("overlay-effect")!=o&&(l=f.data("overlay-effect"));var p=s.type,v=f.find(".rbs-img-thumbnail-container"),d=f.find(".thumbnail-overlay"),c=d.outerHeight(!1);if("push-up"==l||"push-up-100%"==l){h=f.find("div.wrapper-for-some-effects");"mouseenter"===p?h.stop().show()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing):h.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing)}else if("push-down"==l||"push-down-100%"==l){var h=f.find("div.wrapper-for-some-effects");"mouseenter"===p?h.stop().show()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing):h.stop()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing)}else if("reveal-top"==l||"reveal-top-100%"==l)"mouseenter"===p?v.stop().show()[r]({"margin-top":c},a.overlaySpeed,a.overlayEasing):v.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing);else if("reveal-bottom"==l||"reveal-bottom-100%"==l)"mouseenter"===p?v.stop().show()[r]({"margin-top":-c},a.overlaySpeed,a.overlayEasing):v.stop()[r]({"margin-top":0},a.overlaySpeed,a.overlayEasing);else if("direction"==l.substr(0,9)){var u=i(f,{x:s.pageX,y:s.pageY});"direction-top"==l?u=0:"direction-bottom"==l?u=2:"direction-right"==l?u=1:"direction-left"==l&&(u=3);var m=n(u,f);"mouseenter"==p?(d.css({left:m.from,top:m.to}),d.stop().show().fadeTo(0,1,function(){t(this).stop()[e.animation]({left:0,top:0},a.overlaySpeed,a.overlayEasing)})):"direction-aware-fade"==l?d.fadeOut(700):d.stop()[r]({left:m.from,top:m.to},a.overlaySpeed,a.overlayEasing)}else if("fade"==l){"mouseenter"==p?(d.stop().fadeOut(0),d.fadeIn(a.overlaySpeed)):(d.stop().fadeIn(0),d.fadeOut(a.overlaySpeed));var y=d.find(".fa");"mouseenter"==p?(y.css({scale:1.4}),y[r]({scale:1},200)):(y.css({scale:1}),y[r]({scale:1.4},200))}}});var i=function(e,t){var o=e.width(),a=e.height(),r=(t.x-e.offset().left-o/2)*(o>a?a/o:1),s=(t.y-e.offset().top-a/2)*(a>o?o/a:1);return Math.round((Math.atan2(s,r)*(180/Math.PI)+180)/90+3)%4},n=function(e,t){var o,r;switch(e){case 0:a.reverse,o=0,r=-t.height();break;case 1:a.reverse?(o=-t.width(),r=0):(o=t.width(),r=0);break;case 2:a.reverse?(o=0,r=-t.height()):(o=0,r=t.height());break;case 3:a.reverse?(o=t.width(),r=0):(o=-t.width(),r=0)}return{from:o,to:r}}}},new a}(window,jQuery);
8
  /*
9
  * Robo Gallery
10
+ * Version: 3.0.1 - 56837
11
  * By Robosoft
12
  *
13
  * Contact: https://robosoft.co/robogallery/
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.6
7
- Stable tag: 3.0.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -235,6 +235,9 @@ If any problem occurs, please contact us.
235
 
236
  == Changelog ==
237
 
 
 
 
238
  = 3.0.0 =
239
  * New structure of the core plugin code
240
  * Fixed of the grey thumbnails problem in media manager
@@ -589,6 +592,9 @@ If any problem occurs, please contact us.
589
 
590
  == Upgrade Notice ==
591
 
 
 
 
592
  = 3.0.0 =
593
  New structure of the core plugin code
594
  Fixed of the grey thumbnails problem in media manager
4
  Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
5
  Requires at least: 3.3
6
  Tested up to: 5.6
7
+ Stable tag: 3.0.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
235
 
236
  == Changelog ==
237
 
238
+ = 3.0.1 =
239
+ * Fix of the old PHP versions support
240
+
241
  = 3.0.0 =
242
  * New structure of the core plugin code
243
  * Fixed of the grey thumbnails problem in media manager
592
 
593
  == Upgrade Notice ==
594
 
595
+ = 3.0.1 =
596
+ Fix of the old PHP versions support
597
+
598
  = 3.0.0 =
599
  New structure of the core plugin code
600
  Fixed of the grey thumbnails problem in media manager
robogallery.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/gallery
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
- Version: 3.0.0
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/gallery
9
  License: GPLv3 or later
@@ -14,7 +14,7 @@ Domain Path: /languages
14
  if( !defined('WPINC') ) die;
15
  if( !defined("ABSPATH") ) exit;
16
 
17
- define("ROBO_GALLERY_VERSION", '3.0.0' );
18
 
19
 
20
  define("ROBO_GALLERY", 1 );
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/gallery
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
+ Version: 3.0.1
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/gallery
9
  License: GPLv3 or later
14
  if( !defined('WPINC') ) die;
15
  if( !defined("ABSPATH") ) exit;
16
 
17
+ define("ROBO_GALLERY_VERSION", '3.0.1' );
18
 
19
 
20
  define("ROBO_GALLERY", 1 );