WooCommerce Direct Checkout - Version 1.0.6

Version Description

  • Added 'Exclude external product' checkbox for Custom Add to Cart Text option
Download this release

Release Info

Developer terrytsang
Plugin Icon 128x128 WooCommerce Direct Checkout
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.6

Files changed (3) hide show
  1. .project +11 -0
  2. readme.txt +3 -7
  3. wc-direct-checkout.php +3 -3
.project ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>woocommerce-direct-checkout</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ </buildSpec>
9
+ <natures>
10
+ </natures>
11
+ </projectDescription>
readme.txt CHANGED
@@ -5,9 +5,9 @@ Plugin Name: WooCommerce Custom Direct Checkout
5
  Plugin URI: http://terrytsang.com/shop/shop/woocommerce-direct-checkout/
6
  Tags: woocommerce, custom fields, direct, checkout, e-commerce
7
  Requires at least: 2.7
8
- Tested up to: 3.9.1
9
- Stable tag: 1.0.7
10
- Version: 1.0.7
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -56,10 +56,6 @@ http://terrytsang.com/shop/shop/woocommerce-direct-checkout-pro/
56
 
57
  == Changelog ==
58
 
59
- = 1.0.7 =
60
-
61
- * Updated PRO version download link
62
-
63
  = 1.0.6 =
64
 
65
  * Added 'Exclude external product' checkbox for Custom Add to Cart Text option
5
  Plugin URI: http://terrytsang.com/shop/shop/woocommerce-direct-checkout/
6
  Tags: woocommerce, custom fields, direct, checkout, e-commerce
7
  Requires at least: 2.7
8
+ Tested up to: 3.8.2
9
+ Stable tag: 1.0.6
10
+ Version: 1.0.6
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
56
 
57
  == Changelog ==
58
 
 
 
 
 
59
  = 1.0.6 =
60
 
61
  * Added 'Exclude external product' checkbox for Custom Add to Cart Text option
wc-direct-checkout.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WooCommerce Direct Checkout
4
  Plugin URI: http://terrytsang.com/shop/shop/woocommerce-direct-checkout/
5
  Description: Allow you to implement direct checkout (skip cart page) for WooCommerce
6
- Version: 1.0.7
7
  Author: Terry Tsang
8
  Author URI: http://shop.terrytsang.com
9
  */
@@ -29,7 +29,7 @@ Author URI: http://shop.terrytsang.com
29
  define('wc_plugin_name_direct_checkout', 'WooCommerce Direct Checkout');
30
 
31
  // Define plugin version
32
- define('wc_version_direct_checkout', '1.0.7');
33
 
34
 
35
  // Checks if the WooCommerce plugins is installed and active.
@@ -280,7 +280,7 @@ if(in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_o
280
  <?php
281
  $get_pro_image = WooCommerce_Direct_Checkout::$plugin_url . '/images/direct-checkout-pro-version.png';
282
  ?>
283
- <div align="center"><a href="http://terrytsang.com/shop/shop/woocommerce-direct-checkout-pro/" target="_blank" title="WooCommerce Direct Checkout PRO"><img src="<?php echo $get_pro_image; ?>" border="0" /></a></div>
284
 
285
  <h3>Get More Plugins</h3>
286
 
3
  Plugin Name: WooCommerce Direct Checkout
4
  Plugin URI: http://terrytsang.com/shop/shop/woocommerce-direct-checkout/
5
  Description: Allow you to implement direct checkout (skip cart page) for WooCommerce
6
+ Version: 1.0.6
7
  Author: Terry Tsang
8
  Author URI: http://shop.terrytsang.com
9
  */
29
  define('wc_plugin_name_direct_checkout', 'WooCommerce Direct Checkout');
30
 
31
  // Define plugin version
32
+ define('wc_version_direct_checkout', '1.0.5');
33
 
34
 
35
  // Checks if the WooCommerce plugins is installed and active.
280
  <?php
281
  $get_pro_image = WooCommerce_Direct_Checkout::$plugin_url . '/images/direct-checkout-pro-version.png';
282
  ?>
283
+ <div align="center"><a href="http://wordpress.org/plugins/woocommerce-direct-checkout/" target="_blank" title="WooCommerce Direct Checkout"><img src="<?php echo $get_pro_image; ?>" border="0" /></a></div>
284
 
285
  <h3>Get More Plugins</h3>
286