Plugin Directory

Changeset 1999407


Ignore:
Timestamp:
12/21/2018 05:25:47 AM (7 years ago)
Author:
egany
Message:

v1.2.8

File:
1 edited

Legend:

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

    r1943420 r1999407  
    36361. Upload `Ultimate_WP_REST_API` to the `/wp-content/plugins/` directory
    37372. Activate the plugin through the 'Plugins' menu in WordPress
     383. Add this block code to your .htaccess file at Wordpress site root folder
     39RewriteCond %{HTTP:Authorization} ^(.*)
     40RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
    3841
    3942== Frequently Asked Questions ==
     
    5154 
    5255== Changelog ==
    53 = 1.2.6 =
     56= 1.2.8 =
     57* Fix minor bug
     58* Update installation guideline
     59= 1.2.7 =
    5460* Add API settings/option (GET)
    5561* /settings/option?name=[option_name]
Note: See TracChangeset for help on using the changeset viewer.