Changeset 3243741
- Timestamp:
- 02/20/2025 09:16:58 AM (13 months ago)
- Location:
- paystack-for-events-calendar
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.7 (copied) (copied from paystack-for-events-calendar/trunk)
-
tags/1.0.7/package-lock.json (modified) (1 diff)
-
tags/1.0.7/package.json (modified) (1 diff)
-
tags/1.0.7/paystack-tec.php (modified) (2 diffs)
-
tags/1.0.7/readme.txt (modified) (3 diffs)
-
trunk/package-lock.json (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/paystack-tec.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paystack-for-events-calendar/tags/1.0.7/package-lock.json
r2846800 r3243741 1 1 { 2 2 "name": "tec-paystack", 3 "version": "1.0. 2",3 "version": "1.0.7", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
paystack-for-events-calendar/tags/1.0.7/package.json
r2847454 r3243741 1 1 { 2 2 "name": "tec-paystack", 3 "version": "1.0. 3",3 "version": "1.0.7", 4 4 "description": "Paystack for The Events Calendar", 5 5 "scripts": { -
paystack-for-events-calendar/tags/1.0.7/paystack-tec.php
r3012402 r3243741 5 5 * Description: Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack 6 6 * Author: Paystack 7 * Version: 1.0. 57 * Version: 1.0.7 8 8 * Author URI: https://paystack.com/ 9 9 * License: GPL3 … … 20 20 define( 'PS_TEC_CORE', __FILE__ ); 21 21 define( 'PS_TEC_URL', plugin_dir_url( __FILE__ ) ); 22 define( 'PS_TEC_VER', '1.0. 5' );22 define( 'PS_TEC_VER', '1.0.7' ); 23 23 24 24 /* ======================= Below is the Plugin Class init ========================= */ -
paystack-for-events-calendar/tags/1.0.7/readme.txt
r3184457 r3243741 3 3 Tags: the events calendar, paystack, payment gateway 4 4 Requires at least: 5.8.6 5 Tested up to: 6. 6.26 Stable tag: 1.0. 65 Tested up to: 6.7.2 6 Stable tag: 1.0.7 7 7 Requires PHP: 8.0 and higher 8 8 License: GPL3 … … 47 47 == Changelog == 48 48 49 = 1.0.7 = 50 * Compatibility with WordPress 6.7.2 and PHP 8.3.8 51 49 52 = 1.0.6 = 50 53 * Compatibility with WordPress 6.6.2 and PHP 8.3.8 … … 63 66 == Upgrade Notice == 64 67 68 = 1.0.7 = 69 * Compatibility with WordPress 6.7.2 and PHP 8.3.8 70 65 71 = 1.0.6 = 66 72 * Compatibility with WordPress 6.6.2 and PHP 8.3.8 -
paystack-for-events-calendar/trunk/package-lock.json
r2846800 r3243741 1 1 { 2 2 "name": "tec-paystack", 3 "version": "1.0. 2",3 "version": "1.0.7", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
paystack-for-events-calendar/trunk/package.json
r2847454 r3243741 1 1 { 2 2 "name": "tec-paystack", 3 "version": "1.0. 3",3 "version": "1.0.7", 4 4 "description": "Paystack for The Events Calendar", 5 5 "scripts": { -
paystack-for-events-calendar/trunk/paystack-tec.php
r3012402 r3243741 5 5 * Description: Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack 6 6 * Author: Paystack 7 * Version: 1.0. 57 * Version: 1.0.7 8 8 * Author URI: https://paystack.com/ 9 9 * License: GPL3 … … 20 20 define( 'PS_TEC_CORE', __FILE__ ); 21 21 define( 'PS_TEC_URL', plugin_dir_url( __FILE__ ) ); 22 define( 'PS_TEC_VER', '1.0. 5' );22 define( 'PS_TEC_VER', '1.0.7' ); 23 23 24 24 /* ======================= Below is the Plugin Class init ========================= */ -
paystack-for-events-calendar/trunk/readme.txt
r3184457 r3243741 3 3 Tags: the events calendar, paystack, payment gateway 4 4 Requires at least: 5.8.6 5 Tested up to: 6. 6.26 Stable tag: 1.0. 65 Tested up to: 6.7.2 6 Stable tag: 1.0.7 7 7 Requires PHP: 8.0 and higher 8 8 License: GPL3 … … 47 47 == Changelog == 48 48 49 = 1.0.7 = 50 * Compatibility with WordPress 6.7.2 and PHP 8.3.8 51 49 52 = 1.0.6 = 50 53 * Compatibility with WordPress 6.6.2 and PHP 8.3.8 … … 63 66 == Upgrade Notice == 64 67 68 = 1.0.7 = 69 * Compatibility with WordPress 6.7.2 and PHP 8.3.8 70 65 71 = 1.0.6 = 66 72 * Compatibility with WordPress 6.6.2 and PHP 8.3.8
Note: See TracChangeset
for help on using the changeset viewer.