mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-03-10 00:10:09 +01:00
release version 0.6.2
This commit is contained in:
parent
32e87115b3
commit
07534e08ea
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "^15.5.1",
|
"graphql": "^15.5.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
- Update dependencies
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fix empty WordPress timezone_string option resulting in Invalid DateTime
|
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [0.6.2] - 2021-08-24
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
#### Fixed
|
||||||
|
- Fix empty WordPress timezone_string option resulting in Invalid DateTime
|
||||||
|
|
||||||
### [0.6.1] - 2021-07-13
|
### [0.6.1] - 2021-07-13
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.8
|
- Confirm compatibility with WordPress 5.8
|
||||||
|
@ -36,6 +36,12 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.6.2] - 2021-08-24
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
#### Fixed
|
||||||
|
- Fix empty WordPress timezone_string option resulting in Invalid DateTime
|
||||||
|
|
||||||
### [0.6.1] - 2021-07-13
|
### [0.6.1] - 2021-07-13
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.8
|
- Confirm compatibility with WordPress 5.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user