release version 0.7.0

This commit is contained in:
Daniel Waxweiler 2021-12-23 17:51:22 +01:00
parent 740e59ea66
commit c47ed3385d
4 changed files with 23 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "connector-mobilizon",
"version": "0.6.2",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "connector-mobilizon",
"version": "0.6.2",
"version": "0.7.0",
"license": "Apache-2.0",
"dependencies": {
"graphql": "^16.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.6.2",
"version": "0.7.0",
"description": "Display Mobilizon events in WordPress.",
"private": true,
"scripts": {

View File

@ -1,12 +1,18 @@
### [Unreleased]
#### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.7.0] - 2021-12-23
#### Added
- Add specific error message for the case the group is not found
- Add code formatter prettier
#### Changed
- Update dependencies
- Simplify build process
#### Deprecated
#### Removed
#### Fixed
- Fix Invalid DateTime on event end time being null
#### Security

View File

@ -36,6 +36,18 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
## Changelog
### [0.7.0] - 2021-12-23
#### Added
- Add specific error message for the case the group is not found
- Add code formatter prettier
#### Changed
- Update dependencies
- Simplify build process
#### Fixed
- Fix Invalid DateTime on event end time being null
#### Security
- Set minimum PHP version to oldest stable 7.4
### [0.6.2] - 2021-08-24
#### Changed
- Update dependencies