Gallery – Photo Gallery and Images Gallery - Version 3.0.9

Version Description

  • Compatibility with Wordpress 5.8
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 3.0.9
Comparing to
See all releases

Code changes from version 3.0.8 to 3.0.9

Files changed (2) hide show
  1. readme.txt +7 -6
  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
7
- Stable tag: 3.0.8
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -232,6 +232,9 @@ If any problem occurs, please contact us.
232
 
233
  == Changelog ==
234
 
 
 
 
235
  = 3.0.8 =
236
  * Fixed new dialog problem
237
  * Fixed styles issues in admin section
@@ -625,7 +628,5 @@ If any problem occurs, please contact us.
625
 
626
  == Upgrade Notice ==
627
 
628
- = 3.0.8 =
629
- * Fixed new dialog problem
630
- * Fixed styles issues in admin section
631
- * Fixed load more conflict with multiply items
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.0.9
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
232
 
233
  == Changelog ==
234
 
235
+ = 3.0.9 =
236
+ * Compatibility with Wordpress 5.8
237
+
238
  = 3.0.8 =
239
  * Fixed new dialog problem
240
  * Fixed styles issues in admin section
628
 
629
  == Upgrade Notice ==
630
 
631
+ = 3.0.9 =
632
+ * Compatibility with Wordpress 5.8
 
 
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.8
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.8' );
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.9
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.9' );
18
 
19
 
20
  define("ROBO_GALLERY", 1 );