Version Description
- Small interface fixes, tested on 5.8.2
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- readme.txt +8 -5
- robogallery.php +2 -2
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
=== Gallery, Images, Slider in
|
2 |
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -234,6 +234,9 @@ If any problem occurs, please contact us.
|
|
234 |
|
235 |
== Changelog ==
|
236 |
|
|
|
|
|
|
|
237 |
= 3.1.2 =
|
238 |
* Fix for the masonry and mosaic layouts
|
239 |
|
@@ -643,5 +646,5 @@ If any problem occurs, please contact us.
|
|
643 |
|
644 |
== Upgrade Notice ==
|
645 |
|
646 |
-
= 3.1.
|
647 |
-
|
1 |
+
=== Photo Gallery, Images, Slider in Rbs Image Gallery ===
|
2 |
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.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Rbs Image Gallery is advanced responsive photo gallery plugin. Flexible gallery images management tools. Links, videos, slider and gallery lightbox support.
|
12 |
|
13 |
== Description ==
|
14 |
|
234 |
|
235 |
== Changelog ==
|
236 |
|
237 |
+
= 3.1.3 =
|
238 |
+
* Small interface fixes, tested on 5.8.2
|
239 |
+
|
240 |
= 3.1.2 =
|
241 |
* Fix for the masonry and mosaic layouts
|
242 |
|
646 |
|
647 |
== Upgrade Notice ==
|
648 |
|
649 |
+
= 3.1.3 =
|
650 |
+
Small interface fixes, tested on 5.8.2
|
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 |
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.
|
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.3
|
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.3' );
|
18 |
|
19 |
|
20 |
define("ROBO_GALLERY", 1 );
|