Plugin Directory

Changeset 1978413


Ignore:
Timestamp:
11/21/2018 07:56:39 PM (7 years ago)
Author:
rveitch
Message:

Updating plugin 3.2.4

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

Legend:

Unmodified
Added
Removed
  • coschedule-by-todaymade/trunk/readme.txt

    r1971681 r1978413  
    55Requires at least: 3.5
    66Tested up to: 4.9.6
    7 Stable tag: 3.2.3
     7Stable tag: 3.2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 3.2.4 =
     93* Fixes a minor PHP notification bug.
     94
    9295= 3.2.3 =
    9396* Adds a new optional filter for external plugin compatibility of post content attachments when syncing
     
    333336
    334337== Upgrade Notice ==
     338= 3.2.4 =
     339* Fixes a minor PHP notification bug.
     340
    335341= 3.2.3 =
    336342* Adds a new optional filter for external plugin compatibility of post content attachments when syncing
  • coschedule-by-todaymade/trunk/tm-scheduler.php

    r1971681 r1978413  
    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.2.3
     5Version: 3.2.4
    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.2.3";
     26        private $version = "3.2.4";
    2727        private $build;
    2828        private $connected = false;
     
    4848
    4949            // Load variables
    50             $this->build                  = intval( "83" );
     50            $this->build                  = intval( "84" );
    5151            $this->token                  = get_option( 'tm_coschedule_token' );
    5252            $this->calendar_id            = get_option( 'tm_coschedule_calendar_id' );
     
    304304            // Check if connected
    305305            if ( true === $this->connected ) {
     306                $redirect = 'schedule';
    306307                include( plugin_dir_path( __FILE__ ) . 'frame.php' );
    307308            } else {
Note: See TracChangeset for help on using the changeset viewer.