Skip to content

Releases: PrestaShopCorp/ps_accounts

v7.0.9-beta.1

14 Nov 10:18
b7b7271
Compare
Choose a tag to compare
v7.0.9-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v7.0.8...v7.0.9-beta.1

v7.0.9-beta.0

25 Oct 09:39
b1bde56
Compare
Choose a tag to compare
v7.0.9-beta.0 Pre-release
Pre-release
  • Add a log level parameter & defaults to error;
  • Stop reseting account login flag on unlink.

What's Changed

Full Changelog: v7.0.8...v7.0.9-beta.0

v7.0.8

21 Oct 12:58
c2fe74b
Compare
Choose a tag to compare
  • Deprecate getOrRefreshToken method which silently fails in favor of getValidToken which throws on fail to refresh & migrate to getValidToken usage internally;
  • Extend scoping including all eligible dependencies introducing compatibility with PrestaShop v9 (except BO login);
  • Fix a another case of unexpected disconnection issue when shop tries to refresh tokens immediately after association.

What's Changed

Full Changelog: v7.0.7...v7.0.8

v7.0.7

01 Aug 12:17
4317045
Compare
Choose a tag to compare

Fix the regression on the condition to trigger upgrade call in single shop context.

What's Changed

Full Changelog: v7.0.6...v7.0.7

v7.0.6

30 Jul 12:09
65d534a
Compare
Choose a tag to compare

Improve auto unlink behaviour to unlink shop when upgrade request fails.
Also trigger a segment event & email to the owner when the shop is unlinked on error detection.

What's Changed

Full Changelog: v7.0.5...v7.0.6

v7.0.5

16 Jul 12:30
6340e5b
Compare
Choose a tag to compare

Fix a certificate issue when calling our apis on older PHP5.6 environnement by bypassing certificate checking,
also fix the condition before unlinking locally shops with inconsistent association state.

What's Changed

Full Changelog: v7.0.4...v7.0.5

v7.0.4

03 Jul 13:24
462d0e0
Compare
Choose a tag to compare

Fix getOrRefreshToken methods to clear token and return an empty token instead of the previous invalid one when refresh token fails.
Also disconnect the shop locally when the OAuth2Client is invalid, resolving cases of inconsistent association state.

Known errors

  • Instable public_key rotation: this might lead to issues while associating your store for the first time (fresh install).

Note: this release has not been publicly released on PrestaShop Addons.

What's Changed

Full Changelog: v7.0.3...v7.0.4

staging

07 Jun 10:06
8572019
Compare
Choose a tag to compare
staging Pre-release
Pre-release

This is a rolling release. It will be updated each time a PR is merged into main.
⚠️ Related artifacts are intended for development / testing purpose only.

v7.0.3

30 May 14:05
feb53e1
Compare
Choose a tag to compare

What's Changed

Fix HTTP client in the OAuth workflow : HTTP calls are now handled by Guzzle only. This simplifies current implementation and asserts that ssl CA certs are coming from the system. It may fix token generation issues for shops when allow_url_fopen is off (btw PrestaShop requires to enable it)

  • AdminDebugPsAccounts fix: use accessor to get initialized guzzle client by @hschoenenberger in #398
  • [ACCOUNT-2375] refactor: upgrade oauth2-prestashop & cleanup obsolete code by @hschoenenberger in #396

Full Changelog: v7.0.2...v7.0.3

v7.0.2

15 May 12:17
5672fb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2