Changeset 3035915
- Timestamp:
- 02/14/2024 10:59:18 PM (2 years ago)
- Location:
- event-agent/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
event-agent.php (modified) (2 diffs)
-
public/js/calendar-vue.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
event-agent/trunk/README.txt
r3035307 r3035915 9 9 Requires at least: 4.6 10 10 Tested up to: 6.4 11 Stable tag: 4.6. 112 Version: 4.6. 111 Stable tag: 4.6.2 12 Version: 4.6.2 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
r3035307 r3035915 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. 113 * Version: 4.6.2 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.0 … … 25 25 } 26 26 27 define( 'EVENT_AGENT_VERSION', '4.6. 1' );27 define( 'EVENT_AGENT_VERSION', '4.6.2' ); 28 28 29 29 require_once dirname(__FILE__).'/includes/activate.php'; -
event-agent/trunk/public/js/calendar-vue.js
r3032376 r3035915 115 115 urlParams.has("categoryId") ? '&categoryId=' + urlParams.get("categoryId") : ''; 116 116 var notCategory = urlParams.has("notCategoryId") ? '¬CategoryId=' + urlParams.get("notCategoryId") : ''; 117 var timezone = this.timeZone ? '&t imezone=' + this.timeZone : '';117 var timezone = this.timeZone ? '&tzBrowser=' + this.timeZone : ''; 118 118 var priv = wpData.headers.loggedIn === true ? '&isPrivate=true' : ''; 119 119 var url = wpData.eaUrl + '/api/Calendar/?startDate=' + fetchInfo.start.toISOString() + '&endDate=' + fetchInfo.end.toISOString() +
Note: See TracChangeset
for help on using the changeset viewer.