Changeset 1978413
- Timestamp:
- 11/21/2018 07:56:39 PM (7 years ago)
- Location:
- coschedule-by-todaymade
- Files:
-
- 7 added
- 2 edited
-
tags/3.2.4 (added)
-
tags/3.2.4/_access-denied.php (added)
-
tags/3.2.4/_missing-token.php (added)
-
tags/3.2.4/frame.php (added)
-
tags/3.2.4/plugin_setup.php (added)
-
tags/3.2.4/readme.txt (added)
-
tags/3.2.4/tm-scheduler.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tm-scheduler.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coschedule-by-todaymade/trunk/readme.txt
r1971681 r1978413 5 5 Requires at least: 3.5 6 6 Tested up to: 4.9.6 7 Stable tag: 3.2. 37 Stable tag: 3.2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 91 91 == Changelog == 92 = 3.2.4 = 93 * Fixes a minor PHP notification bug. 94 92 95 = 3.2.3 = 93 96 * Adds a new optional filter for external plugin compatibility of post content attachments when syncing … … 333 336 334 337 == Upgrade Notice == 338 = 3.2.4 = 339 * Fixes a minor PHP notification bug. 340 335 341 = 3.2.3 = 336 342 * Adds a new optional filter for external plugin compatibility of post content attachments when syncing -
coschedule-by-todaymade/trunk/tm-scheduler.php
r1971681 r1978413 3 3 Plugin Name: CoSchedule 4 4 Description: 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. 35 Version: 3.2.4 6 6 Author: CoSchedule 7 7 Author URI: http://coschedule.com/ … … 24 24 private $app = "https://app.coschedule.com"; 25 25 private $assets = "https://assets.coschedule.com"; 26 private $version = "3.2. 3";26 private $version = "3.2.4"; 27 27 private $build; 28 28 private $connected = false; … … 48 48 49 49 // Load variables 50 $this->build = intval( "8 3" );50 $this->build = intval( "84" ); 51 51 $this->token = get_option( 'tm_coschedule_token' ); 52 52 $this->calendar_id = get_option( 'tm_coschedule_calendar_id' ); … … 304 304 // Check if connected 305 305 if ( true === $this->connected ) { 306 $redirect = 'schedule'; 306 307 include( plugin_dir_path( __FILE__ ) . 'frame.php' ); 307 308 } else {
Note: See TracChangeset
for help on using the changeset viewer.