Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petenelson committed Feb 15, 2017
1 parent 792082d commit 6916478
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate link:** https://github.com/petenelson/wp-rest-api-log
**Requires at least:** 4.4
**Tested up to:** 4.7
**Stable tag:** 1.5.0
**Stable tag:** 1.5.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -43,6 +43,9 @@ Roadmap

## Changelog ##

### v1.5.1 February 15, 2017 ###
* Removed hidden custom taxonomies from the navigation menu admin (props [phh](https://github.com/phh) for the pull request).

### v1.5.0 February 2, 2017 ###
* Added logging for the user making the request (props [drsdre](https://github.com/drsdre) for the pull request).
* Added Settings and Log links from the Plugins page.
Expand Down Expand Up @@ -89,6 +92,9 @@ Roadmap

## Upgrade Notice ##

### v1.5.1 February 15, 2017 ###
* Removed hidden custom taxonomies from the navigation menu admin (props [phh](https://github.com/phh) for the pull request).

### v1.5.0 February 2, 2017 ###
* Added logging for the user making the request (props [drsdre](https://github.com/drsdre) for the pull request).
* Added Settings and Log links from the Plugins page.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: wp rest api, rest api, wp api, api, json, json api, log, logging, elasticp
Donate link: https://github.com/petenelson/wp-rest-api-log
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -39,6 +39,9 @@ Roadmap

== Changelog ==

= v1.5.1 February 15, 2017 =
* Removed hidden custom taxonomies from the navigation menu admin (props [phh](https://github.com/phh) for the pull request).

= v1.5.0 February 2, 2017 =
* Added logging for the user making the request (props [drsdre](https://github.com/drsdre) for the pull request).
* Added Settings and Log links from the Plugins page.
Expand Down Expand Up @@ -85,6 +88,9 @@ Roadmap

== Upgrade Notice ==

= v1.5.1 February 15, 2017 =
* Removed hidden custom taxonomies from the navigation menu admin (props [phh](https://github.com/phh) for the pull request).

= v1.5.0 February 2, 2017 =
* Added logging for the user making the request (props [drsdre](https://github.com/drsdre) for the pull request).
* Added Settings and Log links from the Plugins page.
Expand Down
2 changes: 1 addition & 1 deletion wp-rest-api-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: REST API Log
* Description: Logs requests and responses for the REST API
* Author: Pete Nelson
* Version: 1.5.0
* Version: 1.5.1
* Plugin URI: https://github.com/petenelson/wp-rest-api-log
* Text Domain: wp-rest-api-log
* Domain Path: /languages
Expand Down

0 comments on commit 6916478

Please sign in to comment.