Skip to content

Commit

Permalink
release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaxweiler committed Nov 10, 2024
1 parent 5bcc03f commit e21c86f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 8 additions & 3 deletions source/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions source/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e21c86f

Please sign in to comment.