From 1755224a0033e1c97b6139a38d1585ca5436a735 Mon Sep 17 00:00:00 2001 From: ashfame Date: Thu, 17 Apr 2025 21:09:51 +0400 Subject: [PATCH 1/2] Release 0.9.2 --- README.md | 2 +- chatrix.php | 4 ++-- composer.json | 2 +- frontend/block/block.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ad15a9..d9541eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Tested up to: 6.8 - Requires PHP: 7.4 - License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) -- Stable tag: 0.9.1 +- Stable tag: 0.9.2 - GitHub Plugin URI: https://github.com/Automattic/chatrix Matrix client for WordPress. diff --git a/chatrix.php b/chatrix.php index e84afd1..595c3d3 100644 --- a/chatrix.php +++ b/chatrix.php @@ -5,7 +5,7 @@ * Author: WordPress.Org Community * Author URI: https://wordpress.org/ * Plugin URI: https://github.com/Automattic/chatrix - * Version: 0.9.1 + * Version: 0.9.2 */ use function Automattic\Chatrix\Admin\main as adminMain; @@ -22,7 +22,7 @@ function automattic_chatrix_version(): string { } // Do not edit this line, it's automatically set by bin/prepare-release.sh. - $version = '0.9.1'; + $version = '0.9.2'; return $version; } diff --git a/composer.json b/composer.json index 15ba81a..4e95931 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "automattic/chatrix", - "version": "0.9.1", + "version": "0.9.2", "description": "WordPress plugin to embed a Matrix client into WordPress pages.", "type": "wordpress-plugin", "license": "GPL", diff --git a/frontend/block/block.json b/frontend/block/block.json index d6afa68..50026dc 100644 --- a/frontend/block/block.json +++ b/frontend/block/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "automattic/chatrix", - "version": "0.9.1", + "version": "0.9.2", "title": "Chatrix", "category": "embed", "icon": "format-chat", diff --git a/package.json b/package.json index 23f185e..d50d323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatrix", - "version": "0.9.1", + "version": "0.9.2", "description": "Embedded Matrix client for WordPress", "repository": "git@github.com:Automattic/chatrix.git", "author": "Automattic", From 8a7e8bda1344f06067cc7e777daad13a90bf0b5f Mon Sep 17 00:00:00 2001 From: ashfame Date: Thu, 17 Apr 2025 21:14:06 +0400 Subject: [PATCH 2/2] add changelog entry --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9541eb..9f5af1e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ Later, when Matrix makes the switch to OIDC, you are already prepared and can co ## Changelog +### 0.9.2 +- Fix Chatrix iframe not loading in Gutenberg editor [#256](https://github.com/Automattic/chatrix/pull/256) + ### 0.9.1 - We now don't enqueue scripts in embeds [#249](https://github.com/Automattic/chatrix/pull/249) - It is now possible to disable service worker at runtime [#243](https://github.com/Automattic/chatrix/pull/243)