1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

Merge branch 'main' into requests-in-php

This commit is contained in:
Daniel Waxweiler
2023-11-11 20:44:15 +01:00
9 changed files with 3781 additions and 3007 deletions

View File

@ -8,6 +8,11 @@
#### Fixed
#### Security
### [0.11.4]
#### Changed
- Confirm compatibility with WordPress 6.4
- Update dependencies
### [0.11.3]
#### Fixed
- Clean up distributed files

View File

@ -70,9 +70,9 @@ export function getUpcomingEventsByGroupName({ url, limit, groupName }) {
SessionCache.add(
sessionStorage,
{ url, query, variables: { afterDatetime, groupName, limit } },
data
data,
)
return Promise.resolve(data)
}
},
)
}

View File

@ -41,6 +41,11 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog
### [0.11.4]
#### Changed
- Confirm compatibility with WordPress 6.4
- Update dependencies
### [0.11.3]
#### Fixed
- Clean up distributed files