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",
"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",

View File

@ -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",

View File

@ -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

View File

@ -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