Changeset 925038
- Timestamp:
- 06/02/2014 08:32:57 AM (12 years ago)
- Location:
- bitcoin-payments/trunk
- Files:
-
- 2 edited
-
bitcoin-payments.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bitcoin-payments/trunk/bitcoin-payments.php
r916802 r925038 6 6 Author: James Turner 7 7 Author URI: http://www.jamesturner.co.nz 8 Version: 1.4. 18 Version: 1.4.2 9 9 Text Domain: bitcoin-payments 10 10 License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 16 16 17 17 if (!defined('BTCP_VERSION_NUM')) 18 define('BTCP_VERSION_NUM', '1.4. 1');18 define('BTCP_VERSION_NUM', '1.4.2'); 19 19 20 20 /** Display verbose errors */ … … 63 63 64 64 function btcp_scripts() { 65 wp_enqueue_script("jquery"); 65 66 wp_enqueue_script('btcp_jqueryqrcode', plugins_url( '/javascript/jquery.qrcode.min.js' , __FILE__ )); 66 67 -
bitcoin-payments/trunk/readme.txt
r916802 r925038 4 4 Tags: bitcoin, litecoin, dogecoin, bit coin, lite coin, doge coin, cryptocurrency, crypto currency, qrcode, address, qr code, widget, shortcode 5 5 Requires at least: 3.0.1 6 Tested up to: 3.9 7 Stable tag: 1.4. 16 Tested up to: 3.9.1 7 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.4.2 - 2014-06-02 = 98 * FIXED a possible issue where jQuery was loaded after the plugin. 99 97 100 = 1.4.1 - 2014-05-19 = 98 101 * UPDATED code to clean up a couple of small things before we add a new feature. … … 129 132 == Upgrade Notice == 130 133 134 135 = 1.4.2 = 136 * Fix a possibly jQuery load timing issue. 137 131 138 = 1.4.1 = 132 139 * Minor vanity update.
Note: See TracChangeset
for help on using the changeset viewer.