Changeset 2951670
- Timestamp:
- 08/10/2023 03:39:27 PM (3 years ago)
- Location:
- event-agent/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/js/registrations-vue.js (modified) (1 diff)
-
event-agent.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
event-agent/trunk/README.txt
r2939030 r2951670 9 9 Requires at least: 4.6 10 10 Tested up to: 6.2 11 Stable tag: 4.3. 212 Version: 4.3. 211 Stable tag: 4.3.3 12 Version: 4.3.3 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
event-agent/trunk/admin/js/registrations-vue.js
r2878698 r2951670 245 245 // we could have edited or changed the form, leaving some answers orphaned 246 246 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); 248 248 x--; 249 249 } -
event-agent/trunk/event-agent.php
r2939030 r2951670 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: 4.3. 213 * Version: 4.3.3 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.0 … … 25 25 } 26 26 27 define( 'EVENT_AGENT_VERSION', '4.3. 2' );27 define( 'EVENT_AGENT_VERSION', '4.3.3' ); 28 28 29 29 require_once dirname(__FILE__).'/includes/activate.php';
Note: See TracChangeset
for help on using the changeset viewer.