Plugin Directory

Changeset 2613680


Ignore:
Timestamp:
10/13/2021 01:25:21 PM (4 years ago)
Author:
webdoodle
Message:

Preparing for 0.2.4 release

Location:
buyte/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buyte/trunk/README.txt

    r2613676 r2613680  
    22Contributors: webdoodle
    33Tags: apple pay, google pay, fast checkout, digital wallet, mobile first, mobile checkout
    4 Stable tag: 0.2.3
     4Stable tag: 0.2.4
    55Tested up to: 5.2.2
    66License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
  • buyte/trunk/buyte.php

    r2613676 r2613680  
    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.2.3
    8  * Author:            Buyte
     7 * Version:           0.2.4
     8 * Author:            Web Doodle
    99 * Author URI:        https://www.webdoodle.com.au/
    1010 * License:           GPL-2.0+
     
    1313 *
    1414 *
    15  * @version  0.2.3
     15 * @version  0.2.4
    1616 * @package  Buyte
    1717 * @author   Buyte
     
    3030{
    3131    /* version number */
    32     const VERSION = '0.2.3';
     32    const VERSION = '0.2.4';
    3333    /* ajax */
    3434    const AJAX_SUCCESS = 'buyte_success';
Note: See TracChangeset for help on using the changeset viewer.