diff --git a/assets/screenshot-5.png b/assets/screenshot-5.png new file mode 100644 index 0000000..660da40 Binary files /dev/null and b/assets/screenshot-5.png differ diff --git a/package-lock.json b/package-lock.json index 9e3eff0..3c2d3b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "0.9.1", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { "graphql": "16.5.0", diff --git a/package.json b/package.json index 2026d8b..003f8ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "0.9.1", + "version": "0.10.0", "description": "Display Mobilizon events in WordPress.", "private": true, "type": "module", diff --git a/source/changelog.txt b/source/changelog.txt index 689484d..b0f7ceb 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -1,15 +1,19 @@ ### [Unreleased] #### Added +#### Changed +#### Deprecated +#### Removed +#### Fixed +#### Security + +### [0.10.0] +#### Added - Add Gutenberg events list block - Show loading indicator during request #### Changed - Set list style type to none and left padding to zero for all occurences - Move shortcut usage description into installation section in `readme.txt` - Update dependencies -#### Deprecated -#### Removed -#### Fixed -#### Security ### [0.9.1] - 2020-05-19 #### Fixed diff --git a/source/readme.txt b/source/readme.txt index 95e5b1f..9c2cf07 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -37,9 +37,19 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of 2. General settings 3. Widget creation 4. Shortcut creation +5. Gutenberg block in editor ## Changelog +### [0.10.0] +#### Added +- Add Gutenberg events list block +- Show loading indicator during request +#### Changed +- Set list style type to none and left padding to zero for all occurences +- Move shortcut usage description into installation section in `readme.txt` +- Update dependencies + ### [0.9.1] - 2020-05-19 #### Fixed - Fix WordPress compatibility version number