Plugin Directory

Changeset 3100470


Ignore:
Timestamp:
06/10/2024 10:44:53 AM (22 months ago)
Author:
biodunhi
Message:

Added update

Location:
monnify-payment-gateway/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • monnify-payment-gateway/trunk/README.md

    r3057197 r3100470  
    44Tags: Monnify, woocommerce, payment gateway, adeleye plugins, verve, ghana, nigeria, mastercard, visa
    55Requires at least: 4.7
    6 Tested up to: 6.4
    7 Stable tag: 1.0.8
     6Tested up to: 6.5
     7Stable tag: 1.0.9
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    7474= Manual Installation =
    7575
    76 1.                                                                    Download the plugin zip file
    77 2.                                                                    Login to your WordPress Admin. Click on "Plugins > Add New" from the left hand menu.
     761.                                                                                                Download the plugin zip file
     772.                                                                                                Login to your WordPress Admin. Click on "Plugins > Add New" from the left hand menu.
    78783.  Click on the "Upload" option, then click "Choose File" to select the zip file from your computer. Once selected, press "OK" and press the "Install Now" button.
    79794.  Activate the plugin.
    80 5.                                                                    Open the settings page for WooCommerce and click the "Checkout" tab.
    81 6.                                                                    Click on the __Monnify__ link from the available Checkout Options
     805.                                                                                                Open the settings page for WooCommerce and click the "Checkout" tab.
     816.                                                                                                Click on the __Monnify__ link from the available Checkout Options
    82827.  Configure your **Monnify Payment Gateway** settings. See below for details.
    8383
     
    116116== Changelog ==
    117117
     118= 1.0.9 =
     119
     120- Added support wp 6.5
     121
    118122= 1.0.8 - March 23, 2024 =
    119123
  • monnify-payment-gateway/trunk/includes/class-wc-gateway-monnify.php

    r3057197 r3100470  
    528528        public function is_available()
    529529        {
    530             return true;
     530
    531531            if ('yes' == $this->enabled) {
    532532
  • monnify-payment-gateway/trunk/wc-monnify-payment-gateway.php

    r3057197 r3100470  
    77 * Author URI: http://adeleyeayodeji.com/
    88 * Description: WooCommerce payment gateway for Monnify
    9  * Version: 1.0.8
    10  * License: 1.0.8
     9 * Version: 1.0.9
     10 * License: 1.0.9
    1111 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
    1212 * text-domain: wc-monnify-payment-gateway
    1313 */
    1414if (!defined('ABSPATH')) {
    15     exit;
     15    exit("You can not access file directly");
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.