Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Releases: olivierbon/Placid

Fixes cache id error

16 Jun 20:38
Compare
Choose a tag to compare
1.8.122

Merge branch 'master' of https://github.com/alecritson/Placid

Additions

18 May 10:43
Compare
Choose a tag to compare

You can now add dynamic segments to your request urls

Fixes

18 May 10:07
Compare
Choose a tag to compare

Correct misnamed $token variable in Placid_RequestService (thanks Jonathan)

Maintenance and additions

28 Apr 09:49
Compare
Choose a tag to compare

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

30 Mar 20:11
Compare
Choose a tag to compare
  • [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`

13 Feb 18:55
Compare
Choose a tag to compare
  • [Added] Responses now return an instance of Placid_ResponseVariable
  • [Changes] Changes for Craft 2.5

Fixes

07 Jan 14:28
Compare
Choose a tag to compare
  • 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

11 Dec 16:27
Compare
Choose a tag to compare
1.6.16

Fixes cache issue for POST requests

Fixes issues with multiple OAuth requests

29 Oct 12:04
Compare
Choose a tag to compare

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

28 Oct 11:03
Compare
Choose a tag to compare

Missed an extra = .... whoops ...