Version Description
- Tested with Wordpress 5.3
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.8.28 |
Comparing to | |
See all releases |
Code changes from version 2.8.27 to 2.8.28
- readme.txt +8 -2
- robogallery.php +2 -2
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.
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -209,6 +209,9 @@ If any problem occurs, please contact us.
|
|
209 |
|
210 |
== Changelog ==
|
211 |
|
|
|
|
|
|
|
212 |
= 2.8.27 =
|
213 |
* Abspath fix in plugin paths
|
214 |
|
@@ -527,6 +530,9 @@ If any problem occurs, please contact us.
|
|
527 |
|
528 |
== Upgrade Notice ==
|
529 |
|
|
|
|
|
|
|
530 |
= 2.8.27 =
|
531 |
Abspath fix in plugin paths
|
532 |
|
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.3
|
7 |
+
Stable tag: 2.8.28
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
209 |
|
210 |
== Changelog ==
|
211 |
|
212 |
+
= 2.8.28 =
|
213 |
+
* Tested with Wordpress 5.3
|
214 |
+
|
215 |
= 2.8.27 =
|
216 |
* Abspath fix in plugin paths
|
217 |
|
530 |
|
531 |
== Upgrade Notice ==
|
532 |
|
533 |
+
= 2.8.28 =
|
534 |
+
Tested with Wordpress 5.3
|
535 |
+
|
536 |
= 2.8.27 =
|
537 |
Abspath fix in plugin paths
|
538 |
|
robogallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
-
Version: 2.8.
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
if(!defined('WPINC'))die;
|
15 |
|
16 |
define("ROBO_GALLERY", 1);
|
17 |
-
define("ROBO_GALLERY_VERSION", '2.8.
|
18 |
|
19 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
20 |
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/wordpress-gallery-plugin
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
+
Version: 2.8.28
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/wordpress-gallery-plugin
|
9 |
License: GPLv3 or later
|
14 |
if(!defined('WPINC'))die;
|
15 |
|
16 |
define("ROBO_GALLERY", 1);
|
17 |
+
define("ROBO_GALLERY_VERSION", '2.8.28');
|
18 |
|
19 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
20 |
|