Plugin Directory

Changeset 2502377


Ignore:
Timestamp:
03/24/2021 09:09:49 AM (5 years ago)
Author:
biodunhi
Message:

Update readme.txt

Location:
monnify-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • monnify-payment-gateway/trunk/readme.txt

    r2447879 r2502377  
    22Contributors: Adeleye Ayodeji
    33Donate link: http://adeleyeayodeji.com/
    4 Tags: Monnify, woocommerce, payment gateway, tubiz plugins, verve, ghana, nigeria, mastercard, visa
     4Tags: Monnify, woocommerce, payment gateway, adeleyeayodeji plugins, adeleyeayodeji, verve, ghana, nigeria, mastercard, visa
    55Requires at least: 4.7
    6 Tested up to: 5.5
     6Tested up to: 5.7
    77Stable tag: 5.6.4
    88Requires PHP: 5.6
  • monnify-payment-gateway/trunk/wc-monnify-payment-gateway.php

    r2447879 r2502377  
    77 * Author URI: http://adeleyeayodeji.com/
    88 * Description: WooCommerce payment gateway for Monnify
    9  * Version: 0.1.0
    10  * License: 0.1.0
     9 * Version: 1.0.2
     10 * License: 1.0.2
    1111 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
    1212 * text-domain: wc-monnify-payment-gateway
     
    1818    if(!in_array("woocommerce/woocommerce.php", apply_filters("active_plugins", get_option("active_plugins")))) return;
    1919
    20     define("WC_MONNIFY_VERSION", "1.0.1");
     20    define("WC_MONNIFY_VERSION", "1.0.2");
    2121    define( 'WC_MONNIFY_MAIN_FILE', __FILE__ );
    2222    define( 'WC_MONNIFY_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.