diff --git a/package-lock.json b/package-lock.json index 79c403e..d4311eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "1.2.0-next", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "1.2.0-next", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "graphql": "16.9.0", diff --git a/package.json b/package.json index 13128a6..80cb065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "1.2.0-next", + "version": "1.3.0", "description": "Display Mobilizon events in WordPress.", "private": true, "type": "module", diff --git a/source/changelog.txt b/source/changelog.txt index 8e3a59c..1f778cf 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -1,17 +1,22 @@ ### [Unreleased] #### Added +#### Changed +#### Deprecated +#### Removed +#### Fixed +#### Security + +### [1.3.0] +#### Added - Comment for translators what placeholder will contain #### Changed - Confirm compatibility with WordPress 6.7 - Load block script only in footer to reduce waiting time - Update dependencies -#### Deprecated -#### Removed #### Fixed - Mark event-related data as non-translatable within plugin - Add version number to script registration to break browser caching - Handle location being null -#### Security ### [1.2.0] #### Added diff --git a/source/readme.txt b/source/readme.txt index 7242642..bd2923c 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -43,6 +43,18 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of ## Changelog +### [1.3.0] +#### Added +- Comment for translators what placeholder will contain +#### Changed +- Confirm compatibility with WordPress 6.7 +- Load block script only in footer to reduce waiting time +- Update dependencies +#### Fixed +- Mark event-related data as non-translatable within plugin +- Add version number to script registration to break browser caching +- Handle location being null + ### [1.2.0] #### Added - Display event picture if available