release version 1.1.0
This commit is contained in:
parent
80abd9a461
commit
f0e955aa47
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.0.0-next",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.0.0-next",
|
"version": "1.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.9.0",
|
"graphql": "16.9.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.0.0-next",
|
"version": "1.1.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
- Add some spacing between event items
|
|
||||||
- Update dependencies
|
|
||||||
- Confirm compatibility with WordPress 6.6
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fix undefined variable $classNamePrefix for both error views
|
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [1.1.0]
|
||||||
|
#### Added
|
||||||
|
- Add some spacing between event items
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
- Confirm compatibility with WordPress 6.6
|
||||||
|
#### Fixed
|
||||||
|
- Fix undefined variable $classNamePrefix for both error views
|
||||||
|
|
||||||
### [1.0.0]
|
### [1.0.0]
|
||||||
#### Added
|
#### Added
|
||||||
- Display name of group when it cannot be found
|
- Display name of group when it cannot be found
|
||||||
|
|
|
@ -43,6 +43,15 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [1.1.0]
|
||||||
|
#### Added
|
||||||
|
- Add some spacing between event items
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
- Confirm compatibility with WordPress 6.6
|
||||||
|
#### Fixed
|
||||||
|
- Fix undefined variable $classNamePrefix for both error views
|
||||||
|
|
||||||
### [1.0.0]
|
### [1.0.0]
|
||||||
#### Added
|
#### Added
|
||||||
- Display name of group when it cannot be found
|
- Display name of group when it cannot be found
|
||||||
|
|
Loading…
Reference in New Issue