Gallery – Photo Gallery and Images Gallery - Version 3.0.5

Version Description

  • Tested up to Wordpress 5.7 version
  • Fixed few mosaic and wall style themes
Download this release

Release Info

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

Code changes from version 3.0.4 to 3.0.5

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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +3 -4
  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/seo.php +1 -1
  84. includes/frontend/modules/size.php +1 -1
  85. includes/frontend/modules/source/baseSource.php +1 -1
  86. includes/frontend/modules/source/source.php +1 -1
  87. includes/frontend/modules/source/youtubeSource.php +1 -1
  88. includes/frontend/modules/stats.php +1 -1
  89. includes/frontend/modules/tags.php +1 -1
  90. includes/frontend/rbs_gallery_class.php +1 -1
  91. includes/frontend/rbs_gallery_frontend.php +1 -1
  92. includes/options/rbs_gallery_options_copy.php +1 -1
  93. includes/options/rbs_gallery_options_css.php +1 -1
  94. includes/rbs_gallery_init.php +1 -1
  95. includes/rbs_gallery_media.php +1 -1
  96. includes/rbs_gallery_menu.php +1 -1
  97. includes/rbs_gallery_settings.php +1 -1
  98. includes/rbs_gallery_widget.php +1 -1
  99. includes/rbs_gallery_widget_last.php +1 -1
  100. js/admin/edit.js +1 -1
  101. readme.txt +9 -5
  102. robogallery.php +2 -2
app/app.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.0.4 - 47168
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
 
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
 
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/fields/include/roboGalleryFields.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/imageResize/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/customcss.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
@@ -62,14 +62,13 @@ class roboGalleryModuleLightboxV1 extends roboGalleryModuleAbstraction{
62
 
63
  public function initLightboxLink($img){
64
  if( empty($img['link']) ) return false;
65
-
66
  if( !$this->getMeta('hover') ) return false;
67
 
68
  if( !empty($this->getMeta('zoomIcon')['enabled']) ) return false;
69
 
70
  if( !empty($this->getMeta('linkIcon')['enabled']) ) return false;
71
-
72
-
73
  $linkType = empty($img['typelink']) ? 'link' : 'blanklink';
74
  $this->element->setElementAttr('rbs-img-data-popup'.$img['id'], 'data-type', $linkType );
75
  $this->element->setElementAttr('rbs-img-data-popup'.$img['id'], 'data-popup', $img['link'] );
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
62
 
63
  public function initLightboxLink($img){
64
  if( empty($img['link']) ) return false;
65
+
66
  if( !$this->getMeta('hover') ) return false;
67
 
68
  if( !empty($this->getMeta('zoomIcon')['enabled']) ) return false;
69
 
70
  if( !empty($this->getMeta('linkIcon')['enabled']) ) return false;
71
+
 
72
  $linkType = empty($img['typelink']) ? 'link' : 'blanklink';
73
  $this->element->setElementAttr('rbs-img-data-popup'.$img['id'], 'data-type', $linkType );
74
  $this->element->setElementAttr('rbs-img-data-popup'.$img['id'], 'data-popup', $img['link'] );
includes/frontend/modules/loader.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
includes/frontend/modules/seo.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.0.5 - 66649
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: 3.0.4 - 47168
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.0.5 - 66649
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: gallerysupport, robosoft
3
  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.4
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -235,6 +235,10 @@ If any problem occurs, please contact us.
235
 
236
  == Changelog ==
237
 
 
 
 
 
238
  = 3.0.4 =
239
  * Fix links modes and clickable thumbnails option
240
  * Fix mobile links and clicks
@@ -607,6 +611,6 @@ If any problem occurs, please contact us.
607
 
608
  == Upgrade Notice ==
609
 
610
- = 3.0.4 =
611
- Fix links modes and clickable thumbnails option
612
- Fix mobile links and clicks
3
  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.7
7
+ Stable tag: 3.0.5
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.5 =
239
+ * Tested up to Wordpress 5.7 version
240
+ * Fixed few mosaic and wall style themes
241
+
242
  = 3.0.4 =
243
  * Fix links modes and clickable thumbnails option
244
  * Fix mobile links and clicks
611
 
612
  == Upgrade Notice ==
613
 
614
+ = 3.0.5 =
615
+ Tested up to Wordpress 5.7 version
616
+ Fixed few mosaic and wall style themes
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.4
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.4' );
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.5
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.5' );
18
 
19
 
20
  define("ROBO_GALLERY", 1 );