connector-wordpress/source/connector-mobilizon/readme.txt

64 lines
2.0 KiB
Plaintext
Raw Normal View History

# <wordpress-nice-name>
2021-01-08 14:08:40 +01:00
Contributors: dwaxweiler
2021-03-28 22:28:32 +02:00
Donate link: <wordpress-donation-link>
2021-01-08 14:08:40 +01:00
Tags: mobilizon, events
Stable tag: <wordpress-version>
Requires at least: <wordpress-minimum-version>
Tested up to: <wordpress-tested-up-to-version>
Requires PHP: <wordpress-php-minimum-version>
License: <wordpress-license>
<wordpress-description>
## Description
2021-01-08 14:08:40 +01:00
2021-04-05 17:18:02 +02:00
<wordpress-nice-name> allows you to display the upcoming events of [Mobilizon](https://joinmobilizon.org/), which is a federated event listing platform, on your WordPress website.
2021-01-08 14:08:40 +01:00
You can display the upcoming events using a widget and everywhere else using a shortcut.
2021-01-09 20:34:36 +01:00
Shortcut format with limiting the number of events to show to 3 for example: `[<wordpress-name>-events-list events-count=3]`
2021-01-15 21:44:07 +01:00
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"]`
2021-01-08 14:08:40 +01:00
2021-04-06 08:35:27 +02:00
The requests' responses are cached for 2 minutes in the browser's `sessionStorage`.
2021-04-05 18:39:06 +02:00
The source code is available on [Github](https://github.com/dwaxweiler/connector-mobilizon).
## Screenshots
2021-01-08 14:08:40 +01:00
1. Events list
2. General settings
3. Widget creation
4. Shortcut creation
## Changelog
2021-01-08 14:08:40 +01:00
2021-04-05 18:39:06 +02:00
### [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
2021-03-10 16:22:41 +01:00
### [0.2.2] - 2021-03-10
#### Changed
- Confirm compatibility with WordPress 5.7
- Update graphql dependency
- Update dev dependencies jsdom, webpack, webpack-cli, webpack-stream
2021-01-15 22:05:14 +01:00
### [0.2.1] - 2021-01-15
2021-03-10 16:14:37 +01:00
#### Fixed
2021-01-15 22:05:14 +01:00
- Add missing backtick to `readme.txt`
2021-01-15 21:32:45 +01:00
### [0.2.0] - 2021-01-15
2021-03-10 16:14:37 +01:00
#### Added
2021-01-15 21:32:45 +01:00
- `changelog.txt`
- Changelog maintenance steps to `README.md`
- Link to Github repository in `readme.txt`
- Option to show events of a specific group by indicating its name
2021-03-10 16:14:37 +01:00
#### Changed
2021-01-15 21:32:45 +01:00
- Use same Markdown style in `README.md` as in other documents
### [0.1.0] - 2021-01-09
initial release