Skip to content

Commit cf94f4e

Browse files
committed
[TASK] Update README and version
1 parent 517a3dd commit cf94f4e

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For the output, the HTML is used directly from [Soundcloud][4].
3838
#### SQL changes
3939

4040
In order not to have to access the oEmbed interface permanently, three fields are
41-
added to the sys_file_metadata table
41+
added to the sys_file_metadata table. These table fields must use utf8mb4_unicode_ci collation.
4242

4343
## 3 Developer Corner
4444

Tests/Unit/Domain/Repository/FileRepositoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ protected function setUp(): void
2929
public function getPlatformIdentifierReturnsExpectedIdentifier(
3030
DoctrineAbstractPlatform $platform,
3131
string $expected
32-
): void
33-
{
32+
): void {
3433
$params = [$platform];
3534
$methodName = 'getPlatformIdentifier';
3635
$result = $this->buildReflectionForProtectedFunction($methodName, $params);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ayacoo/ayacoo-soundcloud",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "typo3-cms-extension",
55
"description": "Provides a Soundcloud online media helper",
66
"homepage": "https://www.ayacoo.de",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'author' => 'Guido Schmechel',
77
'author_email' => 'info@ayacoo.de',
88
'state' => 'stable',
9-
'version' => '3.0.1',
9+
'version' => '3.0.2',
1010
'constraints' => [
1111
'depends' => [
1212
'php' => '8.2.0-8.4.99',

0 commit comments

Comments
 (0)