Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niallkennedy committed Feb 6, 2017
1 parent 9851b98 commit 26cfb87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Twitter plugin for WordPress optimizes your website for a Twitter audience t

The Twitter plugin for WordPress requires PHP 5.4 or greater to take advantage of [traits](http://php.net/manual/language.oop5.traits.php), [late static bindings](http://php.net/manual/language.oop5.late-static-bindings.php) for extensibility, [namespaces](http://php.net/manual/language.namespaces.rationale.php), and Twitter libraries. Embedded Tweets require a server capable of communicating with Twitter's servers over TLS/SSL; the [cURL library](http://php.net/manual/book.curl.php) typically works best.

Current version: `1.5.0`
Current version: `2.0.0`

[![Build Status](https://travis-ci.org/twitter/wordpress.svg)](https://travis-ci.org/twitter/wordpress)

Expand Down
4 changes: 2 additions & 2 deletions twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
*/
/**
* @package twitter
* @version 1.5.0
* @version 2.0.0
*/
/*
Plugin Name: Twitter
Plugin URI: http://wordpress.org/plugins/twitter/
Description: Official Twitter plugin for WordPress. Embed Twitter content and grow your audience on Twitter. Requires PHP 5.4 or greater.
Version: 1.5.0
Version: 2.0.0
Author: Twitter
Author URI: https://dev.twitter.com/
License: MIT
Expand Down

0 comments on commit 26cfb87

Please sign in to comment.