Skip to content

Releases: Psiphon-Inc/psicash-widget

v2.2.0 - accounts

29 Jul 19:56
d96fbf6
Compare
Choose a tag to compare

Add PsiCash accounts support. Refactor Shopify code into this repo.

v2.1.6

31 Jul 22:11
4b83d25
Compare
Choose a tag to compare
Merge pull request #29 from Psiphon-Inc/metadata-expose

expose PsiCash params to page

v2.1.5

22 Jun 22:22
790b098
Compare
Choose a tag to compare
  • Add referrer to metadata.
  • Remove/replace dead-and-gone Firebug.js.

v2.1.4

27 Apr 17:02
83e0400
Compare
Choose a tag to compare
Merge pull request #25 from Psiphon-Inc/metadata-fix

Part of fix for #665: Fix metadata, dev, debug fields in client info

v2.1.3

31 May 14:32
4d5e356
Compare
Choose a tag to compare
  • Test for localStorage access exception.

v2.1.2

28 May 16:47
f05f39b
Compare
Choose a tag to compare

Allow more time for transaction requests to complete.

v2.1.1

27 May 18:01
a6bf246
Compare
Choose a tag to compare
  • Throw exception if widget is in iframe

v2.1.0

24 May 22:23
d81fbc2
Compare
Choose a tag to compare
  • Throwing an error when there were no params/tokens meant that callbacks did not fire, which meant that following navigation wouldn't happen. Callbacks will now always fire.

  • Fix a regression: If the page has no tokens available, it should still call through to the iframe, as it might have stored params/tokens.

  • All actions (like page-view and click-through) now have associated timeouts, after which the callback will fire (indicating non-success). This is mostly for click-through actions, which block navigation to a following page, and we don't want them to cause the user to get angry/confused and just close the tab.

  • Added a "detail" param to the callback.

  • Added a suite of tests.

v2.0.1

14 May 17:08
ff49d14
Compare
Choose a tag to compare

Add support for hash params using #! instead of #. Using #! prevents the parameter from accidentally functioning as a jump-to anchor on a landing page (where we have no power over element IDs).

v2.0.0

13 May 15:16
f2ae839
Compare
Choose a tag to compare
Merge pull request #11 from adam-p/v2

v2: add click-through, refactor, better build system