Skip to content

Commit

Permalink
Merge pull request #232 from Automattic/release-0.8.3
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
ashfame authored Aug 22, 2023
2 parents 8b4c913 + 7b59bd9 commit 9e0d443
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tested up to: 6.2
- Requires PHP: 7.4
- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 0.8.2
- Stable tag: 0.8.3
- GitHub Plugin URI: https://github.com/Automattic/chatrix

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

## Changelog

### 0.8.3

- 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))

### 0.8.2

- Fix issues with single-room mode and guest login [[#222](https://github.com/Automattic/chatrix/pull/222)]
Expand Down
4 changes: 2 additions & 2 deletions chatrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: WordPress.Org Community
* Author URI: https://wordpress.org/
* Plugin URI: https://github.com/Automattic/chatrix
* Version: 0.8.2
* Version: 0.8.3
*/

use function Automattic\Chatrix\Admin\main as adminMain;
Expand All @@ -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.8.2';
$version = '0.8.3';

return $version;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automattic/chatrix",
"version": "0.8.2",
"version": "0.8.3",
"description": "WordPress plugin to embed a Matrix client into WordPress pages.",
"type": "wordpress-plugin",
"license": "GPL",
Expand Down
2 changes: 1 addition & 1 deletion frontend/block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "automattic/chatrix",
"version": "0.8.2",
"version": "0.8.3",
"title": "Chatrix",
"category": "embed",
"icon": "format-chat",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatrix",
"version": "0.8.2",
"version": "0.8.3",
"description": "Embedded Matrix client for WordPress",
"repository": "[email protected]:Automattic/chatrix.git",
"author": "Automattic",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@wordpress/compose": "^5.17.0",
"bs58": "^5.0.0",
"hydrogen-web": "Automattic/hydrogen-web#chatrix-0.8.0",
"hydrogen-web": "Automattic/hydrogen-web#chatrix-0.8.3",
"node-html-parser": "^4.0.0"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5720,9 +5720,9 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

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

0 comments on commit 9e0d443

Please sign in to comment.