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

Update readme and versions #227

Merged
merged 2 commits into from
Nov 24, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bin/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
=== WordPress REST API - OAuth 1.0a Server ===
Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle
Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle, spacedmonkey
Tags: json, rest, api, rest-api
Requires at least: 4.4
Tested up to: 4.7-alpha
Requires PHP: 5.4
Tested up to: 6.4
Stable tag: {{TAG}}
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
7 changes: 6 additions & 1 deletion oauth-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
/**
* Plugin Name: WP REST API - OAuth 1.0a Server
* Description: Authenticate with your site via OAuth 1.0a
* Version: 0.3.0
* Version: 0.4.0
* Requires at least: 4.4
* Requires PHP: 5.4
* Author: WP REST API Team
* Author URI: http://wp-api.org/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Plugin URI: https://oauth1.wp-api.org/
*
* Hello adventurer, and welcome to the OAuth Server codebase!
*
Expand Down
Loading