Plugin Directory

Changeset 2448039


Ignore:
Timestamp:
12/30/2020 03:18:43 PM (5 years ago)
Author:
mobipaid
Message:

support compatibility wordpress 5.6 and woocommerce 4.8.0

Location:
mobipaid/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mobipaid/trunk/mobipaid.php

    r2334669 r2448039  
    44 * Plugin URI:           https://github.com/MobipaidLLC/mobipaid-woocommerce
    55 * Description:          Receive payments using Mobipaid.
    6  * Version:              1.0.3
     6 * Version:              1.0.4
    77 * Requires at least:    5.0
    8  * Tested up to:         5.3.2
     8 * Tested up to:         5.6
    99 * WC requires at least: 3.9.0
    10  * WC tested up to:      4.0.1
     10 * WC tested up to:      4.8.0
    1111 * Requires PHP:         7.0
    1212 * Author:               Mobipaid
     
    2424}
    2525
    26 define( 'MOBIPAID_PLUGIN_VERSION', '1.0.3' );
     26define( 'MOBIPAID_PLUGIN_VERSION', '1.0.4' );
    2727
    2828register_activation_hook( __FILE__, 'mobipaid_activate_plugin' );
  • mobipaid/trunk/readme.txt

    r2334669 r2448039  
    44Tags: credit card, mobipaid, google pay, apple pay, nedbank, payment method, payment gateway
    55Requires at least: 5.0
    6 Tested up to: 5.3.2
     6Tested up to: 5.6
    77Requires PHP: 7.0
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    112112= 1.0.3 - 2020-07-03 =
    113113* add sku and unit price to payment page.
     114
     115= 1.0.4 - 2020-30-12 =
     116* support compatibility wordpress 5.6 and woocommerce 4.8.0.
Note: See TracChangeset for help on using the changeset viewer.