Skip to content

Commit b47ed99

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.10.0...v2.0.0) (2024-08-06) ### Features * native webmentions ([#13](#13)) ([38321f6](38321f6)) ### BREAKING CHANGES * - rewrite of receive classes and tests * feat: stats enabled option * the configuration stats = true has been moved to stats.enabled = true * feat: split data into webmention hooks * feat: webmention queue * feat: process queue * feat: urlcheck class * feat: page checks class * feat: database class * feat: outsourced webmention io specific code * feat: mastodon posting * feat: post images * feat: block templates * feat: disable per page * feat: configure status length * feat: handle deleted pages * feat: paginated tables in panel view * feat: disable migrations * feat: mastodon url panel field * feat: block source urls in config * feat: check for disabled webmentions on page level * feat: kirbytags for like, bookmark, repost, reply * feat: disable posting to mastodon on page level * feat: post to bluesky * feat: endpoint snippet * feat: updated outbox format * feat: save status of external posts * feat: mastodon url page method * feat: check bsky and mastodon urls and do not send again * feat: stat view updates * fix: stats option keeping donottrack in mind * fix: localurl checks * fix: use uri instead of slug for full path * fix: 410 route * fix: mastodon sender enable had wrong init value * fix: adapt to webmentions.rock tests * improvement: hook - detect urls once * improvement: microformat detection and tests * improvement: robust author field getters * improvement: show author and page title in stats * improvement: stats now check if the webmention is an update and doesnt count twice * improvement: mastodon sender with new options * improvement: new option structure * improvement: moved routes into separate file * improvement: stats * improvement: use ktable component
1 parent 38321f6 commit b47ed99

File tree

2 files changed

+102
-2
lines changed

2 files changed

+102
-2
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
# [2.0.0](https://github.com/mauricerenck/indieConnector/compare/v1.10.0...v2.0.0) (2024-08-06)
2+
3+
4+
### Features
5+
6+
* native webmentions ([#13](https://github.com/mauricerenck/indieConnector/issues/13)) ([38321f6](https://github.com/mauricerenck/indieConnector/commit/38321f648b828795d807e7a8f286dedfa2f08448))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* - rewrite of receive classes and tests
12+
13+
* feat: stats enabled option
14+
* the configuration stats = true has been moved to stats.enabled = true
15+
16+
* feat: split data into webmention hooks
17+
18+
* feat: webmention queue
19+
20+
* feat: process queue
21+
22+
* feat: urlcheck class
23+
24+
* feat: page checks class
25+
26+
* feat: database class
27+
28+
* feat: outsourced webmention io specific code
29+
30+
* feat: mastodon posting
31+
32+
* feat: post images
33+
34+
* feat: block templates
35+
36+
* feat: disable per page
37+
38+
* feat: configure status length
39+
40+
* feat: handle deleted pages
41+
42+
* feat: paginated tables in panel view
43+
44+
* feat: disable migrations
45+
46+
* feat: mastodon url panel field
47+
48+
* feat: block source urls in config
49+
50+
* feat: check for disabled webmentions on page level
51+
52+
* feat: kirbytags for like, bookmark, repost, reply
53+
54+
* feat: disable posting to mastodon on page level
55+
56+
* feat: post to bluesky
57+
58+
* feat: endpoint snippet
59+
60+
* feat: updated outbox format
61+
* feat: save status of external posts
62+
63+
* feat: mastodon url page method
64+
65+
* feat: check bsky and mastodon urls and do not send again
66+
67+
* feat: stat view updates
68+
69+
* fix: stats option keeping donottrack in mind
70+
71+
* fix: localurl checks
72+
73+
* fix: use uri instead of slug for full path
74+
75+
* fix: 410 route
76+
77+
* fix: mastodon sender enable had wrong init value
78+
79+
* fix: adapt to webmentions.rock tests
80+
81+
* improvement: hook - detect urls once
82+
83+
* improvement: microformat detection and tests
84+
85+
* improvement: robust author field getters
86+
87+
* improvement: show author and page title in stats
88+
89+
* improvement: stats now check if the webmention is an update and doesnt count twice
90+
91+
* improvement: mastodon sender with new options
92+
93+
* improvement: new option structure
94+
95+
* improvement: moved routes into separate file
96+
97+
* improvement: stats
98+
99+
* improvement: use ktable component
100+
1101
# [1.10.0](https://github.com/mauricerenck/indieConnector/compare/v1.9.1...v1.10.0) (2023-12-30)
2102

3103

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": "1.10.0",
3+
"version": "2.0.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)