release version 0.3.0
This commit is contained in:
parent
710103bb10
commit
b8ffbdb835
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"description": "Display mobilizon events in WordPress.",
|
"description": "Display mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
- Donation link to WordPress Plugin Directory sidebar and to `package.json`
|
|
||||||
- Cache requests for 2 minutes
|
|
||||||
- ESLint static code analysis
|
|
||||||
#### Changed
|
#### Changed
|
||||||
- Update luxon dependency
|
|
||||||
- Update dev dependencies jsdom, webpack, webpack-cli
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
#### Security
|
#### 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
|
### [0.2.2] - 2021-03-10
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.7
|
- Confirm compatibility with WordPress 5.7
|
||||||
|
|
|
@ -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]`
|
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"]`
|
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).
|
The source code is available on [Github](https://github.com/dwaxweiler/connector-mobilizon).
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
@ -29,6 +31,15 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## 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
|
### [0.2.2] - 2021-03-10
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.7
|
- Confirm compatibility with WordPress 5.7
|
||||||
|
|
Loading…
Reference in New Issue