Skip to content

Commit 8ba83b5

Browse files
chore(release): 2.10.0 [skip ci]
# [2.10.0](v2.9.2...v2.10.0) (2025-07-06) ### Bug Fixes * allow duplicate ids from different mastodon instances ([14834d0](14834d0)) * dark mode in panel view ([ec0f49c](ec0f49c)) ### Features * disable automatic sending of webmentions ([62a0b7c](62a0b7c)) * post manually panel button ([eccf12a](eccf12a)) * trigger sending webmentions from view button ([2c07f00](2c07f00))
1 parent ec0f49c commit 8ba83b5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.10.0](https://github.com/mauricerenck/indieConnector/compare/v2.9.2...v2.10.0) (2025-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* allow duplicate ids from different mastodon instances ([14834d0](https://github.com/mauricerenck/indieConnector/commit/14834d0d027c2fa7abb94c0d8557ce322cfad8c8))
7+
* dark mode in panel view ([ec0f49c](https://github.com/mauricerenck/indieConnector/commit/ec0f49c26ea243d37b6191e074347698856dfd7b))
8+
9+
10+
### Features
11+
12+
* disable automatic sending of webmentions ([62a0b7c](https://github.com/mauricerenck/indieConnector/commit/62a0b7c2aae4f311631f91bb154e9c471b0a1843))
13+
* post manually panel button ([eccf12a](https://github.com/mauricerenck/indieConnector/commit/eccf12a9c10a660e775a5b6a83a4da4495e71970))
14+
* trigger sending webmentions from view button ([2c07f00](https://github.com/mauricerenck/indieConnector/commit/2c07f00f1e56d4003706840daee2ab48d8e7b11d))
15+
116
## [2.9.2](https://github.com/mauricerenck/indieConnector/compare/v2.9.1...v2.9.2) (2025-06-20)
217

318

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mauricerenck/indieconnector",
3-
"version": "2.9.2",
3+
"version": "2.10.0",
44
"description": "A Kirby IndieWeb plugin",
55
"type": "kirby-plugin",
66
"license": "MIT",
@@ -62,4 +62,4 @@
6262
"npm run build"
6363
]
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)