Plugin Directory

Changeset 2911841


Ignore:
Timestamp:
05/13/2023 12:34:24 AM (3 years ago)
Author:
Turn2honey
Message:

Pushed version 3.4

Location:
embed-calendly-scheduling
Files:
51 added
2 edited

Legend:

Unmodified
Added
Removed
  • embed-calendly-scheduling/trunk/embed-calendly-scheduling.php

    r2902785 r2911841  
    66 * Author: Embed Calendly, Shycoder
    77 * Author URI: https://embedcalendly.com/
    8  * Version: 3.3
     8 * Version: 3.4
    99 * License: GPLv2 or later
    1010 */
     
    2222include_once(EMCS_EVENT_TYPES . 'event-types-dashboard.php');
    2323include_once(EMCS_INCLUDES . 'widget-customizer/customizer.php');
    24 include_once(EMCS_INCLUDES . 'promotions.php');
    2524
    2625register_activation_hook(__FILE__, 'EMCS_Admin::on_activation');
     
    6059add_action('admin_init', 'EMCS_Admin::display_notices');
    6160add_action('admin_init', 'EMCS_Admin::dismiss_notice_listener', 5);
    62 add_action('admin_init', 'EMCS_Promotions::init');
  • embed-calendly-scheduling/trunk/readme.txt

    r2902785 r2911841  
    55Requires at least: 4.0
    66Tested up to: 6.2.0
    7 Stable tag: 3.3
     7Stable tag: 3.4
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.