Skip to content

Commit a5d7711

Browse files
committed
Update change log version bump
1 parent b4afbf9 commit a5d7711

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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.3.2
6+
* Version: 3.3.3
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
99
* Tested up to: 5.6
@@ -36,7 +36,7 @@
3636
* Plugin Init
3737
*/
3838
// Constants
39-
define( 'FBFW_VERSION', '3.3.2' );
39+
define( 'FBFW_VERSION', '3.3.3' );
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ If you are new to WordPress and want to lear more we have got you covered. Color
3030
If you enjoy using FancyBox lightbox for WordPress please leave a [positive feedback](https://wordpress.org/support/plugin/fancybox-for-wordpress/reviews/?filter=5). We are committed to make it the best lightbox plugin for WordPress.
3131

3232
== Changelog ==
33-
- 3.3.2 - 05.03.2021 =
33+
= 3.3.3 - 11.05.2021 =
34+
Fixed : Issue with padding and border ( https://github.com/ColorlibHQ/fancybox-for-wordpress/issues/86 )
35+
36+
= 3.3.2 - 05.03.2021 =
3437
Changed: Upgrade Fancybox to latest version ( https://github.com/ColorlibHQ/fancybox-for-wordpress/issues/95 )
3538
Fixed: Close button not showing up although option is enabled
3639

@@ -40,7 +43,7 @@ Compatibility with jQuery 3.0
4043
= 3.3.0 =
4144
Fixed compatibility issue with WordPress 5.6
4245

43-
= 3.2.9 =
46+
= 3.2.9 =
4447
* Added Zoom on Click functionality
4548

4649
= 3.2.8 =
@@ -61,7 +64,7 @@ Fixed compatibility issue with WordPress 5.6
6164
* Fix title hide/show option
6265
* Fix extra height on lightbox image wrapper
6366

64-
= 3.2.4 =
67+
= 3.2.4 =
6568
* Removed dashboard news widget
6669

6770
= 3.2.3 =

0 commit comments

Comments
 (0)