release version 0.3.0

This commit is contained in:
Daniel Waxweiler 2021-04-05 18:39:06 +02:00
parent 710103bb10
commit b8ffbdb835
3 changed files with 21 additions and 6 deletions

View File

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

View File

@ -1,16 +1,20 @@
### [Unreleased]
#### Added
- Donation link to WordPress Plugin Directory sidebar and to `package.json`
- Cache requests for 2 minutes
- ESLint static code analysis
#### Changed
- Update luxon dependency
- Update dev dependencies jsdom, webpack, webpack-cli
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.3.0] - 2021-04-05
#### Added
- Donation link to WordPress Plugin Directory sidebar and to `package.json`
- Cache requests for 2 minutes
- Set up ESLint static code analysis
#### Changed
- Update luxon dependency
- Update dev dependencies jsdom, webpack, webpack-cli
### [0.2.2] - 2021-03-10
#### Changed
- Confirm compatibility with WordPress 5.7

View File

@ -19,6 +19,8 @@ You can display the upcoming events using a widget and everywhere else using a s
Shortcut format with limiting the number of events to show to 3 for example: `[<wordpress-name>-events-list events-count=3]`
Optionally, you can only show the events of a specific group by indicatings its name: `[<wordpress-name>-events-list events-count=3 group-name="mygroup"]`
The requests' responses are cached for 2 minutes.
The source code is available on [Github](https://github.com/dwaxweiler/connector-mobilizon).
## Screenshots
@ -29,6 +31,15 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
## Changelog
### [0.3.0] - 2021-04-05
#### Added
- Donation link to WordPress Plugin Directory sidebar and to `package.json`
- Cache requests for 2 minutes
- Set up ESLint static code analysis
#### Changed
- Update luxon dependency
- Update dev dependencies jsdom, webpack, webpack-cli
### [0.2.2] - 2021-03-10
#### Changed
- Confirm compatibility with WordPress 5.7