Version Description
- Tested with the latest wordpress version, optimized settins for divi theme
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.8.33 |
Comparing to | |
See all releases |
Code changes from version 2.8.32 to 2.8.33
- readme.txt +7 -1
- robogallery.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://robosoft.co/robogallery
|
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 5.4
|
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.32 =
|
213 |
* Fix of the admin section, interface fixes
|
214 |
|
@@ -542,6 +545,9 @@ If any problem occurs, please contact us.
|
|
542 |
|
543 |
== Upgrade Notice ==
|
544 |
|
|
|
|
|
|
|
545 |
= 2.8.32 =
|
546 |
Fix of the admin section, interface fixes
|
547 |
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 2.8.33
|
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.33 =
|
213 |
+
* Tested with the latest wordpress version, optimized settins for divi theme
|
214 |
+
|
215 |
= 2.8.32 =
|
216 |
* Fix of the admin section, interface fixes
|
217 |
|
545 |
|
546 |
== Upgrade Notice ==
|
547 |
|
548 |
+
= 2.8.33 =
|
549 |
+
Tested with the latest wordpress version, optimized settins for divi theme
|
550 |
+
|
551 |
= 2.8.32 =
|
552 |
Fix of the admin section, interface fixes
|
553 |
|
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.33
|
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.33');
|
18 |
|
19 |
define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
|
20 |
|