Plugin Directory

Changeset 1713921


Ignore:
Timestamp:
08/16/2017 05:33:19 AM (9 years ago)
Author:
benshadle
Message:

add video to dashboard

Location:
wpmerchant/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpmerchant/trunk/README.txt

    r1713913 r1713921  
    207207
    208208== Changelog ==
     209= 2.0.4 =
     210* Add video and steps to dashboard page
     211
    209212= 2.0.3 =
    210213* 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  
    7070
    7171        $this->plugin_name = 'wpmerchant';
    72         $this->version = '2.0.3';
     72        $this->version = '2.0.4';
    7373
    7474        $this->load_dependencies();
  • wpmerchant/trunk/wpmerchant.php

    r1713912 r1713921  
    1717 * Plugin URI:        wpmerchant.com
    1818 * Description:       Simple eCommerce
    19  * Version:           2.0.3
     19 * Version:           2.0.4
    2020 * Author:            WPMerchant
    2121 * Author URI:        wpmerchant.com/pricing
Note: See TracChangeset for help on using the changeset viewer.