Plugin Directory

Changeset 2567616


Ignore:
Timestamp:
07/19/2021 08:17:26 PM (5 years ago)
Author:
rveitch
Message:

Updating plugin 3.3.4

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

Legend:

Unmodified
Added
Removed
  • coschedule-by-todaymade/trunk/_access-denied.php

    r2466625 r2567616  
    22<div class="coschedule aj-window-height">
    33    <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">
    66                <div class="cos-plugin-wrapper">
    77                    <div class="cos-plugin-inner">
  • coschedule-by-todaymade/trunk/_missing-token.php

    r2430575 r2567616  
    22<div class="coschedule aj-window-height">
    33    <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">
    66                <div class="cos-plugin-wrapper">
    77                    <div class="cos-plugin-inner">
  • coschedule-by-todaymade/trunk/readme.txt

    r2473271 r2567616  
    44Tags: 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
    55Requires at least: 3.5
    6 Tested up to: 5.6
    7 Stable tag: 3.3.3
     6Tested up to: 5.8
     7Stable tag: 3.3.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797
    9898== Changelog ==
     99
     100= 3.3.4 =
     101* Updated tested up to WordPress core v5.8
    99102
    100103= 3.3.3 =
     
    372375== Upgrade Notice ==
    373376
     377= 3.3.4 =
     378* Updated tested up to WordPress core v5.8
     379
    374380= 3.3.3 =
    375381* Improve plugin activation compatibility.
  • coschedule-by-todaymade/trunk/tm-scheduler.php

    r2473271 r2567616  
    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.3.3
     5Version: 3.3.4
    66Author: CoSchedule
    77Author URI: http://coschedule.com/
    88Plugin URI: http://coschedule.com/
     9Requires at least: 3.5
    910*/
    1011
     
    2425        private $app = "https://app.coschedule.com";
    2526        private $assets = "https://assets.coschedule.com";
    26         private $version = "3.3.3";
     27        private $version = "3.3.4";
    2728        private $build;
    2829        private $connected = false;
     
    4849
    4950            // Load variables
    50             $this->build                  = intval( "93" );
     51            $this->build                  = intval( "94" );
    5152            $this->token                  = get_option( 'tm_coschedule_token' );
    5253            $this->calendar_id            = get_option( 'tm_coschedule_calendar_id' );
Note: See TracChangeset for help on using the changeset viewer.