update changelog and readme

This commit is contained in:
Daniel Waxweiler 2021-06-02 10:45:07 +02:00
parent fc64731921
commit f91c0a00fa
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Capitalise Mobilizon name in description
- Update dependencies
#### Deprecated
#### Removed

View File

@ -16,11 +16,12 @@ License: <wordpress-license>
Features
- Display events as widget and as shortcut
- Display events' title, date and location if available
- Display events' title, date, and location if available
- Cache requests' responses for 2 minutes in the browser's `sessionStorage`
- Configure number of events to show per widget and per shortcut
- Optionally filter events by a specific group per widget and per shortcut
- Set the URL of the Mobilizon instance globally in the settings
- Cache requests' responses for 2 minutes in the browser's `sessionStorage`
- Set the URL of the Mobilizon instance in the settings
- Toggle adding named offset in brackets after the time in the settings
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"]`