Changeset 3181444
- Timestamp:
- 11/04/2024 01:13:42 PM (17 months ago)
- Location:
- payaza/trunk
- Files:
-
- 3 edited
-
assets/images/payaza.png (modified) (previous)
-
payaza.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payaza/trunk/payaza.php
r3181423 r3181444 4 4 * Plugin URI: https://payaza.africa 5 5 * Description: WooCommerce checkout 6 * Version: 1.3.46 * Version: 0.2.1 7 7 * Author: Okenwa Kevin Ikwan 8 8 * License: GPL-2.0+ … … 25 25 define( 'WC_PAYAZA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 26 26 27 define( 'WC_PAYAZA_VERSION', ' 1.3.3' );27 define( 'WC_PAYAZA_VERSION', '0.2.1' ); 28 28 29 29 /** -
payaza/trunk/readme.txt
r3181423 r3181444 2 2 Contributors: okenwa500 3 3 Tags: payaza, woocommerce, payment gateway,supports all currency 4 Stable tag: 1.3.44 Stable tag: 0.2.1 5 5 Requires at least: 6.2 6 6 Tested up to: 6.6 … … 73 73 = 0.1.4 - Feb 27, 2024 = 74 74 = 0.1.5 - Aug 30, 2024 = 75 = 0.1.20 - Oct 20, 2024 = 76 = 0.2.1 - Nov 04, 2024 = 75 77 76 78 … … 82 84 * New Payaza Logo 83 85 * Payaza Version 2 86 * New: Add support for WooCommerce checkout block 87 * Tweak: WooCommerce 8.1 compatibility 84 88 85 89 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.