release version 0.6.1
This commit is contained in:
parent
05a2b2a2b3
commit
a6b713b47a
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"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.0",
|
"version": "0.6.1",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.8
|
|
||||||
- Update dependencies
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [0.6.1] - 2021-07-13
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 5.8
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [0.6.0] - 2021-06-02
|
### [0.6.0] - 2021-06-02
|
||||||
#### Added
|
#### Added
|
||||||
- Optionally display the current offset as short name after the time via the general plugin settings
|
- Optionally display the current offset as short name after the time via the general plugin settings
|
||||||
|
|
|
@ -36,6 +36,11 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.6.1] - 2021-07-13
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 5.8
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [0.6.0] - 2021-06-02
|
### [0.6.0] - 2021-06-02
|
||||||
#### Added
|
#### Added
|
||||||
- Optionally display the current offset as short name after the time via the general plugin settings
|
- Optionally display the current offset as short name after the time via the general plugin settings
|
||||||
|
|
Loading…
Reference in New Issue