Skip to content

Commit 9e0d443

Browse files
authored
Merge pull request #232 from Automattic/release-0.8.3
Release 0.8.3
2 parents 8b4c913 + 7b59bd9 commit 9e0d443

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Tested up to: 6.2
77
- Requires PHP: 7.4
88
- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
9-
- Stable tag: 0.8.2
9+
- Stable tag: 0.8.3
1010
- GitHub Plugin URI: https://github.com/Automattic/chatrix
1111

1212
Matrix client for WordPress.
@@ -68,6 +68,10 @@ Later, when Matrix makes the switch to OIDC, you are already prepared and can co
6868

6969
## Changelog
7070

71+
### 0.8.3
72+
73+
- Improve the view for rooms that are you not a member of (Upgraded our Hydrogen's fork to [latest](https://github.com/Automattic/hydrogen-web/compare/chatrix-0.8.0...Automattic:hydrogen-web:chatrix-0.8.3))
74+
7175
### 0.8.2
7276

7377
- Fix issues with single-room mode and guest login [[#222](https://github.com/Automattic/chatrix/pull/222)]

chatrix.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: WordPress.Org Community
66
* Author URI: https://wordpress.org/
77
* Plugin URI: https://github.com/Automattic/chatrix
8-
* Version: 0.8.2
8+
* Version: 0.8.3
99
*/
1010

1111
use function Automattic\Chatrix\Admin\main as adminMain;
@@ -22,7 +22,7 @@ function automattic_chatrix_version(): string {
2222
}
2323

2424
// Do not edit this line, it's automatically set by bin/prepare-release.sh.
25-
$version = '0.8.2';
25+
$version = '0.8.3';
2626

2727
return $version;
2828
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automattic/chatrix",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "WordPress plugin to embed a Matrix client into WordPress pages.",
55
"type": "wordpress-plugin",
66
"license": "GPL",

frontend/block/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "automattic/chatrix",
5-
"version": "0.8.2",
5+
"version": "0.8.3",
66
"title": "Chatrix",
77
"category": "embed",
88
"icon": "format-chat",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatrix",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Embedded Matrix client for WordPress",
55
"repository": "git@github.com:Automattic/chatrix.git",
66
"author": "Automattic",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@wordpress/compose": "^5.17.0",
4040
"bs58": "^5.0.0",
41-
"hydrogen-web": "Automattic/hydrogen-web#chatrix-0.8.0",
41+
"hydrogen-web": "Automattic/hydrogen-web#chatrix-0.8.3",
4242
"node-html-parser": "^4.0.0"
4343
},
4444
"resolutions": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5720,9 +5720,9 @@ human-signals@^2.1.0:
57205720
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
57215721
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
57225722

5723-
hydrogen-web@Automattic/hydrogen-web#chatrix-0.8.0:
5723+
hydrogen-web@Automattic/hydrogen-web#chatrix-0.8.3:
57245724
version "0.3.8"
5725-
resolved "https://codeload.github.com/Automattic/hydrogen-web/tar.gz/ded5651568465c594ada43fa2c75051073e45fa2"
5725+
resolved "https://codeload.github.com/Automattic/hydrogen-web/tar.gz/a345a7ed835dd9959d78e319011fd7008a1cae39"
57265726
dependencies:
57275727
"@matrix-org/olm" "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz"
57285728
another-json "^0.2.0"

0 commit comments

Comments
 (0)