release version 1.3.0

This commit is contained in:
Daniel Waxweiler 2024-11-10 09:52:09 +01:00
parent 5bcc03f9d1
commit e21c86f2e4
4 changed files with 23 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "1.2.0-next", "version": "1.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "1.2.0-next", "version": "1.3.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.9.0", "graphql": "16.9.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "1.2.0-next", "version": "1.3.0",
"description": "Display Mobilizon events in WordPress.", "description": "Display Mobilizon events in WordPress.",
"private": true, "private": true,
"type": "module", "type": "module",

View File

@ -1,17 +1,22 @@
### [Unreleased] ### [Unreleased]
#### Added #### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [1.3.0]
#### Added
- Comment for translators what placeholder will contain - Comment for translators what placeholder will contain
#### Changed #### Changed
- Confirm compatibility with WordPress 6.7 - Confirm compatibility with WordPress 6.7
- Load block script only in footer to reduce waiting time - Load block script only in footer to reduce waiting time
- Update dependencies - Update dependencies
#### Deprecated
#### Removed
#### Fixed #### Fixed
- Mark event-related data as non-translatable within plugin - Mark event-related data as non-translatable within plugin
- Add version number to script registration to break browser caching - Add version number to script registration to break browser caching
- Handle location being null - Handle location being null
#### Security
### [1.2.0] ### [1.2.0]
#### Added #### Added

View File

@ -43,6 +43,18 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog ## 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] ### [1.2.0]
#### Added #### Added
- Display event picture if available - Display event picture if available