Plugin Directory

Changeset 2151129


Ignore:
Timestamp:
09/04/2019 06:43:15 PM (7 years ago)
Author:
rveitch
Message:

Updating plugin 3.2.9

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

Legend:

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

    r2150288 r2151129  
    55Requires at least: 3.5
    66Tested up to: 5.2.2
    7 Stable tag: 3.2.8
     7Stable tag: 3.2.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797
    9898== Changelog ==
     99= 3.2.9 =
     100* Removed an unused plugin action link filter
     101
    99102= 3.2.8 =
    100103* Removed a link to an unused settings page
     
    355358
    356359== Upgrade Notice ==
     360= 3.2.9 =
     361* Removed an unused plugin action link filter
     362
    357363= 3.2.8 =
    358364* Removed a link to an unused settings page
  • coschedule-by-todaymade/trunk/tm-scheduler.php

    r2150288 r2151129  
    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.2.8
     5Version: 3.2.9
    66Author: CoSchedule
    77Author URI: http://coschedule.com/
     
    2424        private $app = "https://app.coschedule.com";
    2525        private $assets = "https://assets.coschedule.com";
    26         private $version = "3.2.8";
     26        private $version = "3.2.9";
    2727        private $build;
    2828        private $connected = false;
     
    4848
    4949            // Load variables
    50             $this->build                  = intval( "88" );
     50            $this->build                  = intval( "89" );
    5151            $this->token                  = get_option( 'tm_coschedule_token' );
    5252            $this->calendar_id            = get_option( 'tm_coschedule_calendar_id' );
     
    215215            add_action( 'admin_menu', array( $this, 'admin_submenu_new_window_items' ) );
    216216            add_action( 'admin_menu', array( $this, 'admin_submenu_new_window_items_jquery' ) );
    217 
    218             // Add settings link to plugins listing page
    219             add_filter( 'plugin_action_links', array( $this, 'plugin_settings_link' ), 2, 2 );
    220217
    221218            // Add check for activation redirection
Note: See TracChangeset for help on using the changeset viewer.