Plugin Directory

Changeset 1965485


Ignore:
Timestamp:
10/29/2018 10:55:05 PM (7 years ago)
Author:
colorlibplugins
Message:

Update to 3.1.1

Location:
fancybox-for-wordpress
Files:
59 added
2 edited

Legend:

Unmodified
Added
Removed
  • fancybox-for-wordpress/trunk/fancybox.php

    r1965336 r1965485  
    55Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/
    66Description: Integrates <a href="http://fancyapps.com/fancybox/3/">FancyBox 3</a> into WordPress.
    7 Version: 3.1.0
     7Version: 3.1.1
    88Author: Colorlib
    99Author URI: https://colorlib.com/wp/
     
    2020 */
    2121// Constants
    22 define( 'FBFW_VERSION', '3.1.0' );
     22define( 'FBFW_VERSION', '3.1.1' );
    2323define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
    2424define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
     
    459459
    460460function 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
  • fancybox-for-wordpress/trunk/readme.txt

    r1965336 r1965485  
    44Requires at least: 3.4
    55Tested up to: 4.9
    6 Stable tag: 3.1.0
     6Stable tag: 3.1.1
    77License: GPL/MIT
    88
     
    3131
    3232== Changelog ==
     33
     34= 3.1.1 =
     35* Removed print_r from fancybox.php
    3336
    3437= 3.1.0 =
Note: See TracChangeset for help on using the changeset viewer.