Changeset 2567616
- Timestamp:
- 07/19/2021 08:17:26 PM (5 years ago)
- Location:
- coschedule-by-todaymade
- Files:
-
- 7 added
- 4 edited
-
tags/3.3.4 (added)
-
tags/3.3.4/_access-denied.php (added)
-
tags/3.3.4/_missing-token.php (added)
-
tags/3.3.4/frame.php (added)
-
tags/3.3.4/plugin_setup.php (added)
-
tags/3.3.4/readme.txt (added)
-
tags/3.3.4/tm-scheduler.php (added)
-
trunk/_access-denied.php (modified) (1 diff)
-
trunk/_missing-token.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tm-scheduler.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coschedule-by-todaymade/trunk/_access-denied.php
r2466625 r2567616 2 2 <div class="coschedule aj-window-height"> 3 3 <div class="cos-welcome-wrapper calendar-bg container-fluid"> 4 <div class=" row-fluid">5 <div class=" span8 offset2">4 <div class="display-flex justify-content-center"> 5 <div class="width-75"> 6 6 <div class="cos-plugin-wrapper"> 7 7 <div class="cos-plugin-inner"> -
coschedule-by-todaymade/trunk/_missing-token.php
r2430575 r2567616 2 2 <div class="coschedule aj-window-height"> 3 3 <div class="cos-welcome-wrapper calendar-bg container-fluid"> 4 <div class=" row-fluid">5 <div class=" span8 offset2">4 <div class="display-flex justify-content-center"> 5 <div class="width-75"> 6 6 <div class="cos-plugin-wrapper"> 7 7 <div class="cos-plugin-inner"> -
coschedule-by-todaymade/trunk/readme.txt
r2473271 r2567616 4 4 Tags: Content marketing calendar, drag and drop editorial calendar plugin, social media scheduling, editorial calendar plugin, content marketing, social automation tool, pinterest integration, schedule facebook posts, schedule to twitter, social media, tumblr, schedule posts to Linkedin, Google Analytics, social media analytics, Google Docs integration, Evernote integration, Click to Tweet 5 5 Requires at least: 3.5 6 Tested up to: 5. 67 Stable tag: 3.3. 36 Tested up to: 5.8 7 Stable tag: 3.3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 97 97 98 98 == Changelog == 99 100 = 3.3.4 = 101 * Updated tested up to WordPress core v5.8 99 102 100 103 = 3.3.3 = … … 372 375 == Upgrade Notice == 373 376 377 = 3.3.4 = 378 * Updated tested up to WordPress core v5.8 379 374 380 = 3.3.3 = 375 381 * Improve plugin activation compatibility. -
coschedule-by-todaymade/trunk/tm-scheduler.php
r2473271 r2567616 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.3. 35 Version: 3.3.4 6 6 Author: CoSchedule 7 7 Author URI: http://coschedule.com/ 8 8 Plugin URI: http://coschedule.com/ 9 Requires at least: 3.5 9 10 */ 10 11 … … 24 25 private $app = "https://app.coschedule.com"; 25 26 private $assets = "https://assets.coschedule.com"; 26 private $version = "3.3. 3";27 private $version = "3.3.4"; 27 28 private $build; 28 29 private $connected = false; … … 48 49 49 50 // Load variables 50 $this->build = intval( "9 3" );51 $this->build = intval( "94" ); 51 52 $this->token = get_option( 'tm_coschedule_token' ); 52 53 $this->calendar_id = get_option( 'tm_coschedule_calendar_id' );
Note: See TracChangeset
for help on using the changeset viewer.