release version 1.0.0
This commit is contained in:
parent
7a0075e5ed
commit
5c1a186456
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 76 KiB |
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.5-next",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.5-next",
|
"version": "1.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.8.1",
|
"graphql": "16.8.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.5-next",
|
"version": "1.0.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,14 +1,19 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
|
#### Changed
|
||||||
|
#### Deprecated
|
||||||
|
#### Removed
|
||||||
|
#### Fixed
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
### [1.0.0]
|
||||||
|
#### Added
|
||||||
- Display name of group when it cannot be found
|
- Display name of group when it cannot be found
|
||||||
#### Changed
|
#### Changed
|
||||||
- Let backend do requests to API of Mobilizon instance for increased privacy
|
- Let backend do requests to API of Mobilizon instance for increased privacy
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
#### Deprecated
|
|
||||||
#### Removed
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Fix displaying more than one block in the editor
|
- Fix displaying more than one block in the editor
|
||||||
#### Security
|
|
||||||
|
|
||||||
### [0.11.5]
|
### [0.11.5]
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -41,6 +41,15 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
|
||||||
|
|
||||||
## Changelog
|
## 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]
|
### [0.11.5]
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 6.5
|
- Confirm compatibility with WordPress 6.5
|
||||||
|
|
Loading…
Reference in New Issue