release version 0.5.0
This commit is contained in:
parent
c131076f1a
commit
8f54398b43
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "^15.5.0",
|
"graphql": "^15.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"description": "Display mobilizon events in WordPress.",
|
"description": "Display mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,14 +1,19 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
|
#### Changed
|
||||||
|
#### Deprecated
|
||||||
|
#### Removed
|
||||||
|
#### Fixed
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
### [0.5.0] - 2021-05-06
|
||||||
|
#### Added
|
||||||
- Localise dates based on the WordPress locale and time zone
|
- Localise dates based on the WordPress locale and time zone
|
||||||
#### Changed
|
#### Changed
|
||||||
- Clearly list features in `readme.txt` description
|
- Clearly list features in `readme.txt` description
|
||||||
- Update dev dependencies c8, eslint, gulp-replace, webpack
|
- Update dev dependencies c8, eslint, gulp-replace, webpack
|
||||||
#### Deprecated
|
|
||||||
#### Removed
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Improve translatability
|
- Improve translatability
|
||||||
#### Security
|
|
||||||
|
|
||||||
### [0.4.0] - 2021-04-20
|
### [0.4.0] - 2021-04-20
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -35,6 +35,15 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.5.0] - 2021-05-06
|
||||||
|
#### Added
|
||||||
|
- Localise dates based on the WordPress locale and time zone
|
||||||
|
#### Changed
|
||||||
|
- Clearly list features in `readme.txt` description
|
||||||
|
- Update dev dependencies c8, eslint, gulp-replace, webpack
|
||||||
|
#### Fixed
|
||||||
|
- Improve translatability
|
||||||
|
|
||||||
### [0.4.0] - 2021-04-20
|
### [0.4.0] - 2021-04-20
|
||||||
#### Added
|
#### Added
|
||||||
- Show events' location if set: `description` and `locality` fields
|
- Show events' location if set: `description` and `locality` fields
|
||||||
|
|
Loading…
Reference in New Issue