Skip to content

Commit 0b27671

Browse files
committed
Update to 3.1.1
Removed print_r
1 parent 1865a38 commit 0b27671

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

fancybox.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: FancyBox for WordPress
55
Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/
66
Description: Integrates <a href="http://fancyapps.com/fancybox/3/">FancyBox 3</a> into WordPress.
7-
Version: 3.1.0
7+
Version: 3.1.1
88
Author: Colorlib
99
Author URI: https://colorlib.com/wp/
1010
@@ -19,7 +19,7 @@
1919
* Plugin Init
2020
*/
2121
// Constants
22-
define( 'FBFW_VERSION', '3.1.0' );
22+
define( 'FBFW_VERSION', '3.1.1' );
2323
define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
2424
define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
2525
define( 'FBFW_PLUGIN_BASE', plugin_basename( __FILE__ ) );
@@ -458,7 +458,6 @@ function mfbfw_admin_styles() {
458458
}
459459

460460
function mfbfw_admin_scripts() {
461-
print_r( $hook );
462461
wp_enqueue_script( 'jquery-ui-tabs', array( 'jquery-ui-core' ), true ); // Load jQuery UI Tabs JS for Admin Page
463462
wp_enqueue_script( 'fancybox-admin', FBFW_URL . 'assets/js/admin.js', array( 'jquery', 'wp-color-picker', 'updates' ), FBFW_VERSION, true ); // Load specific JS for Admin Page
464463

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: 3.4
55
Tested up to: 4.9
6-
Stable tag: 3.1.0
6+
Stable tag: 3.1.1
77
License: GPL/MIT
88

99
Seamlessly integrates FancyBox lightbox into your WordPress blog: Upload, activate, and you're done. Additional configuration optional.
@@ -31,6 +31,9 @@ If you enjoy using FancyBox lightbox for WordPress please leave a [positive feed
3131

3232
== Changelog ==
3333

34+
= 3.1.1 =
35+
* Removed print_r from fancybox.php
36+
3437
= 3.1.0 =
3538
* Updated FancyBox library to the latest version
3639
* Changed Admin UI

0 commit comments

Comments
 (0)