Changeset 2059311
- Timestamp:
- 03/28/2019 11:06:27 PM (7 years ago)
- Location:
- twitter/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
src/Twitter/WordPress/PluginLoader.php (modified) (1 diff)
-
twitter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitter/trunk/readme.txt
r1960937 r2059311 1 1 === Plugin Name === 2 2 Contributors: 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 ads3 Tags: twitter, embedded tweet, embedded timeline, twitter profile, twitter list, twitter moment, twitter video, periscope, twitter cards, tweet button, follow button, twitter analytics, twitter ads 4 4 Requires at least: 4.7 5 Tested up to: 5. 06 Stable tag: 2.0. 35 Tested up to: 5.1 6 Stable tag: 2.0.4 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 20 20 21 21 * [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")23 22 * [profile timeline](https://github.com/twitter/wordpress/wiki/Embedded-Profile-Timeline "Twitter embedded profile timeline") 24 23 * [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")26 24 * [collection](https://github.com/twitter/wordpress/wiki/Embedded-Collection-Timeline "Twitter embedded collection") 27 25 * [Moment](https://github.com/twitter/wordpress/wiki/Moments "Twitter embedded Moment") … … 72 70 73 71 == 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 74 76 = 2.0.3 = 75 77 * Add support for WordPress 5.0 -
twitter/trunk/src/Twitter/WordPress/PluginLoader.php
r1960937 r2059311 42 42 * @type string 43 43 */ 44 const VERSION = '2.0. 3';44 const VERSION = '2.0.4'; 45 45 46 46 /** -
twitter/trunk/twitter.php
r1960937 r2059311 25 25 /** 26 26 * @package twitter 27 * @version 2.0. 327 * @version 2.0.4 28 28 */ 29 29 /* … … 31 31 Plugin URI: https://wordpress.org/plugins/twitter/ 32 32 Description: Official Twitter plugin for WordPress. Embed Twitter content and grow your audience on Twitter. Requires PHP 5.4 or greater. 33 Version: 2.0. 333 Version: 2.0.4 34 34 Author: Twitter 35 35 Author URI: https://dev.twitter.com/
Note: See TracChangeset
for help on using the changeset viewer.