Skip to content

Commit

Permalink
update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mospaw committed Nov 4, 2014
1 parent 13e4e28 commit f407a38
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 21 deletions.
41 changes: 28 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Social #
**Contributors:** crowdfavorite, alexkingorg
**Tags:** comments, facebook, twitter, social, broadcast, import, integrate, integration
**Requires at least:** 3.8
**Tested up to:** 3.8
**Stable tag:** 2.11
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** crowdfavorite, alexkingorg
**Tags:** comments, facebook, twitter, social, broadcast, import, integrate, integration
**Requires at least:** 3.8
**Tested up to:** 4.0
**Stable tag:** 3.0
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html


Broadcast posts to Twitter and/or Facebook, pull in reactions from each (replies, retweets, comments, "likes") as comments, and allow commenters to log in with their Twitter/Facebook identities.

Expand Down Expand Up @@ -274,19 +275,23 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN
## Screenshots ##

###1. Allow your visitors to leave a comment as their Facebook or Twitter identities###
[missing image]
![Allow your visitors to leave a comment as their Facebook or Twitter identities
](https://s.w.org/plugins/social/screenshot-1.png)


###2. Social settings screen to connect accounts, set up default broadcast settings and more###
[missing image]
![Social settings screen to connect accounts, set up default broadcast settings and more
](https://s.w.org/plugins/social/screenshot-2.png)


###3. Post edit screen settings: broadcast the post, manually import comments, view a log of imported items###
[missing image]
![Post edit screen settings: broadcast the post, manually import comments, view a log of imported items
](https://s.w.org/plugins/social/screenshot-3.png)


###4. Send customized broadcasts to each social account###
[missing image]
![Send customized broadcasts to each social account
](https://s.w.org/plugins/social/screenshot-4.png)


###5. View of replies imported from Twitter as comments###
Expand All @@ -296,8 +301,9 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN

## Upgrade Notice ##

### 2.12 ###
* (fix) Change specific nonces behavior for WordPress 4.0 compatibility.
### 3.0 ###
* (fix) Change specific nonce behavior for WordPress 4.0 compatibility.
* Sync up `child_account_avatar()` declarations

### 2.11 ###
* (new) FAQ with link to plugin to update Twitter avatars for comments
Expand All @@ -315,6 +321,14 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN

## Changelog ##

### 3.0 ###
* (fix) Change specific nonce behavior for WordPress 4.0 compatibility.
* Sync up `child_account_avatar()` declarations
* (fix) Pull up to 500 comments from Facebook (thanks Andrew Ferguson)
* (fix) Correct wp-cron call to wp-admin/options-general.php
* (fix) Increase Facebook max_broadcast_length to 50,000 (from 420)
* (fix) Modify character counter to count linefeeds as two characters as required by HTML specification: http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4

### 2.11 ###
* (new) FAQ with link to plugin to update Twitter avatars for comments
* (fix) Update the information about Social's CRON actions
Expand Down Expand Up @@ -434,3 +448,4 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN

### 1.0 ###
* Initial release

18 changes: 10 additions & 8 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.8
Tested up to: 3.8
Stable tag: 2.11
Tested up to: 4.0
Stable tag: 3.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -286,12 +286,10 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN

== Upgrade Notice ==

= Dev =
= 3.0 =
* (fix) Change specific nonce behavior for WordPress 4.0 compatibility.
* Sync up `child_account_avatar()` declarations

= 2.12 =
* (fix) Change specific nonces behavior for WordPress 4.0 compatibility.

= 2.11 =
* (new) FAQ with link to plugin to update Twitter avatars for comments
* (fix) Update the information about Social's CRON actions
Expand All @@ -308,9 +306,13 @@ Much to the consternation of developers everywhere, Twitter provides direct CDN

== Changelog ==

= Dev =

= 3.0 =
* (fix) Change specific nonce behavior for WordPress 4.0 compatibility.
* Sync up `child_account_avatar()` declarations
* (fix) Pull up to 500 comments from Facebook (thanks Andrew Ferguson)
* (fix) Correct wp-cron call to wp-admin/options-general.php
* (fix) Increase Facebook max_broadcast_length to 50,000 (from 420)
* (fix) Modify character counter to count linefeeds as two characters as required by HTML specification: http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4

= 2.11 =
* (new) FAQ with link to plugin to update Twitter avatars for comments
Expand Down

0 comments on commit f407a38

Please sign in to comment.