Gallery – Photo Gallery and Images Gallery - Version 3.1.8

Version Description

  • Compatibility with Wordpress 5.9
  • Fixed notices in PHP 7.1
Download this release

Release Info

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

Code changes from version 3.1.7 to 3.1.8

Files changed (120) 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.restapi.php +1 -1
  6. app/class.utils.php +1 -1
  7. app/class.view.php +1 -1
  8. app/extensions/dashboard/assets/style.css +1 -1
  9. app/extensions/dashboard/class.dashboard.php +1 -1
  10. app/extensions/dashboard/init.php +1 -1
  11. app/extensions/dashboard/overview.php +1 -1
  12. app/extensions/dashboard/video_guide.php +1 -1
  13. app/extensions/duplicate/init.php +1 -1
  14. app/extensions/fields/asset/core/js/app.js +1 -1
  15. app/extensions/fields/asset/fields/gallery/js/gallery.lib.min.js +1 -1
  16. app/extensions/fields/asset/fields/gallery/js/script.min.js +1 -1
  17. app/extensions/fields/asset/help/help.js +1 -1
  18. app/extensions/fields/config/main.php +1 -1
  19. app/extensions/fields/config/metabox/gallery_slider_animation.php +1 -1
  20. app/extensions/fields/config/metabox/gallery_slider_content.php +1 -1
  21. app/extensions/fields/config/metabox/gallery_slider_general.php +1 -1
  22. app/extensions/fields/config/metabox/gallery_slider_interface.php +1 -1
  23. app/extensions/fields/config/metabox/gallery_slider_lazyload.php +1 -1
  24. app/extensions/fields/config/metabox/gallery_type.php +1 -1
  25. app/extensions/fields/config/metabox/gallery_youtube.php +1 -1
  26. app/extensions/fields/config/metabox/image.php +1 -1
  27. app/extensions/fields/config/metabox/shortcode.php +1 -1
  28. app/extensions/fields/config/metabox/update_notice.php +1 -1
  29. app/extensions/fields/include/roboGalleryFields.php +1 -1
  30. app/extensions/fields/include/roboGalleryFieldsAjax.php +1 -1
  31. app/extensions/fields/include/roboGalleryFieldsConfig.php +1 -1
  32. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReader.php +1 -1
  33. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderInterface.php +1 -1
  34. app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderPhp.php +1 -1
  35. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsField.php +1 -1
  36. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckbox.php +1 -1
  37. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroup.php +1 -1
  38. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupButton.php +1 -1
  39. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupSwitch.php +1 -1
  40. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldGalleryType.php +1 -1
  41. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldHtml.php +1 -1
  42. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldSelectMultiple.php +1 -1
  43. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldText.php +1 -1
  44. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextColor.php +1 -1
  45. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextSlider.php +1 -1
  46. app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldThemes.php +1 -1
  47. app/extensions/fields/include/roboGalleryFieldsFieldFactory.php +1 -1
  48. app/extensions/fields/include/roboGalleryFieldsHelper.php +1 -1
  49. app/extensions/fields/include/roboGalleryFieldsMetaBoxClass.php +1 -1
  50. app/extensions/fields/include/roboGalleryFieldsView.php +1 -1
  51. app/extensions/fields/init.php +1 -1
  52. app/extensions/fields/template/content/gallery_type/content.tpl.php +1 -1
  53. app/extensions/fields/template/field/text/images.tpl.php +1 -1
  54. app/extensions/galleryType/css/theme.edit.css +1 -1
  55. app/extensions/galleryType/css/themes.listing.css +1 -1
  56. app/extensions/galleryType/init.php +1 -1
  57. app/extensions/galleryType/initThemeOptions.php +1 -1
  58. app/extensions/imageResize/init.php +1 -1
  59. app/extensions/manager/class.addons.action.php +1 -1
  60. app/extensions/manager/class.addons.php +1 -1
  61. app/extensions/manager/css/style.css +1 -1
  62. app/extensions/manager/init.php +1 -1
  63. app/extensions/manager/js/script.js +1 -1
  64. cmb2/fields/colums/cmb-field-colums.php +1 -1
  65. cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +1 -1
  66. cmb2/fields/rbstext/cmb-field-rbstext.php +1 -1
  67. cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +1 -1
  68. includes/frontend/modules/base-grid/assets.php +1 -1
  69. includes/frontend/modules/base-grid/effects.set1.php +1 -1
  70. includes/frontend/modules/base-grid/grid/grid.columns.v1.php +1 -1
  71. includes/frontend/modules/base-grid/grid/grid.v1.php +1 -1
  72. includes/frontend/modules/base-grid/hover.v1.php +1 -1
  73. includes/frontend/modules/base-grid/layout.v1.php +1 -1
  74. includes/frontend/modules/base-grid/lightbox.php +1 -1
  75. includes/frontend/modules/base-grid/menu/menu.php +1 -1
  76. includes/frontend/modules/base-grid/polaroid.php +1 -1
  77. includes/frontend/modules/base-grid/resize.php +1 -1
  78. includes/frontend/modules/base-grid/search.php +1 -1
  79. includes/frontend/modules/base-grid/seo.php +1 -1
  80. includes/frontend/modules/base-grid/size.php +1 -1
  81. includes/frontend/modules/base-grid/tags.php +1 -1
  82. includes/frontend/modules/class/abstraction.php +1 -1
  83. includes/frontend/modules/class/addtexts.php +1 -1
  84. includes/frontend/modules/class/assets.php +1 -1
  85. includes/frontend/modules/class/cache.php +1 -1
  86. includes/frontend/modules/class/cachedb.php +1 -1
  87. includes/frontend/modules/class/config.php +1 -1
  88. includes/frontend/modules/class/customcss.php +1 -1
  89. includes/frontend/modules/class/element.php +1 -1
  90. includes/frontend/modules/class/jsoptions.php +1 -1
  91. includes/frontend/modules/class/loader.php +1 -1
  92. includes/frontend/modules/class/protection.php +1 -1
  93. includes/frontend/modules/class/scss.php +9 -7
  94. includes/frontend/modules/class/source/class.source.php +1 -1
  95. includes/frontend/modules/class/source/type/base.php +1 -1
  96. includes/frontend/modules/class/source/type/slider.php +1 -1
  97. includes/frontend/modules/class/source/type/youtube.php +1 -1
  98. includes/frontend/modules/class/stats.php +1 -1
  99. includes/frontend/modules/core.php +1 -1
  100. includes/frontend/modules/init.php +1 -1
  101. includes/frontend/modules/slider/assets.php +1 -1
  102. includes/frontend/modules/slider/content.php +1 -1
  103. includes/frontend/modules/slider/layout.php +1 -1
  104. includes/frontend/modules/slider/options.php +1 -1
  105. includes/frontend/rbs_gallery_class.php +1 -1
  106. includes/frontend/rbs_gallery_frontend.php +1 -1
  107. includes/options/rbs_gallery_options_copy.php +1 -1
  108. includes/options/rbs_gallery_options_css.php +1 -1
  109. includes/rbs_gallery_init.php +1 -1
  110. includes/rbs_gallery_media.php +1 -1
  111. includes/rbs_gallery_menu.php +1 -1
  112. includes/rbs_gallery_settings.php +1 -1
  113. includes/rbs_gallery_widget.php +1 -1
  114. includes/rbs_gallery_widget_last.php +1 -1
  115. js/admin/edit.js +1 -1
  116. readme.txt +9 -5
  117. robogallery.php +2 -2
  118. vendor/scss/current.php +0 -12
  119. vendor/scss/init.php +13 -13
  120. vendor/scss/legacy.php +0 -9
app/app.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
app/class.brand.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
app/class.listing.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/class.restapi.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/class.utils.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/class.view.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
app/extensions/dashboard/assets/style.css CHANGED
@@ -1,7 +1,7 @@
1
 
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
 
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/dashboard/class.dashboard.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/dashboard/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/dashboard/overview.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/dashboard/video_guide.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/duplicate/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/asset/core/js/app.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/fields/asset/fields/gallery/js/gallery.lib.min.js CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
 
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  /*
2
 
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/asset/fields/gallery/js/script.min.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/fields/asset/help/help.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/fields/config/main.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_slider_animation.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_slider_content.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_slider_general.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_slider_interface.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_slider_lazyload.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_type.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/gallery_youtube.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/image.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/shortcode.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/config/metabox/update_notice.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFields.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsAjax.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsConfig.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReader.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderInterface.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderPhp.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsField.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroup.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupButton.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupSwitch.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldGalleryType.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldHtml.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldSelectMultiple.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldText.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextColor.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextSlider.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldThemes.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsFieldFactory.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsHelper.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsMetaBoxClass.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/include/roboGalleryFieldsView.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/template/content/gallery_type/content.tpl.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/fields/template/field/text/images.tpl.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/galleryType/css/theme.edit.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/galleryType/css/themes.listing.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/galleryType/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/galleryType/initThemeOptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/imageResize/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/manager/class.addons.action.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/manager/class.addons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/manager/css/style.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
app/extensions/manager/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
app/extensions/manager/js/script.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
cmb2/fields/colums/cmb-field-colums.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
cmb2/fields/rbstext/cmb-field-rbstext.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/assets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/effects.set1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/grid/grid.columns.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/grid/grid.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/hover.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/layout.v1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/lightbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/menu/menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/polaroid.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/resize.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/search.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/seo.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/size.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/base-grid/tags.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/abstraction.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/addtexts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/assets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/cache.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/cachedb.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/customcss.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/element.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/jsoptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/loader.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/protection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/scss.php CHANGED
@@ -29,7 +29,6 @@ class roboGalleryScss{
29
 
30
  public function __construct( $core ){
31
 
32
-
33
  $this->initCompiler();
34
 
35
  $this->core = $core;
@@ -44,13 +43,16 @@ class roboGalleryScss{
44
 
45
 
46
  private function initCompiler(){
47
- require_once ROBO_GALLERY_VENDOR_PATH.'scss/init.php';
48
-
49
- $this->Compiler = robogallery_scss_init();
50
 
51
- $this->scssLegacy = true;
52
- if (class_exists('ScssPhp\ScssPhp\Version') && version_compare(ScssPhp\ScssPhp\Version::VERSION , '1.10.0', '>=' ) ){
53
- $this->scssLegacy = false;
 
 
 
 
 
 
54
  }
55
 
56
  }
29
 
30
  public function __construct( $core ){
31
 
 
32
  $this->initCompiler();
33
 
34
  $this->core = $core;
43
 
44
 
45
  private function initCompiler(){
 
 
 
46
 
47
+ require_once ROBO_GALLERY_VENDOR_PATH.'scss/init.php';
48
+ rbsSCSS_init();
49
+
50
+ if ( class_exists('ScssPhp\ScssPhp\Version') && version_compare(ScssPhp\ScssPhp\Version::VERSION , '1.10.0', '>=' ) ){
51
+ $this->Compiler = new ScssPhp\ScssPhp\Compiler( );
52
+ $this->scssLegacy = false;
53
+ } else {
54
+ $this->scssLegacy = true;
55
+ $this->Compiler = new scssc();
56
  }
57
 
58
  }
includes/frontend/modules/class/source/class.source.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/source/type/base.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
includes/frontend/modules/class/source/type/slider.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
includes/frontend/modules/class/source/type/youtube.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/class/stats.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/core.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/slider/assets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/slider/content.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/slider/layout.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/modules/slider/options.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/rbs_gallery_class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 3.1.7 - 52888
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 3.1.9 - 23494
6
  * By Robosoft
7
  *
8
  * Contact: https://robogallery.co/
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/options/rbs_gallery_options_css.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_media.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_settings.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_widget.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
includes/rbs_gallery_widget_last.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 3.1.7 - 52888
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 3.1.9 - 23494
5
  * By Robosoft
6
  *
7
  * Contact: https://robogallery.co/
js/admin/edit.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 3.1.7 - 52888
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
1
  /*
2
  * Robo Gallery
3
+ * Version: 3.1.9 - 23494
4
  * By Robosoft
5
  *
6
  * Contact: https://robogallery.co/
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.8
7
- Stable tag: 3.1.7
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.1.7 =
239
  * Fixed of the comatibility with extensions of the PHP7+
240
  * Small interface fixes
@@ -661,6 +665,6 @@ If any problem occurs, please contact us.
661
 
662
  == Upgrade Notice ==
663
 
664
- = 3.1.7 =
665
- Fixed of the comatibility with extensions of the PHP7+
666
- Small interface fixes
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.9
7
+ Stable tag: 3.1.8
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
235
 
236
  == Changelog ==
237
 
238
+ = 3.1.8 =
239
+ * Compatibility with Wordpress 5.9
240
+ * Fixed notices in PHP 7.1
241
+
242
  = 3.1.7 =
243
  * Fixed of the comatibility with extensions of the PHP7+
244
  * Small interface fixes
665
 
666
  == Upgrade Notice ==
667
 
668
+ = 3.1.8 =
669
+ Compatibility with Wordpress 5.9
670
+ Fixed notices in PHP 7.1
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.1.7
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.1.7' );
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.1.8
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.1.8' );
18
 
19
 
20
  define("ROBO_GALLERY", 1 );
vendor/scss/current.php DELETED
@@ -1,12 +0,0 @@
1
- <?php
2
- if ( ! defined( 'WPINC' ) ) die;
3
-
4
-
5
- require_once ROBO_GALLERY_VENDOR_PATH.'scss/scssphp-1.10.0/scss.inc.php';
6
- use ScssPhp\ScssPhp\Compiler;
7
-
8
- if( function_exists('robogallery_init_sccs_compile_current') ) return ;
9
-
10
- function robogallery_init_sccs_compile_current(){
11
- return new Compiler() ;
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/scss/init.php CHANGED
@@ -2,21 +2,21 @@
2
 
3
  if ( ! defined( 'WPINC' ) ) die;
4
 
5
- if( function_exists('robogallery_scss_init') ) return ;
6
 
7
- function robogallery_scss_init() {
8
 
9
- $php_legacy= false;
 
 
 
 
 
 
10
 
11
- if( !function_exists('version_compare') || !defined('PHP_VERSION') || version_compare(PHP_VERSION, '5.7') < 0 ){
12
- $php_legacy = true;
13
- }
14
 
15
- if($php_legacy){
16
- require_once ROBO_GALLERY_VENDOR_PATH.'scss/legacy.php';
17
- return robogallery_init_sccs_compile_legacy();
18
- } else {
19
- require_once ROBO_GALLERY_VENDOR_PATH.'scss/current.php';
20
- return robogallery_init_sccs_compile_current();
21
- }
22
  }
2
 
3
  if ( ! defined( 'WPINC' ) ) die;
4
 
5
+ if( function_exists('rbsSCSS_init') ) return ;
6
 
7
+ function rbsSCSS_init() {
8
 
9
+ if( rbsSCSS_isLegacyVersion() ){
10
+ require_once ROBO_GALLERY_VENDOR_PATH.'scss/scssphp-0.12/scss.inc.php';
11
+ return ;
12
+ }
13
+
14
+ require_once ROBO_GALLERY_VENDOR_PATH.'scss/scssphp-1.10.0/scss.inc.php';
15
+ }
16
 
17
+ function rbsSCSS_isLegacyVersion(){
18
+ if( !function_exists('version_compare') || !defined('PHP_VERSION') ) return true;
19
+ if( version_compare(PHP_VERSION, '7.2') < 0 ) return true;
20
 
21
+ return false;
 
 
 
 
 
 
22
  }
vendor/scss/legacy.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- if ( ! defined( 'WPINC' ) ) die;
3
-
4
- if( function_exists('robogallery_init_sccs_compille_legacy') ) return ;
5
-
6
- function robogallery_init_sccs_compile_legacy(){
7
- require_once ROBO_GALLERY_VENDOR_PATH.'scss/scssphp-0.12/scss.inc.php';
8
- return new scssc();
9
- }