Plugin Directory

Changeset 2473271


Ignore:
Timestamp:
02/11/2021 05:46:11 PM (5 years ago)
Author:
rveitch
Message:

Updating plugin 3.3.3

Location:
coschedule-by-todaymade
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • coschedule-by-todaymade/trunk/plugin_setup.php

    r2466625 r2473271  
    7474  // NOTE: ajaxurl is a global variable that points to admin-ajax.php
    7575  /* global ajaxurl */
    76   window.onload = () => {
     76  window.addEventListener('load', () => {
    7777    const APP_URL = 'https://app.coschedule.com';
    7878
     
    215215
    216216    document.querySelector('.iframe-container').appendChild(iframe);
    217   }
     217  });
    218218</script>
  • coschedule-by-todaymade/trunk/readme.txt

    r2466625 r2473271  
    55Requires at least: 3.5
    66Tested up to: 5.6
    7 Stable tag: 3.3.2
     7Stable tag: 3.3.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797
    9898== Changelog ==
     99
     100= 3.3.3 =
     101* Improve plugin activation compatibility.
    99102
    100103= 3.3.2 =
     
    369372== Upgrade Notice ==
    370373
     374= 3.3.3 =
     375* Improve plugin activation compatibility.
     376
    371377= 3.3.2 =
    372378* New plugin activation flow.
  • coschedule-by-todaymade/trunk/tm-scheduler.php

    r2466625 r2473271  
    33Plugin Name: CoSchedule
    44Description: Plan, organize, and execute every content marketing project in one place with CoSchedule, an all-in-one content marketing editorial calendar solution.
    5 Version: 3.3.2
     5Version: 3.3.3
    66Author: CoSchedule
    77Author URI: http://coschedule.com/
     
    2424        private $app = "https://app.coschedule.com";
    2525        private $assets = "https://assets.coschedule.com";
    26         private $version = "3.3.2";
     26        private $version = "3.3.3";
    2727        private $build;
    2828        private $connected = false;
     
    4848
    4949            // Load variables
    50             $this->build                  = intval( "92" );
     50            $this->build                  = intval( "93" );
    5151            $this->token                  = get_option( 'tm_coschedule_token' );
    5252            $this->calendar_id            = get_option( 'tm_coschedule_calendar_id' );
Note: See TracChangeset for help on using the changeset viewer.