Skip to content

Commit

Permalink
[TASK] Fix extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayacoo committed Dec 18, 2022
1 parent 0cb1788 commit afbbcc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
return [
'mimetypes-media-image-soundcloud' => [
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
'source' => 'EXT:ayacoo-soundcloud/Resources/Public/Icons/soundcloud.svg',
'source' => 'EXT:ayacoo_soundcloud/Resources/Public/Icons/Extension.svg',
],
];
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TYPO3 Extension ayacoo-soundcloud
# TYPO3 Extension ayacoo_soundcloud

## 1 Features

Expand Down Expand Up @@ -39,7 +39,7 @@ In order not to have to access the oEmbed interface permanently, four fields are

### 3.2 Release Management

ayacoo-soundcloud uses [**semantic versioning**][2], which means, that
ayacoo_soundcloud uses [**semantic versioning**][2], which means, that

* **bugfix updates** (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking
changes,
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"typo3/cms": {
"extension-key": "ayacoo-soundcloud",
"extension-key": "ayacoo_soundcloud",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
Expand Down

0 comments on commit afbbcc9

Please sign in to comment.