Plugin Directory

Changeset 3035915


Ignore:
Timestamp:
02/14/2024 10:59:18 PM (2 years ago)
Author:
aldeng
Message:

4.6.2

Location:
event-agent/trunk
Files:
3 edited

Legend:

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

    r3035307 r3035915  
    99Requires at least: 4.6
    1010Tested up to:      6.4
    11 Stable tag:        4.6.1
    12 Version:           4.6.1
     11Stable tag:        4.6.2
     12Version:           4.6.2
    1313License:           GPLv2 or later
    1414License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • event-agent/trunk/event-agent.php

    r3035307 r3035915  
    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:           4.6.1
     13 * Version:           4.6.2
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.0
     
    2525}
    2626
    27 define( 'EVENT_AGENT_VERSION', '4.6.1' );
     27define( 'EVENT_AGENT_VERSION', '4.6.2' );
    2828
    2929require_once dirname(__FILE__).'/includes/activate.php';
  • event-agent/trunk/public/js/calendar-vue.js

    r3032376 r3035915  
    115115                            urlParams.has("categoryId") ? '&categoryId=' + urlParams.get("categoryId") : '';
    116116                        var notCategory = urlParams.has("notCategoryId") ? '&notCategoryId=' + urlParams.get("notCategoryId") : '';
    117                         var timezone = this.timeZone ? '&timezone=' + this.timeZone : '';
     117                        var timezone = this.timeZone ? '&tzBrowser=' + this.timeZone : '';
    118118                        var priv = wpData.headers.loggedIn === true ? '&isPrivate=true' : '';
    119119                        var url = wpData.eaUrl + '/api/Calendar/?startDate=' + fetchInfo.start.toISOString() + '&endDate=' + fetchInfo.end.toISOString() +
Note: See TracChangeset for help on using the changeset viewer.