Plugin Directory

Changeset 2140336


Ignore:
Timestamp:
08/16/2019 04:01:33 AM (7 years ago)
Author:
webdoodle
Message:

Preparing for 0.1.4 release

Location:
buyte/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buyte/trunk/README.txt

    r2140321 r2140336  
    11=== Buyte ===
    22Contributors: Ryan Soury
    3 Tags: buyte, fast checkout, mobile-first, mobile checkout, apple pay, google pay, digital wallet, buyte checkout
    4 Stable tag: 0.1.3
     3Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout,
     4Stable tag: 0.1.4
    55License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
    66
  • buyte/trunk/buyte.php

    r2140321 r2140336  
    55 * Plugin URI:        https://wordpress.org/plugins/buyte-woocommerce-plugin/
    66 * Description:       Offer your customers Apple Pay and Google Pay in a single install. By integrating Buyte into your e-commerce website, your visitors can securely checkout with their mobile wallet.
    7  * Version:           0.1.3
     7 * Version:           0.1.4
    88 * Author:            Buyte
    99 * Author URI:        https://www.buytecheckout.com/
     
    1313 *
    1414 *
    15  * @version  0.1.3
     15 * @version  0.1.4
    1616 * @package  Buyte
    1717 * @author   Buyte
     
    2929class WC_Buyte{
    3030    /* version number */
    31     const VERSION = '0.1.3';
     31    const VERSION = '0.1.4';
    3232    /* ajax */
    3333    const AJAX_SUCCESS = 'buyte_success';
Note: See TracChangeset for help on using the changeset viewer.