Skip to content

Commit a557159

Browse files
committed
version bump / changelog update
1 parent 5f361ff commit a557159

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

fancybox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.5
6+
* Version: 3.2.6
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
99
* Tested up to: 5.2
@@ -36,7 +36,7 @@
3636
* Plugin Init
3737
*/
3838
// Constants
39-
define( 'FBFW_VERSION', '3.2.5' );
39+
define( 'FBFW_VERSION', '3.2.6' );
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: silkalns
33
Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures, zoom
44
Requires at least: 4.6
55
Tested up to: 5.2
6-
Stable tag: 3.2.5
6+
Stable tag: 3.2.6
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

3232
== Changelog ==
3333

34+
= 3.2.6 =
35+
* Admin bar overfloat fix
36+
* Tooltip description bug fix
37+
* Add option for caption hide/show
38+
3439
= 3.2.5 =
3540
* Fix title hide/show option
3641
* Fix extra height on lightbox image wrapper

0 commit comments

Comments
 (0)