Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel Waxweiler 3269ccca1a add missing readme changelog entry 2024-04-02 22:13:20 +02:00
Daniel Waxweiler 2d91350cc9 prepare next release 2024-04-02 22:09:58 +02:00
Daniel Waxweiler e7fd47a346 release version 0.11.5 2024-04-02 22:09:20 +02:00
Daniel Waxweiler 8d4e81878e confirm compatibility with WordPress 6.5 2024-04-02 22:02:55 +02:00
Daniel Waxweiler 418dc829d0 document after-release step 2024-04-02 22:01:53 +02:00
5 changed files with 13 additions and 4 deletions

View File

@ -36,6 +36,7 @@ The current changelog can be found under [source/changelog.txt](source/changelog
13. Push the new tag to the repository: `git push --tags`
14. Append `-next` to the version number in `package.json`.
15. Update the `package-lock.json`: `npm i --package-lock-only`
16. Commit: `git commit -am "prepare next release"`
### Other commands

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.11.4-next",
"version": "0.11.5-next",
"description": "Display Mobilizon events in WordPress.",
"private": true,
"type": "module",
@ -63,7 +63,7 @@
"niceName": "Connector for Mobilizon",
"phpMinimumVersion": 7.4,
"wordpressMinimumVersion": 5.6,
"wordpressTestedUpToVersion": "6.3"
"wordpressTestedUpToVersion": "6.5"
},
"lint-staged": {
"source/**/*.js": "eslint",

View File

@ -6,6 +6,10 @@
#### Fixed
#### Security
### [0.11.5]
#### Changed
- Confirm compatibility with WordPress 6.5
### [0.11.4]
#### Changed
- Confirm compatibility with WordPress 6.4

View File

@ -41,6 +41,10 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog
### [0.11.5]
#### Changed
- Confirm compatibility with WordPress 6.5
### [0.11.4]
#### Changed
- Confirm compatibility with WordPress 6.4