From 9c553b7dda3ccdcdff035225f7c7d998ef56a889 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Tue, 20 Apr 2021 21:32:08 +0200 Subject: [PATCH] release version 0.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- source/connector-mobilizon/changelog.txt | 12 ++++++++---- source/connector-mobilizon/readme.txt | 7 +++++++ 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d1df4d..89cf2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0", "dependencies": { "graphql": "^15.5.0", diff --git a/package.json b/package.json index 254c5c1..395824b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "0.3.0", + "version": "0.4.0", "description": "Display mobilizon events in WordPress.", "private": true, "scripts": { diff --git a/source/connector-mobilizon/changelog.txt b/source/connector-mobilizon/changelog.txt index fa0c835..b438a5e 100644 --- a/source/connector-mobilizon/changelog.txt +++ b/source/connector-mobilizon/changelog.txt @@ -1,13 +1,17 @@ ### [Unreleased] #### Added +#### Changed +#### Deprecated +#### Removed +#### Fixed +#### Security + +### [0.4.0] - 2021-04-20 +#### Added - Show events' location if set: `description` and `locality` fields - Plugin icon #### Changed - Update dev dependencies eslint, jsdom, webpack -#### Deprecated -#### Removed -#### Fixed -#### Security ### [0.3.0] - 2021-04-05 #### Added diff --git a/source/connector-mobilizon/readme.txt b/source/connector-mobilizon/readme.txt index bd9994a..bfed5c4 100644 --- a/source/connector-mobilizon/readme.txt +++ b/source/connector-mobilizon/readme.txt @@ -31,6 +31,13 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector ## Changelog +### [0.4.0] - 2021-04-20 +#### Added +- Show events' location if set: `description` and `locality` fields +- Plugin icon +#### Changed +- Update dev dependencies eslint, jsdom, webpack + ### [0.3.0] - 2021-04-05 #### Added - Donation link to WordPress Plugin Directory sidebar and to `package.json`