Skip to content

Commit ac75aea

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2025-07-11) ### Bug Fixes * handle empty user agents ([2c27010](2c27010)) ### Features * support head requests for episodes ([3c4f163](3c4f163))
1 parent 3c4f163 commit ac75aea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.4.0](https://github.com/mauricerenck/kirby-podcaster/compare/v3.3.0...v3.4.0) (2025-07-11)
2+
3+
4+
### Bug Fixes
5+
6+
* handle empty user agents ([2c27010](https://github.com/mauricerenck/kirby-podcaster/commit/2c27010c24ca361ecdb561f63ff2dfa692a939ef))
7+
8+
9+
### Features
10+
11+
* support head requests for episodes ([3c4f163](https://github.com/mauricerenck/kirby-podcaster/commit/3c4f1638b22e12169843a8156526609901383e8d))
12+
113
# [3.3.0](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.11...v3.3.0) (2025-01-24)
214

315

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mauricerenck/podcaster",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A Kirby Podcast Plugin",
55
"homepage": "https://github.com/mauricerenck/kirby-podcaster",
66
"type": "kirby-plugin",
@@ -49,4 +49,4 @@
4949
"npm run build"
5050
]
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)