Plugin Directory

Changeset 3243741


Ignore:
Timestamp:
02/20/2025 09:16:58 AM (13 months ago)
Author:
paystack
Message:

Update to version 1.0.7 from GitHub

Location:
paystack-for-events-calendar
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • paystack-for-events-calendar/tags/1.0.7/package-lock.json

    r2846800 r3243741  
    11{
    22    "name": "tec-paystack",
    3     "version": "1.0.2",
     3    "version": "1.0.7",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • paystack-for-events-calendar/tags/1.0.7/package.json

    r2847454 r3243741  
    11{
    22    "name": "tec-paystack",
    3     "version": "1.0.3",
     3    "version": "1.0.7",
    44    "description": "Paystack for The Events Calendar",
    55    "scripts": {
  • paystack-for-events-calendar/tags/1.0.7/paystack-tec.php

    r3012402 r3243741  
    55 * Description: Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack
    66 * Author:      Paystack
    7  * Version:     1.0.5
     7 * Version:     1.0.7
    88 * Author URI:  https://paystack.com/
    99 * License:     GPL3
     
    2020define( 'PS_TEC_CORE', __FILE__ );
    2121define( 'PS_TEC_URL', plugin_dir_url( __FILE__ ) );
    22 define( 'PS_TEC_VER', '1.0.5' );
     22define( 'PS_TEC_VER', '1.0.7' );
    2323
    2424/* ======================= Below is the Plugin Class init ========================= */
  • paystack-for-events-calendar/tags/1.0.7/readme.txt

    r3184457 r3243741  
    33Tags: the events calendar, paystack, payment gateway
    44Requires at least: 5.8.6
    5 Tested up to: 6.6.2
    6 Stable tag: 1.0.6
     5Tested up to: 6.7.2
     6Stable tag: 1.0.7
    77Requires PHP: 8.0 and higher
    88License: GPL3
     
    4747== Changelog ==
    4848
     49= 1.0.7 =
     50* Compatibility with WordPress 6.7.2 and PHP 8.3.8
     51
    4952= 1.0.6 =
    5053* Compatibility with WordPress 6.6.2 and PHP 8.3.8
     
    6366== Upgrade Notice ==
    6467
     68= 1.0.7 =
     69* Compatibility with WordPress 6.7.2 and PHP 8.3.8
     70
    6571= 1.0.6 =
    6672* Compatibility with WordPress 6.6.2 and PHP 8.3.8
  • paystack-for-events-calendar/trunk/package-lock.json

    r2846800 r3243741  
    11{
    22    "name": "tec-paystack",
    3     "version": "1.0.2",
     3    "version": "1.0.7",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • paystack-for-events-calendar/trunk/package.json

    r2847454 r3243741  
    11{
    22    "name": "tec-paystack",
    3     "version": "1.0.3",
     3    "version": "1.0.7",
    44    "description": "Paystack for The Events Calendar",
    55    "scripts": {
  • paystack-for-events-calendar/trunk/paystack-tec.php

    r3012402 r3243741  
    55 * Description: Add-on for The Event Calendar that allows you to accept payments for event tickets via Paystack
    66 * Author:      Paystack
    7  * Version:     1.0.5
     7 * Version:     1.0.7
    88 * Author URI:  https://paystack.com/
    99 * License:     GPL3
     
    2020define( 'PS_TEC_CORE', __FILE__ );
    2121define( 'PS_TEC_URL', plugin_dir_url( __FILE__ ) );
    22 define( 'PS_TEC_VER', '1.0.5' );
     22define( 'PS_TEC_VER', '1.0.7' );
    2323
    2424/* ======================= Below is the Plugin Class init ========================= */
  • paystack-for-events-calendar/trunk/readme.txt

    r3184457 r3243741  
    33Tags: the events calendar, paystack, payment gateway
    44Requires at least: 5.8.6
    5 Tested up to: 6.6.2
    6 Stable tag: 1.0.6
     5Tested up to: 6.7.2
     6Stable tag: 1.0.7
    77Requires PHP: 8.0 and higher
    88License: GPL3
     
    4747== Changelog ==
    4848
     49= 1.0.7 =
     50* Compatibility with WordPress 6.7.2 and PHP 8.3.8
     51
    4952= 1.0.6 =
    5053* Compatibility with WordPress 6.6.2 and PHP 8.3.8
     
    6366== Upgrade Notice ==
    6467
     68= 1.0.7 =
     69* Compatibility with WordPress 6.7.2 and PHP 8.3.8
     70
    6571= 1.0.6 =
    6672* Compatibility with WordPress 6.6.2 and PHP 8.3.8
Note: See TracChangeset for help on using the changeset viewer.