diff --git a/package.json b/package.json index a256048..cb7352e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "0.2.2", + "version": "0.3.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 dda537b..4a0e813 100644 --- a/source/connector-mobilizon/changelog.txt +++ b/source/connector-mobilizon/changelog.txt @@ -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 diff --git a/source/connector-mobilizon/readme.txt b/source/connector-mobilizon/readme.txt index 35fb32b..450e4d0 100644 --- a/source/connector-mobilizon/readme.txt +++ b/source/connector-mobilizon/readme.txt @@ -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: `[-events-list events-count=3]` Optionally, you can only show the events of a specific group by indicatings its 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