release version 0.10.0

This commit is contained in:
Daniel Waxweiler 2022-06-19 09:48:06 +02:00
parent 5af00fc85e
commit d1be3b169d
5 changed files with 21 additions and 7 deletions

BIN
assets/screenshot-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "connector-mobilizon",
"version": "0.9.1",
"version": "0.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "connector-mobilizon",
"version": "0.9.1",
"version": "0.10.0",
"license": "Apache-2.0",
"dependencies": {
"graphql": "16.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.9.1",
"version": "0.10.0",
"description": "Display Mobilizon events in WordPress.",
"private": true,
"type": "module",

View File

@ -1,15 +1,19 @@
### [Unreleased]
#### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.10.0]
#### Added
- Add Gutenberg events list block
- Show loading indicator during request
#### Changed
- Set list style type to none and left padding to zero for all occurences
- Move shortcut usage description into installation section in `readme.txt`
- Update dependencies
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.9.1] - 2020-05-19
#### Fixed

View File

@ -37,9 +37,19 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
2. General settings
3. Widget creation
4. Shortcut creation
5. Gutenberg block in editor
## Changelog
### [0.10.0]
#### Added
- Add Gutenberg events list block
- Show loading indicator during request
#### Changed
- Set list style type to none and left padding to zero for all occurences
- Move shortcut usage description into installation section in `readme.txt`
- Update dependencies
### [0.9.1] - 2020-05-19
#### Fixed
- Fix WordPress compatibility version number