Changeset 2448039
- Timestamp:
- 12/30/2020 03:18:43 PM (5 years ago)
- Location:
- mobipaid/trunk
- Files:
-
- 2 edited
-
mobipaid.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobipaid/trunk/mobipaid.php
r2334669 r2448039 4 4 * Plugin URI: https://github.com/MobipaidLLC/mobipaid-woocommerce 5 5 * Description: Receive payments using Mobipaid. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Requires at least: 5.0 8 * Tested up to: 5. 3.28 * Tested up to: 5.6 9 9 * WC requires at least: 3.9.0 10 * WC tested up to: 4. 0.110 * WC tested up to: 4.8.0 11 11 * Requires PHP: 7.0 12 12 * Author: Mobipaid … … 24 24 } 25 25 26 define( 'MOBIPAID_PLUGIN_VERSION', '1.0. 3' );26 define( 'MOBIPAID_PLUGIN_VERSION', '1.0.4' ); 27 27 28 28 register_activation_hook( __FILE__, 'mobipaid_activate_plugin' ); -
mobipaid/trunk/readme.txt
r2334669 r2448039 4 4 Tags: credit card, mobipaid, google pay, apple pay, nedbank, payment method, payment gateway 5 5 Requires at least: 5.0 6 Tested up to: 5. 3.26 Tested up to: 5.6 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 112 112 = 1.0.3 - 2020-07-03 = 113 113 * add sku and unit price to payment page. 114 115 = 1.0.4 - 2020-30-12 = 116 * support compatibility wordpress 5.6 and woocommerce 4.8.0.
Note: See TracChangeset
for help on using the changeset viewer.