Changeset 1713921
- Timestamp:
- 08/16/2017 05:33:19 AM (9 years ago)
- Location:
- wpmerchant/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class-wpmerchant.php (modified) (1 diff)
-
wpmerchant.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpmerchant/trunk/README.txt
r1713913 r1713921 207 207 208 208 == Changelog == 209 = 2.0.4 = 210 * Add video and steps to dashboard page 211 209 212 = 2.0.3 = 210 213 * Add additional parameters for the WPMerchant Buy Button, including locale, zip, shipping address, billing address and bitcoin. Now, users can change the language of the checkout form, show the zip code input (and verify it), show the shipping address, show the billing address, and provide a bitcoin payment option. -
wpmerchant/trunk/includes/class-wpmerchant.php
r1713912 r1713921 70 70 71 71 $this->plugin_name = 'wpmerchant'; 72 $this->version = '2.0. 3';72 $this->version = '2.0.4'; 73 73 74 74 $this->load_dependencies(); -
wpmerchant/trunk/wpmerchant.php
r1713912 r1713921 17 17 * Plugin URI: wpmerchant.com 18 18 * Description: Simple eCommerce 19 * Version: 2.0. 319 * Version: 2.0.4 20 20 * Author: WPMerchant 21 21 * Author URI: wpmerchant.com/pricing
Note: See TracChangeset
for help on using the changeset viewer.