Changeset 3315683
- Timestamp:
- 06/21/2025 03:38:36 PM (10 months ago)
- Location:
- event-agent/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
event-agent.php (modified) (2 diffs)
-
public/partials/firsttimefree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
event-agent/trunk/README.txt
r3298931 r3315683 9 9 Requires at least: 6.0 10 10 Tested up to: 7.0 11 Stable tag: 5.0. 612 Version: 5.0. 611 Stable tag: 5.0.7 12 Version: 5.0.7 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
event-agent/trunk/event-agent.php
r3298931 r3315683 11 11 * Plugin URI: https://www.eventagent.ai/ 12 12 * 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. 613 * Version: 5.0.7 14 14 * Requires at least: 6.0 15 15 * Requires PHP: 8.0 … … 25 25 } 26 26 27 define( 'EVENT_AGENT_VERSION', '5.0. 6' );27 define( 'EVENT_AGENT_VERSION', '5.0.7' ); 28 28 29 29 require_once dirname(__FILE__).'/includes/activate.php'; -
event-agent/trunk/public/partials/firsttimefree.php
r3083492 r3315683 18 18 <el-row v-if="displayCC"><el-col> 19 19 <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> 21 21 <h5 class="mb-3"><?php esc_html_e('Please provide your payment information for continued access.', 'event-agent'); ?></h5> 22 22 </el-col></el-row>
Note: See TracChangeset
for help on using the changeset viewer.