Plugin Directory

Changeset 2951670


Ignore:
Timestamp:
08/10/2023 03:39:27 PM (3 years ago)
Author:
aldeng
Message:

4.3.3

Location:
event-agent/trunk
Files:
3 edited

Legend:

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

    r2939030 r2951670  
    99Requires at least: 4.6
    1010Tested up to:      6.2
    11 Stable tag:        4.3.2
    12 Version:           4.3.2
     11Stable tag:        4.3.3
     12Version:           4.3.3
    1313License:           GPLv2 or later
    1414License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • event-agent/trunk/admin/js/registrations-vue.js

    r2878698 r2951670  
    245245                                // we could have edited or changed the form, leaving some answers orphaned
    246246                                if (!this.registration.attendees[i].answers[x].question) {
    247                                     this.registration.attendees[i].answers[x].splice(x, 1);
     247                                    this.registration.attendees[i].answers.splice(x, 1);
    248248                                    x--;
    249249                                }
  • event-agent/trunk/event-agent.php

    r2939030 r2951670  
    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:           4.3.2
     13 * Version:           4.3.3
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.0
     
    2525}
    2626
    27 define( 'EVENT_AGENT_VERSION', '4.3.2' );
     27define( 'EVENT_AGENT_VERSION', '4.3.3' );
    2828
    2929require_once dirname(__FILE__).'/includes/activate.php';
Note: See TracChangeset for help on using the changeset viewer.