Plugin Directory

Changeset 1835594


Ignore:
Timestamp:
03/07/2018 06:11:56 PM (8 years ago)
Author:
rveitch
Message:

Updating plugin 3.0.4

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

Legend:

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

    r1835564 r1835594  
    55Requires at least: 3.5
    66Tested up to: 4.9.4
    7 Stable tag: 3.0.3
     7Stable tag: 3.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== 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.
    9290
    9391== Changelog ==
     92= 3.0.4 =
     93* Updated readme and screenshots
     94
    9495= 3.0.3 =
    9596* Fixes a potential issue with image urls synced to CoSchedule on multisite networks that use relative urls
     
    311312
    312313== Upgrade Notice ==
     314= 3.0.4 =
     315* Updated readme and screenshots
    313316
    314317= 3.0.3 =
  • coschedule-by-todaymade/trunk/tm-scheduler.php

    r1835564 r1835594  
    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.0.3
     5Version: 3.0.4
    66Author: CoSchedule
    77Author URI: http://coschedule.com/
     
    2323        private $app = "https://app.coschedule.com";
    2424        private $assets = "https://d2lbmhk9kvi6z5.cloudfront.net";
    25         private $version = "3.0.3";
     25        private $version = "3.0.4";
    2626        private $build;
    2727        private $connected = false;
     
    4747
    4848            // Load variables
    49             $this->build                  = intval( "75" );
     49            $this->build                  = intval( "76" );
    5050            $this->token                  = get_option( 'tm_coschedule_token' );
    5151            $this->calendar_id            = get_option( 'tm_coschedule_calendar_id' );
Note: See TracChangeset for help on using the changeset viewer.