Skip to content

Commit 0618cb7

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2023-08-22) ### Bug Fixes * anayltics, clear selected episodes on podcast change ([d4354af](d4354af)) * api call urls and cache ([37159cb](37159cb)) * backward compatibility for mp3 files ([1c9b32e](1c9b32e)) * download graphs shows wrong month ([ee9aa63](ee9aa63)) * field headlines ([25764d5](25764d5)) * optimized migration ([22e0ae4](22e0ae4)) * podlove player mime type ([230f9a5](230f9a5)) * remove dummy code for estimating subscribers ([29e8dbe](29e8dbe)) * some links in the docs ([48895cb](48895cb)) * stats api download graph results with empty months ([8cb14b9](8cb14b9)) ### Features * added optional sanitize function for databases ([51a99a7](51a99a7)) * audioTools ([f086727](f086727)) * feed and episode blueprints ([bcd1897](bcd1897)) * feed classes and tests ([290895a](290895a)) * feed template and snippets ([c4016a3](c4016a3)) * html5 player ([9b78e10](9b78e10)) * init v3 ([08f046c](08f046c)) * make it possible to disable the external api ([bca28a2](bca28a2)) * matomo and podtrack support ([dc8f44b](dc8f44b)) * metadata ([4686c00](4686c00)) * migrations ([54cdb71](54cdb71)) * mp3 upload hooks ([cdd869e](cdd869e)) * mysql migrations ([834a9c7](834a9c7)) * og audio snippet ([3ee8b63](3ee8b63)) * panel analytics view ([79982bd](79982bd)) * podcaster db class ([cf74eb8](cf74eb8)) * rss feed channel part ([8b14769](8b14769)) * sql stats interface ([970db6b](970db6b)) * sqlite for panel analytics view ([57acb56](57acb56)) * sqlite migrations ([a26e3fb](a26e3fb)) * sqlite track useragents and feed visits ([3abf640](3abf640)) * stats ([d9aa863](d9aa863)) * track episode downloads ([5e63288](5e63288)) * tracking ([025c557](025c557)) * wip docs ([9c69baf](9c69baf)) * wip podlove player ([b366771](b366771))
1 parent 82f4e1d commit 0618cb7

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# [2.2.0](https://github.com/mauricerenck/kirby-podcaster/compare/v2.1.0...v2.2.0) (2023-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* anayltics, clear selected episodes on podcast change ([d4354af](https://github.com/mauricerenck/kirby-podcaster/commit/d4354afcf4ce5ac1ea784c5f781075904c5eeeb7))
7+
* api call urls and cache ([37159cb](https://github.com/mauricerenck/kirby-podcaster/commit/37159cb6ccb22c63f5e3c4d08fb777205fb30352))
8+
* backward compatibility for mp3 files ([1c9b32e](https://github.com/mauricerenck/kirby-podcaster/commit/1c9b32e440d0140dabf59a253e480fe208a15543))
9+
* download graphs shows wrong month ([ee9aa63](https://github.com/mauricerenck/kirby-podcaster/commit/ee9aa6326332cfb29fff690c82c5b22e2834c95f))
10+
* field headlines ([25764d5](https://github.com/mauricerenck/kirby-podcaster/commit/25764d50cf8491e33d22701fb1c3c35fcee9023f))
11+
* optimized migration ([22e0ae4](https://github.com/mauricerenck/kirby-podcaster/commit/22e0ae4965f9fded2d5ce2332a7a635272987cd1))
12+
* podlove player mime type ([230f9a5](https://github.com/mauricerenck/kirby-podcaster/commit/230f9a597628b4b624b4b4633c987d8f2596239b))
13+
* remove dummy code for estimating subscribers ([29e8dbe](https://github.com/mauricerenck/kirby-podcaster/commit/29e8dbe0ecde3fffa1566dde5a37b09c76d1a67e))
14+
* some links in the docs ([48895cb](https://github.com/mauricerenck/kirby-podcaster/commit/48895cbea1f1602b173a487355dedeb98227289c))
15+
* stats api download graph results with empty months ([8cb14b9](https://github.com/mauricerenck/kirby-podcaster/commit/8cb14b961a3c18266125c192d2070baf35694dde))
16+
17+
18+
### Features
19+
20+
* added optional sanitize function for databases ([51a99a7](https://github.com/mauricerenck/kirby-podcaster/commit/51a99a726d294caa32618647bc157df922b8b33f))
21+
* audioTools ([f086727](https://github.com/mauricerenck/kirby-podcaster/commit/f0867279eb147c042e21a1feb46987d43877d6ae))
22+
* feed and episode blueprints ([bcd1897](https://github.com/mauricerenck/kirby-podcaster/commit/bcd1897407fb404fda3114d5f16a22a243c0ff77))
23+
* feed classes and tests ([290895a](https://github.com/mauricerenck/kirby-podcaster/commit/290895a2e5968b5d51080afd954f3a0fbe1b9e7d))
24+
* feed template and snippets ([c4016a3](https://github.com/mauricerenck/kirby-podcaster/commit/c4016a37a6a9b5937e1b2cfc7d7b779a1d4d5949))
25+
* html5 player ([9b78e10](https://github.com/mauricerenck/kirby-podcaster/commit/9b78e10da0e126f26c3213c63ab4afabea2c3472))
26+
* init v3 ([08f046c](https://github.com/mauricerenck/kirby-podcaster/commit/08f046c75b71e70dff9b6eb611e7fc756234f24c))
27+
* make it possible to disable the external api ([bca28a2](https://github.com/mauricerenck/kirby-podcaster/commit/bca28a2b25110d44e6c58fd6ffc36883bfb69e03))
28+
* matomo and podtrack support ([dc8f44b](https://github.com/mauricerenck/kirby-podcaster/commit/dc8f44bbbf4498be9eac4b2a335117ba19bc2446))
29+
* metadata ([4686c00](https://github.com/mauricerenck/kirby-podcaster/commit/4686c00af7533f9ccbcf9a1c49c573ad7fa265c4))
30+
* migrations ([54cdb71](https://github.com/mauricerenck/kirby-podcaster/commit/54cdb719c0d3df566ad5ee5c06ff776a439ab70f))
31+
* mp3 upload hooks ([cdd869e](https://github.com/mauricerenck/kirby-podcaster/commit/cdd869efa751e31f686775e502ef36b48888d6fd))
32+
* mysql migrations ([834a9c7](https://github.com/mauricerenck/kirby-podcaster/commit/834a9c76db9b1f85124c25b58a622c6b6f902c77))
33+
* og audio snippet ([3ee8b63](https://github.com/mauricerenck/kirby-podcaster/commit/3ee8b634a3642a69a4cbf6f01dc0f172ed552078))
34+
* panel analytics view ([79982bd](https://github.com/mauricerenck/kirby-podcaster/commit/79982bd17b86e0980874943d20ca26049f63bb84))
35+
* podcaster db class ([cf74eb8](https://github.com/mauricerenck/kirby-podcaster/commit/cf74eb8e834d88e8b82c64022b353b2c1aa1c7c0))
36+
* rss feed channel part ([8b14769](https://github.com/mauricerenck/kirby-podcaster/commit/8b147694c7185637a086dc06a2f123a97c692868))
37+
* sql stats interface ([970db6b](https://github.com/mauricerenck/kirby-podcaster/commit/970db6b6bd74a1c9c976a6634c2711a40d6d8d64))
38+
* sqlite for panel analytics view ([57acb56](https://github.com/mauricerenck/kirby-podcaster/commit/57acb568a825818c4642c02b56fe214209b72414))
39+
* sqlite migrations ([a26e3fb](https://github.com/mauricerenck/kirby-podcaster/commit/a26e3fb85bdc5dc941bf00dc977f4fd54c52a084))
40+
* sqlite track useragents and feed visits ([3abf640](https://github.com/mauricerenck/kirby-podcaster/commit/3abf6401fd557809b8f8b564efc72f03f4ed07e1))
41+
* stats ([d9aa863](https://github.com/mauricerenck/kirby-podcaster/commit/d9aa86356e4e1386ad15dc853a1c75ce3b5008aa))
42+
* track episode downloads ([5e63288](https://github.com/mauricerenck/kirby-podcaster/commit/5e63288b958b55c30a1bb5b76bf606f1f8c72e97))
43+
* tracking ([025c557](https://github.com/mauricerenck/kirby-podcaster/commit/025c5574a0de3d8a2c6b6c2b14f632c3e40ee84b))
44+
* wip docs ([9c69baf](https://github.com/mauricerenck/kirby-podcaster/commit/9c69baf603c6a0fd6e21b370e8043702a7423b49))
45+
* wip podlove player ([b366771](https://github.com/mauricerenck/kirby-podcaster/commit/b36677105ae2f06dd30b7e4777a420805c60ad1a))

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.0.0",
3+
"version": "2.2.0",
44
"description": "A Kirby Podcast Plugin",
55
"homepage": "https://github.com/mauricerenck/kirby-podcaster",
66
"type": "kirby-plugin",
@@ -46,4 +46,4 @@
4646
]
4747
},
4848
"minimum-stability": "stable"
49-
}
49+
}

0 commit comments

Comments
 (0)