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", "name": "connector-mobilizon",
"version": "0.6.2", "version": "0.7.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.6.2", "version": "0.7.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^16.2.0", "graphql": "^16.2.0",

View File

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

View File

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

View File

@ -36,6 +36,18 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
## Changelog ## 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 ### [0.6.2] - 2021-08-24
#### Changed #### Changed
- Update dependencies - Update dependencies