release version 0.6.0

This commit is contained in:
Daniel Waxweiler 2021-06-02 11:02:59 +02:00
parent f91c0a00fa
commit d38d3c0906
7 changed files with 19 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,14 +1,19 @@
### [Unreleased]
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Capitalise Mobilizon name in description
- Update dependencies
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.6.0] - 2021-06-02
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Update dependencies
#### Fixed
- Capitalise Mobilizon name in description
### [0.5.0] - 2021-05-06
#### Added
- Localise dates based on the WordPress locale and time zone

View File

@ -36,6 +36,14 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
## Changelog
### [0.6.0] - 2021-06-02
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Update dependencies
#### Fixed
- Capitalise Mobilizon name in description
### [0.5.0] - 2021-05-06
#### Added
- Localise dates based on the WordPress locale and time zone