Plugin Directory

Changeset 3315683


Ignore:
Timestamp:
06/21/2025 03:38:36 PM (10 months ago)
Author:
aldeng
Message:

5.0.7

Location:
event-agent/trunk
Files:
3 edited

Legend:

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

    r3298931 r3315683  
    99Requires at least: 6.0
    1010Tested up to:      7.0
    11 Stable tag:        5.0.6
    12 Version:           5.0.6
     11Stable tag:        5.0.7
     12Version:           5.0.7
    1313License:           GPLv2 or later
    1414License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • event-agent/trunk/event-agent.php

    r3298931 r3315683  
    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.0.6
     13 * Version:           5.0.7
    1414 * Requires at least: 6.0
    1515 * Requires PHP:      8.0
     
    2525}
    2626
    27 define( 'EVENT_AGENT_VERSION', '5.0.6' );
     27define( 'EVENT_AGENT_VERSION', '5.0.7' );
    2828
    2929require_once dirname(__FILE__).'/includes/activate.php';
  • event-agent/trunk/public/partials/firsttimefree.php

    r3083492 r3315683  
    1818    <el-row v-if="displayCC"><el-col>
    1919        <el-row><el-col>
    20             <h3 class="mb-3"><?php esc_html_e('We\'re delighted you enjoyed your free visit to ', 'event-agent'); ?>{{firstTimeFree.eventName}}<?php esc_html_e(' with ', 'event-agent'); ?>{{firstTimeFree.attendeeNamesList}}</h3>
     20            <h3 class="mb-3"><?php esc_html_e('We\'re delighted you enjoyed your free visit to ', 'event-agent'); ?>{{firstTimeFree.eventName}}</h3>
    2121            <h5 class="mb-3"><?php esc_html_e('Please provide your payment information for continued access.', 'event-agent'); ?></h5>
    2222        </el-col></el-row>
Note: See TracChangeset for help on using the changeset viewer.