Skip to content

Commit 114f18c

Browse files
authored
Update readme and versions (#227)
* Update readme and versions * Apply suggestions from code review
1 parent cd68b09 commit 114f18c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

bin/readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
=== WordPress REST API - OAuth 1.0a Server ===
2-
Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle
2+
Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle, spacedmonkey
33
Tags: json, rest, api, rest-api
44
Requires at least: 4.4
5-
Tested up to: 4.7-alpha
5+
Requires PHP: 5.4
6+
Tested up to: 6.4
67
Stable tag: {{TAG}}
78
License: GPLv2 or later
89
License URI: http://www.gnu.org/licenses/gpl-2.0.html

oauth-server.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
/**
33
* Plugin Name: WP REST API - OAuth 1.0a Server
44
* Description: Authenticate with your site via OAuth 1.0a
5-
* Version: 0.3.0
5+
* Version: 0.4.0
6+
* Requires at least: 4.4
7+
* Requires PHP: 5.4
68
* Author: WP REST API Team
79
* Author URI: http://wp-api.org/
10+
* License: GPL v2 or later
11+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
12+
* Plugin URI: https://oauth1.wp-api.org/
813
*
914
* Hello adventurer, and welcome to the OAuth Server codebase!
1015
*

0 commit comments

Comments
 (0)