Changeset 2502377
- Timestamp:
- 03/24/2021 09:09:49 AM (5 years ago)
- Location:
- monnify-payment-gateway/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wc-monnify-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
monnify-payment-gateway/trunk/readme.txt
r2447879 r2502377 2 2 Contributors: Adeleye Ayodeji 3 3 Donate link: http://adeleyeayodeji.com/ 4 Tags: Monnify, woocommerce, payment gateway, tubiz plugins, verve, ghana, nigeria, mastercard, visa4 Tags: Monnify, woocommerce, payment gateway, adeleyeayodeji plugins, adeleyeayodeji, verve, ghana, nigeria, mastercard, visa 5 5 Requires at least: 4.7 6 Tested up to: 5. 56 Tested up to: 5.7 7 7 Stable tag: 5.6.4 8 8 Requires PHP: 5.6 -
monnify-payment-gateway/trunk/wc-monnify-payment-gateway.php
r2447879 r2502377 7 7 * Author URI: http://adeleyeayodeji.com/ 8 8 * Description: WooCommerce payment gateway for Monnify 9 * Version: 0.1.010 * License: 0.1.09 * Version: 1.0.2 10 * License: 1.0.2 11 11 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt 12 12 * text-domain: wc-monnify-payment-gateway … … 18 18 if(!in_array("woocommerce/woocommerce.php", apply_filters("active_plugins", get_option("active_plugins")))) return; 19 19 20 define("WC_MONNIFY_VERSION", "1.0. 1");20 define("WC_MONNIFY_VERSION", "1.0.2"); 21 21 define( 'WC_MONNIFY_MAIN_FILE', __FILE__ ); 22 22 define( 'WC_MONNIFY_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.