Plugin Directory

Changeset 3456045


Ignore:
Timestamp:
02/07/2026 06:37:11 PM (8 weeks ago)
Author:
aldeng
Message:

5.1.4

Location:
event-agent/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • event-agent/trunk/README.txt

    r3455988 r3456045  
    99Requires at least: 6.0
    1010Tested up to:      8.0
    11 Stable tag:        5.1.3
    12 Version:           5.1.3
     11Stable tag:        5.1.4
     12Version:           5.1.4
    1313License:           GPLv2 or later
    1414License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • event-agent/trunk/event-agent.php

    r3455988 r3456045  
    1111 * Plugin URI:        https://www.eventagent.ai/
    1212 * Description:       EventAgent.ai combines a next generation event management system with AI-powered marketing to maximize your sales.  AI makes all the difference.
    13  * Version:           5.1.3
     13 * Version:           5.1.4
    1414 * Requires at least: 6.0
    1515 * Requires PHP:      8.0
     
    2525}
    2626
    27 define( 'EVENT_AGENT_VERSION', '5.1.3' );
     27define( 'EVENT_AGENT_VERSION', '5.1.4' );
    2828
    2929require_once dirname(__FILE__).'/includes/activate.php';
  • event-agent/trunk/public/js/event-vue.js

    r3455687 r3456045  
    399399                var tz = '&timezone=' + Intl.DateTimeFormat().resolvedOptions().timeZone;
    400400                var ug = eaSessionGet('upgrade-' + this.event.id) === null ? '' : eaSessionGet('upgrade-' + this.event.id);
     401                // BUGBUG bypass recaptcha for now
     402                recaptchaToken = null;
    401403                axios.post(wpData.eaUrl + '/api/Registrations/?recaptchaToken=' + recaptchaToken + tz + ug, registration, { headers: wpData.headers })
    402404                    .then(response => {
Note: See TracChangeset for help on using the changeset viewer.