release version 0.2.0
This commit is contained in:
parent
4dfeabcb84
commit
bb64c9b9bd
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 7.5 KiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Display mobilizon events in WordPress.",
|
"description": "Display mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
Added
|
Added
|
||||||
- Add `changelog.txt`
|
|
||||||
- Add changelog maintenance steps to `README.md`
|
|
||||||
- Add link to Github repository to `readme.txt`
|
|
||||||
- Add option to show events of a specific group by indicating its name
|
|
||||||
Changed
|
Changed
|
||||||
- Use same Markdown style in `README.md` as in other documents
|
|
||||||
Deprecated
|
Deprecated
|
||||||
Removed
|
Removed
|
||||||
Fixed
|
Fixed
|
||||||
Security
|
Security
|
||||||
|
|
||||||
|
### [0.2.0] - 2021-01-15
|
||||||
|
Added
|
||||||
|
- `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
|
||||||
|
Changed
|
||||||
|
- Use same Markdown style in `README.md` as in other documents
|
||||||
|
|
||||||
### [0.1.0] - 2021-01-09
|
### [0.1.0] - 2021-01-09
|
||||||
initial release
|
initial release
|
||||||
|
|
|
@ -28,5 +28,14 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.2.0] - 2021-01-15
|
||||||
|
Added
|
||||||
|
- `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
|
||||||
|
Changed
|
||||||
|
- Use same Markdown style in `README.md` as in other documents
|
||||||
|
|
||||||
### [0.1.0] - 2021-01-09
|
### [0.1.0] - 2021-01-09
|
||||||
initial release
|
initial release
|
||||||
|
|
Loading…
Reference in New Issue