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

79 lines
2.0 KiB
Plaintext
Raw Normal View History

### [Unreleased]
2021-03-10 16:14:37 +01:00
#### Added
2021-12-09 19:02:49 +01:00
- Add specific error message for the case the group is not found
2021-12-09 19:46:19 +01:00
- Add code formatter prettier
2021-05-06 09:37:23 +02:00
#### Changed
2021-12-09 18:35:38 +01:00
- Set minimum PHP version to oldest officially supported 7.4
- Update dependencies
- Simplify build process
2021-05-06 09:37:23 +02:00
#### Deprecated
#### Removed
#### Fixed
#### Security
2021-08-24 19:35:10 +02:00
### [0.6.2] - 2021-08-24
#### Changed
- Update dependencies
#### Fixed
- Fix empty WordPress timezone_string option resulting in Invalid DateTime
2021-07-13 17:18:26 +02:00
### [0.6.1] - 2021-07-13
#### Changed
- Confirm compatibility with WordPress 5.8
- Update dependencies
2021-06-02 11:02:59 +02:00
### [0.6.0] - 2021-06-02
#### Added
- Optionally display the current offset as short name after the time via the general plugin settings
#### Changed
- Update dependencies
#### Fixed
- Capitalise Mobilizon name in description
2021-05-06 09:37:23 +02:00
### [0.5.0] - 2021-05-06
#### Added
2021-05-05 10:40:46 +02:00
- Localise dates based on the WordPress locale and time zone
2021-03-10 16:14:37 +01:00
#### Changed
2021-04-23 08:05:01 +02:00
- Clearly list features in `readme.txt` description
2021-05-06 09:22:28 +02:00
- Update dev dependencies c8, eslint, gulp-replace, webpack
2021-03-10 16:14:37 +01:00
#### Fixed
2021-05-06 09:22:13 +02:00
- Improve translatability
2021-04-20 21:32:08 +02:00
### [0.4.0] - 2021-04-20
#### Added
- Show events' location if set: `description` and `locality` fields
- Plugin icon
#### Changed
- Update dev dependencies eslint, jsdom, webpack
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