1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

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

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