Changeset 3145438
- Timestamp:
- 09/02/2024 02:23:30 PM (18 months ago)
- Location:
- paystack-for-give
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from paystack-for-give/trunk)
-
tags/2.0.3/paystack-give.php (modified) (2 diffs)
-
tags/2.0.3/readme.txt (modified) (3 diffs)
-
trunk/paystack-give.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paystack-for-give/tags/2.0.3/paystack-give.php
r2667181 r3145438 17 17 * Plugin URI: http://wordpress.org/plugins/paystack-give 18 18 * Description: Paystack integration for accepting payments via card, bank accounts, USSD and mobile money 19 * Version: 2.0. 019 * Version: 2.0.3 20 20 * Author: Paystack 21 21 * Author URI: https://paystack.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('PLUGIN_NAME_VERSION', '2.0. 0');38 define('PLUGIN_NAME_VERSION', '2.0.3'); 39 39 40 40 /** -
paystack-for-give/tags/2.0.3/readme.txt
r3076896 r3145438 4 4 Tags: give, paystack, payment, donation 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 27 Stable tag: 2.0. 16 Tested up to: 6.6 7 Stable tag: 2.0.3 8 8 Requires PHP: 5.6 and higher 9 9 License: GPLv3 … … 82 82 == Changelog == 83 83 84 = 2.0.3 = 85 * Compatibility with WordPress 6.6 and PHP 8.3 86 84 87 = 2.0.2 = 85 88 * Add support for XOF & EGP … … 104 107 == Upgrade Notice == 105 108 109 = 2.0.3 = 110 * Compatibility with WordPress 6.6 and PHP 8.3 111 106 112 = 2.0.1 = 107 113 * Compatibility with WordPress 6.2 and PHP 8 -
paystack-for-give/trunk/paystack-give.php
r2667181 r3145438 17 17 * Plugin URI: http://wordpress.org/plugins/paystack-give 18 18 * Description: Paystack integration for accepting payments via card, bank accounts, USSD and mobile money 19 * Version: 2.0. 019 * Version: 2.0.3 20 20 * Author: Paystack 21 21 * Author URI: https://paystack.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('PLUGIN_NAME_VERSION', '2.0. 0');38 define('PLUGIN_NAME_VERSION', '2.0.3'); 39 39 40 40 /** -
paystack-for-give/trunk/readme.txt
r3076896 r3145438 4 4 Tags: give, paystack, payment, donation 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 27 Stable tag: 2.0. 16 Tested up to: 6.6 7 Stable tag: 2.0.3 8 8 Requires PHP: 5.6 and higher 9 9 License: GPLv3 … … 82 82 == Changelog == 83 83 84 = 2.0.3 = 85 * Compatibility with WordPress 6.6 and PHP 8.3 86 84 87 = 2.0.2 = 85 88 * Add support for XOF & EGP … … 104 107 == Upgrade Notice == 105 108 109 = 2.0.3 = 110 * Compatibility with WordPress 6.6 and PHP 8.3 111 106 112 = 2.0.1 = 107 113 * Compatibility with WordPress 6.2 and PHP 8
Note: See TracChangeset
for help on using the changeset viewer.