Skip to content

Commit 405028d

Browse files
Merge pull request #68 from MachoThemes/master
Update to 3.2.4
2 parents 06447c3 + 9b80461 commit 405028d

File tree

3 files changed

+9
-98
lines changed

3 files changed

+9
-98
lines changed

fancybox.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
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.3
6+
* Version: 3.2.4
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
99
* Tested up to: 5.2
1010
* Requires: 4.6 or higher
1111
* License: GPLv3 or later
1212
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313
* Requires PHP: 5.6
14-
* Text Domain: colorlib-login-customizer
14+
* Text Domain: mfbfw
1515
* Domain Path: /languages
1616
*
1717
* Copyright 2008-2016 Janis Skarnelis http://twitter.com/moskis/
18-
* Copyright 2016-2019 Colorlib [email protected]
18+
* Copyright 2016-2019 Colorlib [email protected]
1919
*
2020
* This program is free software; you can redistribute it and/or modify
2121
* it under the terms of the GNU General Public License, version 3, as
@@ -36,7 +36,7 @@
3636
* Plugin Init
3737
*/
3838
// Constants
39-
define( 'FBFW_VERSION', '3.2.3' );
39+
define( 'FBFW_VERSION', '3.2.4' );
4040
define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
4141
define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
4242
define( 'FBFW_PLUGIN_BASE', plugin_basename( __FILE__ ) );
@@ -581,6 +581,4 @@ function mfbfw_get_activate_link() {
581581
)
582582
);
583583

584-
}
585-
586-
require_once 'lib/class-colorlib-dashboard-widget-extend-feed.php';
584+
}

lib/class-colorlib-dashboard-widget-extend-feed.php

Lines changed: 0 additions & 90 deletions
This file was deleted.

readme.txt

Lines changed: 4 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.3
6+
Stable tag: 3.2.4
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

3232
== Changelog ==
3333

34+
= 3.2.4 =
35+
* Removed dashboard news widget
36+
3437
= 3.2.3 =
3538
* Fix for mobile close on content click
3639
* Fix for mobile close on overlay click

0 commit comments

Comments
 (0)