Skip to content

Commit 1f142fe

Browse files
committed
Update readme and bump version
1 parent 3a9aa44 commit 1f142fe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ You can then use this object to retrieve the authentication request URL, or if y
4848

4949
## Changelog
5050

51+
### 0.2.1
52+
* Bug fix: Fix the order of checks in the reset_connection method to ensure the delete_stored_error method is always called.
53+
5154
### 0.2.0
5255
* Complete rewrite. Breaks backwards-compatibility, but previous version will not work with the newest version of the [WordPress OAuth](https://github.com/WP-API/OAuth1) plugin. Please review the [WP-API Authentication documentation](http://v2.wp-api.org/guide/authentication/#oauth-authentication).
5356

wds-wp-rest-api-connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Justin Sternberg <justin@webdevstudios.com>
2626
* @package Connect
27-
* @version 0.2.0
27+
* @version 0.2.1
2828
*/
2929
class Connect {
3030

0 commit comments

Comments
 (0)