Skip to content

Commit

Permalink
bump version numbers and add to changelog for 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn committed Feb 27, 2013
1 parent f57c82e commit 79be38c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Social supports the [Lazy Load plugin](http://wordpress.org/extend/plugins/lazy-

## Upgrade Notice

**2.8**

This version will fix issues related to aggregating tweets with search.

**2.7**

Make sure to upgrade ASAP. This release includes a pointer to the new Social proxy URL (the old URL will stop working on Jan 15th).
Expand All @@ -276,8 +280,9 @@ This version fixes several bugs and may help with HostGator's weird server "secu

## Changelog

**develop**
**2.8**

* Change Twitter search endpoint to use v1.1
* Remove warnings related to broadcasting to no accounts

**2.7**
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: crowdfavorite, alexkingorg
Tags: comments, facebook, twitter, social, broadcast, import, integrate, integration
Requires at least: 3.3
Tested up to: 3.5
Stable tag: 2.7
Tested up to: 3.5.1
Stable tag: 2.8
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -268,6 +268,9 @@ Both Social and Disqus try to replace the default WordPress comment experience b

== Upgrade Notice ==

= 2.8 =
This version will fix issues related to aggregating tweets with search.

= 2.7 =
Make sure to upgrade ASAP. This release includes a pointer to the new Social proxy URL (the old URL will stop working on Jan 15th).

Expand All @@ -276,6 +279,10 @@ This version fixes several bugs and may help with HostGator's weird server "secu

== Changelog ==

= 2.8 =
* Change Twitter search endpoint to use v1.1
* Remove warnings related to broadcasting to no accounts

= 2.7 =
* New Social proxy endpoint (the old one will go away on Jan 15th)
* Separate setting for fetching social comments and WP Cron integration (used in Twitter Tools)
Expand Down
4 changes: 2 additions & 2 deletions social.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Social
Plugin URI: http://mailchimp.com/social-plugin-for-wordpress/
Description: Broadcast newly published posts and pull in discussions using integrations with Twitter and Facebook. Brought to you by <a href="http://mailchimp.com">MailChimp</a>.
Version: 2.7
Version: 2.8
Author: Crowd Favorite
Author URI: http://crowdfavorite.com/
*/
Expand All @@ -25,7 +25,7 @@ final class Social {
/**
* @var string version number
*/
public static $version = '2.7';
public static $version = '2.8';

/**
* @var string CRON lock directory.
Expand Down

0 comments on commit 79be38c

Please sign in to comment.