Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more filters, improved documentation #3

Merged
merged 2 commits into from
Jul 14, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ function twitterwp_example_test() {

#### Changelog

* 1.1.0
* added filters for every url: tweets_url(), list_tweets_url(), favorites_url(), user_url()
* added consistent filter for search_url()
* fixed get_user() filter for header args
* updated inline documentation

* 1.0.3
* get_favorite_tweets() Get a number of a user's favorite tweets
* favorites_url() Request url for retrieving a user's favorite tweets
Expand Down