Plugin Directory

Changeset 2059311


Ignore:
Timestamp:
03/28/2019 11:06:27 PM (7 years ago)
Author:
Twitter
Message:

version 2.0.4

Location:
twitter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • twitter/trunk/readme.txt

    r1960937 r2059311  
    11=== Plugin Name ===
    22Contributors: Twitter, niallkennedy, sobkowicz
    3 Tags: twitter, embedded tweet, embedded timeline, twitter profile, twitter list, twitter moment, twitter video, twitter grid, periscope, twitter cards, tweet button, follow button, twitter analytics, twitter ads
     3Tags: twitter, embedded tweet, embedded timeline, twitter profile, twitter list, twitter moment, twitter video, periscope, twitter cards, tweet button, follow button, twitter analytics, twitter ads
    44Requires at least: 4.7
    5 Tested up to: 5.0
    6 Stable tag: 2.0.3
     5Tested up to: 5.1
     6Stable tag: 2.0.4
    77License: MIT
    88License URI: https://opensource.org/licenses/MIT
     
    2020
    2121* [single Tweet](https://github.com/twitter/wordpress/wiki/Embedded-Tweet "single Tweet embed")
    22 * [single Tweet with video template](https://github.com/twitter/wordpress/wiki/Embedded-Video "single Tweet with video embed")
    2322* [profile timeline](https://github.com/twitter/wordpress/wiki/Embedded-Profile-Timeline "Twitter embedded profile timeline")
    2423* [list timeline](https://github.com/twitter/wordpress/wiki/Embedded-List-Timeline "Twitter embedded list timeline")
    25 * [search timeline](https://github.com/twitter/wordpress/wiki/Embedded-Search-Timeline "Twitter embedded search timeline")
    2624* [collection](https://github.com/twitter/wordpress/wiki/Embedded-Collection-Timeline "Twitter embedded collection")
    2725* [Moment](https://github.com/twitter/wordpress/wiki/Moments "Twitter embedded Moment")
     
    7270
    7371== Changelog ==
     72= 2.0.4 =
     73* Add support for WordPress 5.1
     74* Remove documentation on video widget, grid widget, and search timeline widget which have been deprecated.
     75
    7476= 2.0.3 =
    7577* Add support for WordPress 5.0
  • twitter/trunk/src/Twitter/WordPress/PluginLoader.php

    r1960937 r2059311  
    4242     * @type string
    4343     */
    44     const VERSION = '2.0.3';
     44    const VERSION = '2.0.4';
    4545
    4646    /**
  • twitter/trunk/twitter.php

    r1960937 r2059311  
    2525/**
    2626 * @package twitter
    27  * @version 2.0.3
     27 * @version 2.0.4
    2828 */
    2929/*
     
    3131Plugin URI:  https://wordpress.org/plugins/twitter/
    3232Description: Official Twitter plugin for WordPress. Embed Twitter content and grow your audience on Twitter. Requires PHP 5.4 or greater.
    33 Version:     2.0.3
     33Version:     2.0.4
    3434Author:      Twitter
    3535Author URI:  https://dev.twitter.com/
Note: See TracChangeset for help on using the changeset viewer.