Skip to content

Commit fae4ad4

Browse files
committed
phpdocs; version bump; changelog update;
1 parent da7729a commit fae4ad4

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = function(grunt) {
9393
build: {
9494
options: {
9595
pretty: true, // Pretty print file sizes when logging.
96-
archive: '<%= pkg.name %>.zip'
96+
archive: '<%= pkg.name %>-<%= pkg.version %>.zip'
9797
},
9898
expand: true,
9999
cwd: 'build/',

fancybox.php

+8-3
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.3.3
6+
* Version: 3.3.4
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
9-
* Tested up to: 5.6
9+
* Tested up to: 6.5
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.3.3' );
39+
define( 'FBFW_VERSION', '3.3.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__ ) );
@@ -599,6 +599,11 @@ function fancy_check_if_woocommerce() {
599599

600600
add_filter( 'pre_update_option_mfbfw', 'mfbfw_sanitize_fancy_options' );
601601

602+
/**
603+
* Sanitize options
604+
*
605+
* @since 3.3.4
606+
*/
602607
function mfbfw_sanitize_fancy_options( $value ){
603608
$sanitized = $value;
604609

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fancybox-for-wordpress",
33
"main": "Gruntfile.js",
4-
"version": "1.2.0",
4+
"version": "3.3.4",
55
"homepage": "https://www.colorlib.com",
66
"author": "Colorlib",
77
"license": "GPL v3",

readme.txt

+5-2
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: 6.0
6-
Stable tag: 3.3.3
5+
Tested up to: 6.5
6+
Stable tag: 3.3.4
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -30,6 +30,9 @@ 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.4 - 22.03.2024 =
34+
Fixed: Security issue
35+
3336
= 3.3.3 - 11.05.2021 =
3437
Fixed : Issue with padding and border ( https://github.com/ColorlibHQ/fancybox-for-wordpress/issues/86 )
3538

0 commit comments

Comments
 (0)