release version 1.0.0

This commit is contained in:
Daniel Waxweiler 2024-04-06 08:22:26 +02:00
parent 7a0075e5ed
commit 5c1a186456
5 changed files with 20 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 76 KiB

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,14 +1,19 @@
### [Unreleased]
#### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [1.0.0]
#### Added
- Display name of group when it cannot be found
#### Changed
- Let backend do requests to API of Mobilizon instance for increased privacy
- Update dependencies
#### Deprecated
#### Removed
#### Fixed
- Fix displaying more than one block in the editor
#### Security
### [0.11.5]
#### Changed

View File

@ -41,6 +41,15 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog
### [1.0.0]
#### Added
- Display name of group when it cannot be found
#### Changed
- Let backend do requests to API of Mobilizon instance for increased privacy
- Update dependencies
#### Fixed
- Fix displaying more than one block in the editor
### [0.11.5]
#### Changed
- Confirm compatibility with WordPress 6.5