Changeset 1999407
- Timestamp:
- 12/21/2018 05:25:47 AM (7 years ago)
- File:
-
- 1 edited
-
ultimate-wp-rest/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-wp-rest/trunk/readme.txt
r1943420 r1999407 36 36 1. Upload `Ultimate_WP_REST_API` to the `/wp-content/plugins/` directory 37 37 2. Activate the plugin through the 'Plugins' menu in WordPress 38 3. Add this block code to your .htaccess file at Wordpress site root folder 39 RewriteCond %{HTTP:Authorization} ^(.*) 40 RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] 38 41 39 42 == Frequently Asked Questions == … … 51 54 52 55 == Changelog == 53 = 1.2.6 = 56 = 1.2.8 = 57 * Fix minor bug 58 * Update installation guideline 59 = 1.2.7 = 54 60 * Add API settings/option (GET) 55 61 * /settings/option?name=[option_name]
Note: See TracChangeset
for help on using the changeset viewer.