Version Description
- Fix gallery version
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 3.0.7 |
Comparing to | |
See all releases |
Code changes from version 3.0.6 to 3.0.7
- readme.txt +6 -9
- 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.7
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -236,6 +236,9 @@ If any problem occurs, please contact us.
|
|
236 |
|
237 |
== Changelog ==
|
238 |
|
|
|
|
|
|
|
239 |
= 3.0.6 =
|
240 |
* New free image slider theme
|
241 |
* Added clone function to masonry, mosaic, youtube, polaroid types
|
@@ -621,11 +624,5 @@ If any problem occurs, please contact us.
|
|
621 |
|
622 |
== Upgrade Notice ==
|
623 |
|
624 |
-
= 3.0.
|
625 |
-
|
626 |
-
Added clone function to masonry, mosaic, youtube, polaroid types
|
627 |
-
Fix of the link and buttons in masonry
|
628 |
-
Fix of the aligment
|
629 |
-
Fix of the new dialog interface
|
630 |
-
Fix menu and categories
|
631 |
-
Fix of the search text management
|
4 |
Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 3.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
236 |
|
237 |
== Changelog ==
|
238 |
|
239 |
+
= 3.0.7 =
|
240 |
+
* Fix gallery version
|
241 |
+
|
242 |
= 3.0.6 =
|
243 |
* New free image slider theme
|
244 |
* Added clone function to masonry, mosaic, youtube, polaroid types
|
624 |
|
625 |
== Upgrade Notice ==
|
626 |
|
627 |
+
= 3.0.7 =
|
628 |
+
* Fix gallery version
|
|
|
|
|
|
|
|
|
|
|
|
robogallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/gallery
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
-
Version: 3.0.
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
if( !defined('WPINC') ) die;
|
15 |
if( !defined("ABSPATH") ) exit;
|
16 |
|
17 |
-
define("ROBO_GALLERY_VERSION", '3.0.
|
18 |
|
19 |
|
20 |
define("ROBO_GALLERY", 1 );
|
3 |
Plugin Name: Robo Gallery
|
4 |
Plugin URI: https://robosoft.co/gallery
|
5 |
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
|
6 |
+
Version: 3.0.7
|
7 |
Author: RoboSoft
|
8 |
Author URI: https://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
14 |
if( !defined('WPINC') ) die;
|
15 |
if( !defined("ABSPATH") ) exit;
|
16 |
|
17 |
+
define("ROBO_GALLERY_VERSION", '3.0.7' );
|
18 |
|
19 |
|
20 |
define("ROBO_GALLERY", 1 );
|