release version 0.11.0

This commit is contained in:
Daniel Waxweiler 2023-03-29 23:00:36 +02:00
parent b242c33733
commit d0ada74642
4 changed files with 16 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "connector-mobilizon",
"version": "0.10.1",
"version": "0.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "connector-mobilizon",
"version": "0.10.1",
"version": "0.11.0",
"license": "Apache-2.0",
"dependencies": {
"graphql": "16.6.0",

View File

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

View File

@ -1,12 +1,16 @@
### [Unreleased]
#### Added
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.2
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.11.0]
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.2
#### Security
- Set minimum PHP version to oldest stable 8.0
### [0.10.1]

View File

@ -41,6 +41,13 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog
### [0.11.0]
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.2
#### Security
- Set minimum PHP version to oldest stable 8.0
### [0.10.1]
#### Changed
- Confirm compatibility with WordPress 6.1