Version Description
- Fixed media manager loading issues
- Compatibility with Wordpress 6.0
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 3.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.2.0 to 3.2.1
- app/app.php +1 -1
- app/class.brand.php +1 -1
- app/class.listing.php +1 -1
- app/class.php +1 -1
- app/class.restapi.php +1 -1
- app/class.utils.php +1 -1
- app/class.view.php +1 -1
- app/extensions/dashboard/assets/style.css +1 -1
- app/extensions/dashboard/class.dashboard.php +1 -1
- app/extensions/dashboard/init.php +1 -1
- app/extensions/dashboard/overview.php +1 -1
- app/extensions/dashboard/video_guide.php +1 -1
- app/extensions/duplicate/init.php +1 -1
- app/extensions/fields/asset/core/js/app.js +1 -1
- app/extensions/fields/asset/fields/gallery/js/gallery.lib.min.js +1 -1
- app/extensions/fields/asset/fields/gallery/js/script.min.js +1 -1
- app/extensions/fields/asset/help/help.js +1 -1
- app/extensions/fields/config/main.php +1 -1
- app/extensions/fields/config/metabox/gallery_slider_animation.php +1 -1
- app/extensions/fields/config/metabox/gallery_slider_content.php +1 -1
- app/extensions/fields/config/metabox/gallery_slider_general.php +1 -1
- app/extensions/fields/config/metabox/gallery_slider_interface.php +1 -1
- app/extensions/fields/config/metabox/gallery_slider_lazyload.php +1 -1
- app/extensions/fields/config/metabox/gallery_type.php +1 -1
- app/extensions/fields/config/metabox/gallery_youtube.php +1 -1
- app/extensions/fields/config/metabox/image.php +1 -1
- app/extensions/fields/config/metabox/shortcode.php +1 -1
- app/extensions/fields/config/metabox/update_notice.php +1 -1
- app/extensions/fields/include/roboGalleryFields.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsAjax.php +17 -5
- app/extensions/fields/include/roboGalleryFieldsConfig.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReader.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderInterface.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsConfig/roboGalleryFieldsConfigReaderPhp.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsField.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckbox.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroup.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupButton.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldCheckboxGroupSwitch.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldGalleryType.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldHtml.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldSelectMultiple.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldText.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextColor.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldTextSlider.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsField/roboGalleryFieldsFieldThemes.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsFieldFactory.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsHelper.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsMetaBoxClass.php +1 -1
- app/extensions/fields/include/roboGalleryFieldsView.php +1 -1
- app/extensions/fields/init.php +1 -1
- app/extensions/fields/template/content/gallery_type/content.tpl.php +1 -1
- app/extensions/fields/template/field/text/images.tpl.php +2 -2
- app/extensions/galleryType/css/theme.edit.css +1 -1
- app/extensions/galleryType/css/themes.listing.css +1 -1
- app/extensions/galleryType/init.php +1 -1
- app/extensions/galleryType/initThemeOptions.php +1 -1
- app/extensions/imageResize/init.php +1 -1
- app/extensions/manager/class.addons.action.php +1 -1
- app/extensions/manager/class.addons.php +1 -1
- app/extensions/manager/css/style.css +1 -1
- app/extensions/manager/init.php +1 -1
- app/extensions/manager/js/script.js +1 -1
- cmbre2/fields/colums/cmb-field-colums.php +1 -1
- cmbre2/fields/rbsgallery/cmb-field-rbsgallery.php +1 -1
- cmbre2/fields/rbstext/cmb-field-rbstext.php +1 -1
- cmbre2/fields/rbstextarea/cmb-field-rbstextarea.php +1 -1
- cmbre2/includes/CMBRE2_Types.php +1 -1
- includes/frontend/modules/base-grid/assets.php +1 -1
- includes/frontend/modules/base-grid/effects.set1.php +1 -1
- includes/frontend/modules/base-grid/grid/grid.columns.v1.php +1 -1
- includes/frontend/modules/base-grid/grid/grid.v1.php +1 -1
- includes/frontend/modules/base-grid/hover.v1.php +1 -1
- includes/frontend/modules/base-grid/layout.v1.php +1 -1
- includes/frontend/modules/base-grid/lightbox.php +1 -1
- includes/frontend/modules/base-grid/menu/menu.php +1 -1
- includes/frontend/modules/base-grid/polaroid.php +1 -1
- includes/frontend/modules/base-grid/resize.php +1 -1
- includes/frontend/modules/base-grid/search.php +1 -1
- includes/frontend/modules/base-grid/seo.php +1 -1
- includes/frontend/modules/base-grid/size.php +1 -1
- includes/frontend/modules/base-grid/tags.php +1 -1
- includes/frontend/modules/class/abstraction.php +1 -1
- includes/frontend/modules/class/addtexts.php +1 -1
- includes/frontend/modules/class/assets.php +1 -1
- includes/frontend/modules/class/cache.php +1 -1
- includes/frontend/modules/class/cachedb.php +1 -1
- includes/frontend/modules/class/config.php +1 -1
- includes/frontend/modules/class/customcss.php +1 -1
- includes/frontend/modules/class/element.php +1 -1
- includes/frontend/modules/class/jsoptions.php +1 -1
- includes/frontend/modules/class/loader.php +1 -1
- includes/frontend/modules/class/protection.php +1 -1
- includes/frontend/modules/class/source/class.source.php +1 -1
- includes/frontend/modules/class/source/type/base.php +1 -1
- includes/frontend/modules/class/source/type/slider.php +1 -1
- includes/frontend/modules/class/source/type/youtube.php +1 -1
- includes/frontend/modules/class/stats.php +1 -1
- includes/frontend/modules/core.php +1 -1
- includes/frontend/modules/init.php +1 -1
- includes/frontend/modules/slider/assets.php +1 -1
- includes/frontend/modules/slider/content.php +1 -1
- includes/frontend/modules/slider/layout.php +1 -1
- includes/frontend/modules/slider/options.php +1 -1
- includes/frontend/rbs_gallery_class.php +1 -1
- includes/frontend/rbs_gallery_frontend.php +1 -1
- includes/options/rbs_gallery_options_copy.php +1 -1
- includes/options/rbs_gallery_options_css.php +1 -1
- includes/rbs_gallery_init.php +2 -2
- includes/rbs_gallery_media.php +1 -1
- includes/rbs_gallery_menu.php +1 -1
- includes/rbs_gallery_settings.php +1 -1
- includes/rbs_gallery_widget.php +1 -1
- includes/rbs_gallery_widget_last.php +1 -1
- js/admin/edit.js +1 -1
- readme.txt +9 -8
- robogallery.php +4 -4
app/app.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
-
* Version: 3.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
@@ -26,15 +26,27 @@ class roboGalleryFieldsAjax{
|
|
26 |
}
|
27 |
//delete_option( 'yo_gallery_fields_voting1' );
|
28 |
//delete_option( 'yo_gallery_fields_feedback' );
|
29 |
-
//add_action('wp_ajax_yo_gallery_fields_saveoption', array( $this, 'saveOption') );
|
|
|
30 |
|
31 |
add_action( 'rest_api_init', function () {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
register_rest_route( 'robogallery/v1', '/images/(?P<ids>[0-9,]+)', array(
|
33 |
'methods' => 'GET',
|
34 |
'callback' => array($this, 'getImagesUrls' ),
|
35 |
'permission_callback' => '__return_true',
|
36 |
-
|
37 |
-
}
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
function getImagesUrls( WP_REST_Request $request ) {
|
@@ -63,7 +75,7 @@ class roboGalleryFieldsAjax{
|
|
63 |
|
64 |
$url = wp_get_attachment_thumb_url( $attachment_id );
|
65 |
if( $url ) return array( 'id'=> $id, 'url'=>$url );
|
66 |
-
return '';
|
67 |
}
|
68 |
|
69 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
26 |
}
|
27 |
//delete_option( 'yo_gallery_fields_voting1' );
|
28 |
//delete_option( 'yo_gallery_fields_feedback' );
|
29 |
+
//add_action('wp_ajax_yo_gallery_fields_saveoption', array( $this, 'saveOption') );
|
30 |
+
|
31 |
|
32 |
add_action( 'rest_api_init', function () {
|
33 |
+
register_rest_route( 'robogallery/v1', '/images/', array(
|
34 |
+
'methods' => 'GET',
|
35 |
+
'callback' => array($this, 'getEmptyImagesUrls' ),
|
36 |
+
'permission_callback' => '__return_true',
|
37 |
+
));
|
38 |
+
|
39 |
+
|
40 |
register_rest_route( 'robogallery/v1', '/images/(?P<ids>[0-9,]+)', array(
|
41 |
'methods' => 'GET',
|
42 |
'callback' => array($this, 'getImagesUrls' ),
|
43 |
'permission_callback' => '__return_true',
|
44 |
+
));
|
45 |
+
});
|
46 |
+
}
|
47 |
+
|
48 |
+
function getEmptyImagesUrls( WP_REST_Request $request ) {
|
49 |
+
return array();
|
50 |
}
|
51 |
|
52 |
function getImagesUrls( WP_REST_Request $request ) {
|
75 |
|
76 |
$url = wp_get_attachment_thumb_url( $attachment_id );
|
77 |
if( $url ) return array( 'id'=> $id, 'url'=>$url );
|
78 |
+
return 'Error::incorrect input id';
|
79 |
}
|
80 |
|
81 |
|
app/extensions/fields/include/roboGalleryFieldsConfig.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
@@ -76,7 +76,7 @@ if ( $value == null || empty( $value ) || $value == ' ' || $value == '' ) $value
|
|
76 |
</p>
|
77 |
</div>
|
78 |
|
79 |
-
<div class="content small-12 columns small-centered text-center" style="margin-
|
80 |
<span><?php _e('Drag and drop thumbnails to sort the gallery images', 'robo-gallery'); ?></span>
|
81 |
</div>
|
82 |
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
76 |
</p>
|
77 |
</div>
|
78 |
|
79 |
+
<div class="content small-12 columns small-centered text-center" style="margin-bottom: 7px; font-size: 16px;font-weight: 600;">
|
80 |
<span><?php _e('Drag and drop thumbnails to sort the gallery images', 'robo-gallery'); ?></span>
|
81 |
</div>
|
82 |
|
app/extensions/galleryType/css/theme.edit.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
-
* Version: 3.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
cmbre2/fields/colums/cmb-field-colums.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
cmbre2/fields/rbsgallery/cmb-field-rbsgallery.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
cmbre2/fields/rbstext/cmb-field-rbstext.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
cmbre2/fields/rbstextarea/cmb-field-rbstextarea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
cmbre2/includes/CMBRE2_Types.php
CHANGED
@@ -250,7 +250,7 @@ class CMBRE2_Types {
|
|
250 |
* @param int $i Iterator value
|
251 |
* @return string Gnerated list item html
|
252 |
*/
|
253 |
-
public function list_input( $args = array(), $i ) {
|
254 |
$a = $this->parse_args( $args, 'list_input', array(
|
255 |
'type' => 'radio',
|
256 |
'class' => 'cmbre2-option',
|
250 |
* @param int $i Iterator value
|
251 |
* @return string Gnerated list item html
|
252 |
*/
|
253 |
+
public function list_input( $args = array(), $i = 0 ) {
|
254 |
$a = $this->parse_args( $args, 'list_input', array(
|
255 |
'type' => 'radio',
|
256 |
'class' => 'cmbre2-option',
|
includes/frontend/modules/base-grid/assets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
includes/frontend/modules/class/source/class.source.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
6 |
* By Robosoft
|
7 |
*
|
8 |
* Contact: https://robogallery.co/
|
2 |
|
3 |
/*
|
4 |
* Robo Gallery
|
5 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
@@ -200,7 +200,7 @@ if(!function_exists('rbs_gallery_main_init')){
|
|
200 |
'padding/rbs-padding.php',
|
201 |
'hidden_array/init.php'
|
202 |
|
203 |
-
),
|
204 |
|
205 |
rbs_gallery_include('rbs_gallery_edit.php', ROBO_GALLERY_INCLUDES_PATH);
|
206 |
}
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
200 |
'padding/rbs-padding.php',
|
201 |
'hidden_array/init.php'
|
202 |
|
203 |
+
), ROBO_GALLERY_CMB_FIELDS_PATH);
|
204 |
|
205 |
rbs_gallery_include('rbs_gallery_edit.php', ROBO_GALLERY_INCLUDES_PATH);
|
206 |
}
|
includes/rbs_gallery_media.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
-
* Version: 3.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
5 |
* By Robosoft
|
6 |
*
|
7 |
* Contact: https://robogallery.co/
|
1 |
<?php
|
2 |
/*
|
3 |
* Robo Gallery
|
4 |
+
* Version: 3.2.1 - 88101
|
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.2.1 -
|
4 |
* By Robosoft
|
5 |
*
|
6 |
* Contact: https://robogallery.co/
|
1 |
/*
|
2 |
* Robo Gallery
|
3 |
+
* Version: 3.2.1 - 88101
|
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:
|
7 |
-
Stable tag: 3.2.
|
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.2.0 =
|
239 |
* Fixed drag and drop issue
|
240 |
* Added preview ordering option
|
@@ -672,9 +676,6 @@ If any problem occurs, please contact us.
|
|
672 |
|
673 |
== Upgrade Notice ==
|
674 |
|
675 |
-
= 3.2.
|
676 |
-
Fixed
|
677 |
-
|
678 |
-
Fixed gallery fields compatibility
|
679 |
-
Fixed issues related to PHP 7.4, PHP 7.1
|
680 |
-
Fixed issues related to conflicts with PHP modules
|
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: 6.0
|
7 |
+
Stable tag: 3.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
235 |
|
236 |
== Changelog ==
|
237 |
|
238 |
+
= 3.2.1 =
|
239 |
+
* Fixed media manager loading issues
|
240 |
+
* Compatibility with Wordpress 6.0
|
241 |
+
|
242 |
= 3.2.0 =
|
243 |
* Fixed drag and drop issue
|
244 |
* Added preview ordering option
|
676 |
|
677 |
== Upgrade Notice ==
|
678 |
|
679 |
+
= 3.2.1 =
|
680 |
+
Fixed media manager loading issues
|
681 |
+
Compatibility with Wordpress 6.0
|
|
|
|
|
|
robogallery.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/*
|
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
|
6 |
-
Version: 3.2.
|
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.2.
|
18 |
|
19 |
|
20 |
define("ROBO_GALLERY", 1 );
|
@@ -57,7 +57,7 @@ define("ROBO_GALLERY_EXTENSIONS_PATH", ROBO_GALLERY_INCLUDES_PATH.'extensions/
|
|
57 |
|
58 |
/* fields */
|
59 |
define("ROBO_GALLERY_CMB_PATH", ROBO_GALLERY_PATH.'cmbre2/');
|
60 |
-
define("
|
61 |
|
62 |
|
63 |
define("ROBO_GALLERY_APP_PATH", ROBO_GALLERY_PATH.'app/');
|
2 |
/*
|
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 lightbox, portfolio gallery, responsive gallery
|
6 |
+
Version: 3.2.1
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
14 |
if( !defined('WPINC') ) die;
|
15 |
if( !defined("ABSPATH") ) exit;
|
16 |
|
17 |
+
define("ROBO_GALLERY_VERSION", '3.2.1' );
|
18 |
|
19 |
|
20 |
define("ROBO_GALLERY", 1 );
|
57 |
|
58 |
/* fields */
|
59 |
define("ROBO_GALLERY_CMB_PATH", ROBO_GALLERY_PATH.'cmbre2/');
|
60 |
+
define("ROBO_GALLERY_CMB_FIELDS_PATH", ROBO_GALLERY_CMB_PATH.'fields/');
|
61 |
|
62 |
|
63 |
define("ROBO_GALLERY_APP_PATH", ROBO_GALLERY_PATH.'app/');
|