|
6 | 6 | - Tested up to: 6.1 |
7 | 7 | - Requires PHP: 7.4 |
8 | 8 | - License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) |
9 | | -- Stable tag: 0.4.0 |
| 9 | +- Stable tag: 0.5.0 |
10 | 10 | - GitHub Plugin URI: https://github.com/Automattic/chatrix |
11 | 11 |
|
12 | 12 | Matrix client for WordPress. |
13 | 13 |
|
14 | 14 | ## Description |
15 | 15 | Easily add a [Matrix](https://matrix.org) client to WordPress pages, either through the Block Editor, or as a _popup_. |
16 | 16 |
|
| 17 | +### Feedback welcome |
| 18 | +If you have any feedback or questions about Chatrix, please do talk to plugin maintainers at [#chatrix:matrix.org](https://matrix.to/#/#chatrix:matrix.org). |
| 19 | + |
17 | 20 | ## Screenshots |
18 | | - |
19 | | - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
20 | 26 |
|
21 | 27 | ## Frequently Asked Questions |
22 | 28 | ### How can I install this plugin on my site? |
@@ -52,6 +58,17 @@ add_filter( 'chatrix_instances', function ( array $default_instances ) { |
52 | 58 | ~~~ |
53 | 59 |
|
54 | 60 | ## Changelog |
| 61 | + |
| 62 | +### 0.5.0 |
| 63 | +- Logout and delete data when user logs out of WordPress [[#150](https://github.com/Automattic/chatrix/pull/150), [#153](https://github.com/Automattic/chatrix/pull/153)] |
| 64 | +- Improvements to single room mode [[#151](https://github.com/Automattic/chatrix/pull/151)] |
| 65 | + - Add a Settings entry to the options menu of the room |
| 66 | + - Closing the Settings screen navigates to configured `roomId` |
| 67 | + - Closing the Room (timeline) screen navigates to session picker |
| 68 | + - Hide the left panel completely |
| 69 | +- Fix issue that caused Chatrix to not load in certain conditions [[#160](https://github.com/Automattic/chatrix/pull/160)] |
| 70 | +- Allow setting a unit for certain styling options (previously was always `px`) [[#154](https://github.com/Automattic/chatrix/pull/154)] |
| 71 | + |
55 | 72 | ### 0.4.0 |
56 | 73 | - Prevent data corruption when more than one Chatrix instance (block or Popup) is active, either in multiple browser tabs or windows, or in the same page [[#75](https://github.com/Automattic/chatrix/pull/75)] |
57 | 74 | - Allow setting the height of the block from the block editor [[#135](https://github.com/Automattic/chatrix/pull/135)] |
|
0 commit comments