Skip to content

Commit 63c08b7

Browse files
committed
version bump; changelog update; tested up to update;
1 parent 9520169 commit 63c08b7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

fancybox.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* Plugin Name: FancyBox for WordPress
44
* Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/
55
* Description: Integrates <a href="http://fancyapps.com/fancybox/3/">FancyBox 3</a> into WordPress.
6-
* Version: 3.2.6
6+
* Version: 3.2.7
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
9-
* Tested up to: 5.3
9+
* Tested up to: 5.4
1010
* Requires: 4.6 or higher
1111
* License: GPLv3 or later
1212
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -36,7 +36,7 @@
3636
* Plugin Init
3737
*/
3838
// Constants
39-
define( 'FBFW_VERSION', '3.2.6' );
39+
define( 'FBFW_VERSION', '3.2.7' );
4040
define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
4141
define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
4242
define( 'FBFW_PLUGIN_BASE', plugin_basename( __FILE__ ) );

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: silkalns
33
Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures, zoom
44
Requires at least: 4.6
5-
Tested up to: 5.3
6-
Stable tag: 3.2.6
5+
Tested up to: 5.4
6+
Stable tag: 3.2.7
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -31,6 +31,10 @@ If you enjoy using FancyBox lightbox for WordPress please leave a [positive feed
3131

3232
== Changelog ==
3333

34+
= 3.2.7 =
35+
* Fix for separate gutenberg blocks
36+
* Personalize script handles
37+
3438
= 3.2.6 =
3539
* Admin bar overfloat fix
3640
* Tooltip description bug fix

0 commit comments

Comments
 (0)