Plugin Directory

Changeset 3419884


Ignore:
Timestamp:
12/15/2025 09:58:00 AM (4 months ago)
Author:
fedata
Message:

Version 2.5.1

Location:
fast-events
Files:
2 deleted
4 edited
96 copied

Legend:

Unmodified
Added
Removed
  • fast-events/tags/2.5.1/changelog.txt

    r3414037 r3419884  
    11== Changelog ==
     2
     3= 2.5.1 =
     4
     5* Fix: Install failed with an unresolved reference.
    26
    37= 2.5.0 =
  • fast-events/tags/2.5.1/fast-events.php

    r3414037 r3419884  
    44 * Plugin URI: https://fast-events.eu/
    55 * Description: Sell online etickets wit a variety of payment options, mobile scanning, admin app, seating plans, online tracking for sports events and much more.
    6  * Version: 2.5.0
     6 * Version: 2.5.1
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.0
  • fast-events/tags/2.5.1/includes/class-fast-events.php

    r3414037 r3419884  
    1515 */
    1616class Fast_Events {
    17     public const FAST_EVENTS_VERSION = '2.5.0';
     17    public const FAST_EVENTS_VERSION = '2.5.1';
    1818    public const FE_ADMIN_VERSION    = 'v4.5';
    1919
     
    416416        dbDelta( $this->get_db_schema() );
    417417
     418        include_once FAST_EVENTS_ABSPATH . 'includes/class-fevt-encryption.php';
    418419        include_once FAST_EVENTS_ABSPATH . 'includes/class-fast-events-util.php';
    419420
  • fast-events/tags/2.5.1/readme.txt

    r3414037 r3419884  
    55* Requires PHP: 8.0
    66* Tested up to: 6.9
    7 * Stable tag: 2.5.0
     7* Stable tag: 2.5.1
    88* Donate link: https://docs.fast-events.eu/en/latest/misc/donate.html
    99* License: GPLv3 or later
     
    190190== Changelog ==
    191191
    192 = 2.5.0 =
    193 
    194 * New: Optionally encrypt sensitive data in the database (plugin settings, Fast Events account information and Saas information, if used).
    195 * New: Scan level 6 (= Reset). All previous scans are removed and the ticket can be used again.
    196 * New: The number of days to retain log entries is now configurable.
    197 * New: Optionally, delete expired, failed, and cancelled orders daily.
    198 * New: Ability to check whether the daily action-scheduler tasks of Fast Events are still running and, if necessary, restart them.
    199 * New: All webhooks from email providers can now be saved and viewed.
    200 * New: Filter and action hooks for errorlog entries.
    201 * Fix: No longer leaking sensitive information in the URL parameters — which are logged by the web server — when the Admin Interface is used.
    202 * Fix: When an order is deleted, the associated logs and email logs are now removed as well.
    203 * Change: Generating a QR‑code image is now done on the client side.
    204 * Change: Improved error handling and UI behavior in the plugin’s JavaScript files.
    205 * Change: Upgrade FE-Admin to the latest version (4.5.0: API level 9) to work with Fast Events 2.5.0.
     192= 2.5.1 =
     193
     194* Fix: Install failed with an unresolved reference.
    206195
    207196
  • fast-events/trunk/changelog.txt

    r3414037 r3419884  
    11== Changelog ==
     2
     3= 2.5.1 =
     4
     5* Fix: Install failed with an unresolved reference.
    26
    37= 2.5.0 =
  • fast-events/trunk/fast-events.php

    r3414037 r3419884  
    44 * Plugin URI: https://fast-events.eu/
    55 * Description: Sell online etickets wit a variety of payment options, mobile scanning, admin app, seating plans, online tracking for sports events and much more.
    6  * Version: 2.5.0
     6 * Version: 2.5.1
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.0
  • fast-events/trunk/includes/class-fast-events.php

    r3414037 r3419884  
    1515 */
    1616class Fast_Events {
    17     public const FAST_EVENTS_VERSION = '2.5.0';
     17    public const FAST_EVENTS_VERSION = '2.5.1';
    1818    public const FE_ADMIN_VERSION    = 'v4.5';
    1919
     
    416416        dbDelta( $this->get_db_schema() );
    417417
     418        include_once FAST_EVENTS_ABSPATH . 'includes/class-fevt-encryption.php';
    418419        include_once FAST_EVENTS_ABSPATH . 'includes/class-fast-events-util.php';
    419420
  • fast-events/trunk/readme.txt

    r3414037 r3419884  
    55* Requires PHP: 8.0
    66* Tested up to: 6.9
    7 * Stable tag: 2.5.0
     7* Stable tag: 2.5.1
    88* Donate link: https://docs.fast-events.eu/en/latest/misc/donate.html
    99* License: GPLv3 or later
     
    190190== Changelog ==
    191191
    192 = 2.5.0 =
    193 
    194 * New: Optionally encrypt sensitive data in the database (plugin settings, Fast Events account information and Saas information, if used).
    195 * New: Scan level 6 (= Reset). All previous scans are removed and the ticket can be used again.
    196 * New: The number of days to retain log entries is now configurable.
    197 * New: Optionally, delete expired, failed, and cancelled orders daily.
    198 * New: Ability to check whether the daily action-scheduler tasks of Fast Events are still running and, if necessary, restart them.
    199 * New: All webhooks from email providers can now be saved and viewed.
    200 * New: Filter and action hooks for errorlog entries.
    201 * Fix: No longer leaking sensitive information in the URL parameters — which are logged by the web server — when the Admin Interface is used.
    202 * Fix: When an order is deleted, the associated logs and email logs are now removed as well.
    203 * Change: Generating a QR‑code image is now done on the client side.
    204 * Change: Improved error handling and UI behavior in the plugin’s JavaScript files.
    205 * Change: Upgrade FE-Admin to the latest version (4.5.0: API level 9) to work with Fast Events 2.5.0.
     192= 2.5.1 =
     193
     194* Fix: Install failed with an unresolved reference.
    206195
    207196
Note: See TracChangeset for help on using the changeset viewer.