update changelog and readme
This commit is contained in:
parent
fc64731921
commit
f91c0a00fa
|
@ -2,6 +2,7 @@
|
||||||
#### Added
|
#### Added
|
||||||
- Optionally display the current offset as short name after the time via the general plugin settings
|
- Optionally display the current offset as short name after the time via the general plugin settings
|
||||||
#### Changed
|
#### Changed
|
||||||
|
- Capitalise Mobilizon name in description
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
|
|
|
@ -16,11 +16,12 @@ License: <wordpress-license>
|
||||||
|
|
||||||
Features
|
Features
|
||||||
- Display events as widget and as shortcut
|
- 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
|
- Configure number of events to show per widget and per shortcut
|
||||||
- Optionally filter events by a specific group 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
|
- Set the URL of the Mobilizon instance in the settings
|
||||||
- Cache requests' responses for 2 minutes in the browser's `sessionStorage`
|
- 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]`
|
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"]`
|
||||||
|
|
Loading…
Reference in New Issue