This repository was archived by the owner on Dec 6, 2019. It is now read-only.
Releases: olivierbon/Placid
Releases · olivierbon/Placid
Fixes cache id error
1.8.122 Merge branch 'master' of https://github.com/alecritson/Placid
Additions
You can now add dynamic segments to your request urls
Fixes
Correct misnamed $token variable in Placid_RequestService (thanks Jonathan)
Maintenance and additions
Additions
- You can now force Basic Auth tokens to go through the query string
Maintenance
- [Improved] Changes to Placid UI for better integration to Craft 2.* and better usability
- [Improved] Refactored some of Placids code base
Bug fixes
- [Fixed] Response for custom widgets was empty, this is now updated inline with previous update. You need to reference the response as
response.data
in your templates - [Fixed] Fixed issue with retrieving access token
Added `Placid_ResponseVariable`
- [Added] Responses now return an instance of
Placid_ResponseVariable
- [Changes] Changes for Craft 2.5
Fixes
Fixed an issue with the $provider->getToken() method doesn't exist
error- Cache was broken (sorry) but it's fixed now!
Fixes cache issue with POST requests
1.6.16 Fixes cache issue for POST requests
Fixes issues with multiple OAuth requests
If you tried to use more than one craft.placid.request
tag on a template using OAuth with two different providers you might find the wrong access token being applied. This should now be resolved.
Fixes issue with contentType check
Missed an extra =
.... whoops ...