Skip to content

v1.5.1

Choose a tag to compare

@PrestaEdit PrestaEdit released this 11 Jul 21:42
f01a6cf

Includes PR #51 (browser cache in sys_get_temp_dir, persistent headers, scrollToAnchor).

Key fix

  • fix(TestsSuite) — the datas/ directory no longer shipped with the composer package was causing file_put_contents: Failed to open stream warnings on every install. getFilePath() now falls back to sys_get_temp_dir() prefixed prestaflow-, and creates datas/ when storage_path() is available. Typo .broswer → .browser fixed at the same time.

Required by the smoke test on PrestaFlow/github-action-smoke and any consumer using composer install in CI.