Changeset 1835594
- Timestamp:
- 03/07/2018 06:11:56 PM (8 years ago)
- Location:
- coschedule-by-todaymade
- Files:
-
- 7 added
- 3 deleted
- 2 edited
-
assets/screenshot-3.png (deleted)
-
assets/screenshot-4.png (deleted)
-
assets/screenshot-5.png (deleted)
-
tags/3.0.4 (added)
-
tags/3.0.4/_access-denied.html (added)
-
tags/3.0.4/_missing-token.html (added)
-
tags/3.0.4/frame.php (added)
-
tags/3.0.4/plugin_setup.php (added)
-
tags/3.0.4/readme.txt (added)
-
tags/3.0.4/tm-scheduler.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tm-scheduler.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coschedule-by-todaymade/trunk/readme.txt
r1835564 r1835594 5 5 Requires at least: 3.5 6 6 Tested up to: 4.9.4 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 89 89 == Screenshots == 90 1. **Social Media Scheduling Without Stress**: Build the perfect social schedule directly in your calendar. Stop wasting time jumping from one tool to the next -- keep your social + content in one place.91 2. **See Your Entire Marketing Schedule At A Glance**: Create a unified workflow for every project with CoSchedule's drag + drop calendar. Sync your teams inside a collaborative, cross-functional calendar for social, content, email, events, and more.92 90 93 91 == Changelog == 92 = 3.0.4 = 93 * Updated readme and screenshots 94 94 95 = 3.0.3 = 95 96 * Fixes a potential issue with image urls synced to CoSchedule on multisite networks that use relative urls … … 311 312 312 313 == Upgrade Notice == 314 = 3.0.4 = 315 * Updated readme and screenshots 313 316 314 317 = 3.0.3 = -
coschedule-by-todaymade/trunk/tm-scheduler.php
r1835564 r1835594 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.0. 35 Version: 3.0.4 6 6 Author: CoSchedule 7 7 Author URI: http://coschedule.com/ … … 23 23 private $app = "https://app.coschedule.com"; 24 24 private $assets = "https://d2lbmhk9kvi6z5.cloudfront.net"; 25 private $version = "3.0. 3";25 private $version = "3.0.4"; 26 26 private $build; 27 27 private $connected = false; … … 47 47 48 48 // Load variables 49 $this->build = intval( "7 5" );49 $this->build = intval( "76" ); 50 50 $this->token = get_option( 'tm_coschedule_token' ); 51 51 $this->calendar_id = get_option( 'tm_coschedule_calendar_id' );
Note: See TracChangeset
for help on using the changeset viewer.