release version 0.10.0
This commit is contained in:
parent
5af00fc85e
commit
d1be3b169d
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.9.1",
|
"version": "0.10.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.9.1",
|
"version": "0.10.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.5.0",
|
"graphql": "16.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.9.1",
|
"version": "0.10.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
|
#### Changed
|
||||||
|
#### Deprecated
|
||||||
|
#### Removed
|
||||||
|
#### Fixed
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
### [0.10.0]
|
||||||
|
#### Added
|
||||||
- Add Gutenberg events list block
|
- Add Gutenberg events list block
|
||||||
- Show loading indicator during request
|
- Show loading indicator during request
|
||||||
#### Changed
|
#### Changed
|
||||||
- Set list style type to none and left padding to zero for all occurences
|
- Set list style type to none and left padding to zero for all occurences
|
||||||
- Move shortcut usage description into installation section in `readme.txt`
|
- Move shortcut usage description into installation section in `readme.txt`
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
#### Deprecated
|
|
||||||
#### Removed
|
|
||||||
#### Fixed
|
|
||||||
#### Security
|
|
||||||
|
|
||||||
### [0.9.1] - 2020-05-19
|
### [0.9.1] - 2020-05-19
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
|
@ -37,9 +37,19 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
|
||||||
2. General settings
|
2. General settings
|
||||||
3. Widget creation
|
3. Widget creation
|
||||||
4. Shortcut creation
|
4. Shortcut creation
|
||||||
|
5. Gutenberg block in editor
|
||||||
|
|
||||||
## Changelog
|
## 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
|
### [0.9.1] - 2020-05-19
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fix WordPress compatibility version number
|
- Fix WordPress compatibility version number
|
||||||
|
|
Loading…
Reference in New Issue