Skip to content

Releases: PrestaShopCorp/ps_accounts

v7.0.8-beta.3

18 Sep 07:46
5f122ce
Compare
Choose a tag to compare
v7.0.8-beta.3 Pre-release
Pre-release
  • 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

What's Changed

Full Changelog: v7.0.7...v7.0.8-beta.3

v7.0.8-beta

06 Sep 12:22
aa74878
Compare
Choose a tag to compare
v7.0.8-beta Pre-release
Pre-release

Deprecate getOrRefreshToken method which silently fails in favor of getValidToken which throws on fail to refresh.
Migrate to getValidToken usage internally

What's Changed

Full Changelog: v7.0.7...v7.0.8-beta

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

v7.0.1

02 May 08:34
fae8048
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1