Changeset 3045855
- Timestamp:
- 03/05/2024 04:48:49 PM (2 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
r3040368 r3045855 9 9 Requires at least: 4.6 10 10 Tested up to: 6.4 11 Stable tag: 4.6. 312 Version: 4.6. 311 Stable tag: 4.6.4 12 Version: 4.6.4 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
r2951670 r3045855 489 489 id: 0, 490 490 subject: null, 491 body: null,491 body: '', 492 492 paymentStatus: 0, 493 493 registrationStatus: 1, -
event-agent/trunk/event-agent.php
r3040368 r3045855 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.6. 313 * Version: 4.6.4 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.0 … … 25 25 } 26 26 27 define( 'EVENT_AGENT_VERSION', '4.6. 3' );27 define( 'EVENT_AGENT_VERSION', '4.6.4' ); 28 28 29 29 require_once dirname(__FILE__).'/includes/activate.php';
Note: See TracChangeset
for help on using the changeset viewer.