Plugin Directory

Changeset 1925331


Ignore:
Timestamp:
08/15/2018 04:26:55 PM (8 years ago)
Author:
egany
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ultimate-wp-rest/trunk/readme.txt

    r1925325 r1925331  
    33Donate link: https://reactaz.com
    44Tags: wordpress, rest api, menus api, mobile app, jwt
    5 Requires at least: 4.9
     5Requires at least: 4.7
    66Tested up to: 4.9.8
    7 Requires PHP: 5.7
     7Requires PHP: 7.1
    88Stable tag: trunk
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111 
    12 Enchanced WordPress RESTful API, extend the WordPress default APIs without installing multiple plugins for additional APIs
     12Enhanced WordPress RESTful API, extend the WordPress default APIs without installing multiple plugins for additional APIs
    1313 
    1414== Description ==
     
    1717
    1818All the API is tested and used in the apps of EGANY, you can take a look at [EGANY](https://codecanyon.net/user/egany_com/portfolio "EGANY.COM")
    19 Titles are optional, naturally.
     19
    2020 
    2121* Menus WP API: Adding menus endpoints on WP REST API / Extends WordPress WP REST API with new routes pointing to WordPress menus.
    2222* Better REST API Featured Images: Adds a top-level field with featured image data including available sizes and URLs to the post object returned by the REST API.
    23 * User WP API: Adding user endpoints on WP REST API. If you wish to ‘Register User’ or ‘Retrieve Password’ using REST API, without exposing Administrator credentials to the Front End application, you are at the right place. Since WordPress 4.7, REST API was natively included in WordPress.
     23* User WP API: Adding user endpoints on WP REST API. If you wish to Register User or Retrieve Password using REST API, without exposing Administrator credentials to the Front End application, you are at the right place. Since WordPress 4.7, REST API was natively included in WordPress.
    2424* Caching WP API: FileStorage, MemoryStorage
    2525* Authentication: auth by account and by JWT
Note: See TracChangeset for help on using the changeset viewer.