Plugin Directory

Changeset 925038


Ignore:
Timestamp:
06/02/2014 08:32:57 AM (12 years ago)
Author:
Jandal
Message:

1.4.2 jQuery load timing issue fixed

Location:
bitcoin-payments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitcoin-payments/trunk/bitcoin-payments.php

    r916802 r925038  
    66Author: James Turner
    77Author URI: http://www.jamesturner.co.nz
    8 Version: 1.4.1
     8Version: 1.4.2
    99Text Domain: bitcoin-payments
    1010License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    1616
    1717if (!defined('BTCP_VERSION_NUM'))
    18     define('BTCP_VERSION_NUM', '1.4.1');
     18    define('BTCP_VERSION_NUM', '1.4.2');
    1919
    2020/** Display verbose errors */
     
    6363
    6464function btcp_scripts() {
     65    wp_enqueue_script("jquery");
    6566    wp_enqueue_script('btcp_jqueryqrcode', plugins_url( '/javascript/jquery.qrcode.min.js' , __FILE__ ));
    6667   
  • bitcoin-payments/trunk/readme.txt

    r916802 r925038  
    44Tags: bitcoin, litecoin, dogecoin, bit coin, lite coin, doge coin, cryptocurrency, crypto currency, qrcode, address, qr code, widget, shortcode
    55Requires at least: 3.0.1
    6 Tested up to: 3.9
    7 Stable tag: 1.4.1
     6Tested up to: 3.9.1
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9595== Changelog ==
    9696
     97= 1.4.2 - 2014-06-02 =
     98* FIXED a possible issue where jQuery was loaded after the plugin.
     99
    97100= 1.4.1 - 2014-05-19 =
    98101* UPDATED code to clean up a couple of small things before we add a new feature.
     
    129132== Upgrade Notice ==
    130133
     134
     135= 1.4.2 =
     136* Fix a possibly jQuery load timing issue.
     137
    131138= 1.4.1 =
    132139* Minor vanity update.
Note: See TracChangeset for help on using the changeset viewer.