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

View File

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

View File

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