From 90b8b803f8508a8a781f680bceb29fc49fd9d800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:32:35 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.8 --- .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 c2f8835..193f420 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b88184..985d0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.8](https://github.com/WordPress/sync-storage/compare/v0.1.7...v0.1.8) (2026-08-21) + + +### Bug Fixes + +* bound every CI job with a timeout and stop masking install failures ([3401ef3](https://github.com/WordPress/sync-storage/commit/3401ef325212a7b95683a460016fe8a3dceb06fa)) +* bound every CI job with a timeout and stop masking install failures ([38fff6a](https://github.com/WordPress/sync-storage/commit/38fff6a49198e3992c916edbb439d4a5c155987a)) + ## [0.1.7](https://github.com/WordPress/sync-storage/compare/v0.1.6...v0.1.7) (2026-08-20) From 84243593a7d34ac4d3b4ee9efee887357e919ce7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:32:43 +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 e4e2330..90c9b06 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.7 +Stable tag: 0.1.8 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 1662208..39933d0 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.7 + * Version: 0.1.8 * 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.7' ); +define( 'WP_SYNC_STORAGE_VERSION', '0.1.8' ); 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__ ) );