Changeset 3100470
- Timestamp:
- 06/10/2024 10:44:53 AM (22 months ago)
- Location:
- monnify-payment-gateway/trunk
- Files:
-
- 1 deleted
- 3 edited
-
README.md (modified) (3 diffs)
-
includes/class-wc-gateway-monnify.php (modified) (1 diff)
-
readme.txt (deleted)
-
wc-monnify-payment-gateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monnify-payment-gateway/trunk/README.md
r3057197 r3100470 4 4 Tags: Monnify, woocommerce, payment gateway, adeleye plugins, verve, ghana, nigeria, mastercard, visa 5 5 Requires at least: 4.7 6 Tested up to: 6. 47 Stable tag: 1.0. 86 Tested up to: 6.5 7 Stable tag: 1.0.9 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 74 74 = Manual Installation = 75 75 76 1. Download the plugin zip file77 2. Login to your WordPress Admin. Click on "Plugins > Add New" from the left hand menu.76 1. Download the plugin zip file 77 2. Login to your WordPress Admin. Click on "Plugins > Add New" from the left hand menu. 78 78 3. 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. 79 79 4. 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 Options80 5. Open the settings page for WooCommerce and click the "Checkout" tab. 81 6. Click on the __Monnify__ link from the available Checkout Options 82 82 7. Configure your **Monnify Payment Gateway** settings. See below for details. 83 83 … … 116 116 == Changelog == 117 117 118 = 1.0.9 = 119 120 - Added support wp 6.5 121 118 122 = 1.0.8 - March 23, 2024 = 119 123 -
monnify-payment-gateway/trunk/includes/class-wc-gateway-monnify.php
r3057197 r3100470 528 528 public function is_available() 529 529 { 530 return true; 530 531 531 if ('yes' == $this->enabled) { 532 532 -
monnify-payment-gateway/trunk/wc-monnify-payment-gateway.php
r3057197 r3100470 7 7 * Author URI: http://adeleyeayodeji.com/ 8 8 * Description: WooCommerce payment gateway for Monnify 9 * Version: 1.0. 810 * License: 1.0. 89 * Version: 1.0.9 10 * License: 1.0.9 11 11 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt 12 12 * text-domain: wc-monnify-payment-gateway 13 13 */ 14 14 if (!defined('ABSPATH')) { 15 exit ;15 exit("You can not access file directly"); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.