release version 0.9.0
This commit is contained in:
parent
f54126babc
commit
f769d5d8c1
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.8.0",
|
"version": "0.9.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.8.0",
|
"version": "0.9.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,14 +1,19 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
|
#### Changed
|
||||||
|
#### Deprecated
|
||||||
|
#### Removed
|
||||||
|
#### Fixed
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
### [0.9.0] - 2020-05-19
|
||||||
|
#### Added
|
||||||
- Improve explanation of group name filter
|
- Improve explanation of group name filter
|
||||||
#### Changed
|
#### Changed
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
- Confirm compatibility with WordPress 6.0
|
- Confirm compatibility with WordPress 6.0
|
||||||
#### Deprecated
|
|
||||||
#### Removed
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fix displaying error message for the case the group is not found
|
- Fix displaying error message for the case the group is not found
|
||||||
#### Security
|
|
||||||
|
|
||||||
### [0.8.0] - 2022-01-09
|
### [0.8.0] - 2022-01-09
|
||||||
#### Added
|
#### Added
|
||||||
|
|
Loading…
Reference in New Issue