1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

1 Commits

Author SHA1 Message Date
db59e26e65 release version 0.4.0 2021-04-20 21:32:47 +02:00
4 changed files with 17 additions and 3 deletions

4
package-lock.json generated
View File

@ -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",

View File

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

View File

@ -9,6 +9,13 @@
#### 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
### [0.3.0] - 2021-04-05
#### Added
- Donation link to WordPress Plugin Directory sidebar and to `package.json`

View File

@ -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`