From 2ccd17d3aa0e5483e70e4a2db28c80331b4e0c4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:23:33 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5862ad0..c2f8835 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a15281d..2b88184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/WordPress/sync-storage/compare/v0.1.6...v0.1.7) (2026-08-20) + + +### Bug Fixes + +* bound Playwright browser install with a timeout and retry ([dff75ea](https://github.com/WordPress/sync-storage/commit/dff75ea5f5ac9c9ae15e2a04ad672572fc4a3a1d)) +* bound Playwright browser install with a timeout and retry ([d5d235e](https://github.com/WordPress/sync-storage/commit/d5d235e32a544b74da50b8ff4bc0eb6b4ee9a446)) + ## [0.1.6](https://github.com/WordPress/sync-storage/compare/v0.1.5...v0.1.6) (2026-08-19) From 182e975aa83c3597f29cda70dc69b153a693b865 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:23:45 +0000 Subject: [PATCH 2/2] chore: sync plugin header version --- readme.txt | 2 +- sync-storage.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 141f554..e4e2330 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: collaboration, real-time, gutenberg, presence, yjs Requires at least: 7.0 Tested up to: 7.0 Requires PHP: 7.4 -Stable tag: 0.1.6 +Stable tag: 0.1.7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/sync-storage.php b/sync-storage.php index bc1cee7..1662208 100644 --- a/sync-storage.php +++ b/sync-storage.php @@ -2,7 +2,7 @@ /** * Plugin Name: Sync Storage * Description: WP_Sync_Storage implementation for WordPress collaborative editing. - * Version: 0.1.6 + * Version: 0.1.7 * Requires at least: 7.0 * Requires PHP: 7.4 * Requires Plugins: presence-api, gutenberg @@ -58,7 +58,7 @@ function () { return; } -define( 'WP_SYNC_STORAGE_VERSION', '0.1.6' ); +define( 'WP_SYNC_STORAGE_VERSION', '0.1.7' ); define( 'WP_SYNC_STORAGE_DB_VERSION', 1 ); define( 'WP_SYNC_STORAGE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'WP_SYNC_STORAGE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );