Skip to content

Commit 39ce251

Browse files
author
GitHub Actions Bot
committed
chore: Build release
1 parent 543e844 commit 39ce251

File tree

20 files changed

+380
-184
lines changed

20 files changed

+380
-184
lines changed

.github/cherry-pick-bot.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/check-snippets.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/code-style.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.shopware-extension.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

CHANGELOG_en-GB.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 3.5.0
2+
- [chore: prepare release 3.5.0](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/543e844)
3+
- [fix: handle empty subject and body correctly (#115)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/8ee3403)
4+
- [feat: add url persistent list filters (#110)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/78f94dc)
5+
- [fix: add missing transform of email from returnPath (#107)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/e5d5f0b)
6+
- [fix: extract returnPath as mail address from header (#106)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/0eb7d89)

phpstan.neon.dist

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"base": "/bundles/froshplatformmailarchive/administration/",
3+
"entryPoints": {
4+
"frosh-platform-mail-archive": {
5+
"css": [
6+
"/bundles/froshplatformmailarchive/administration/css/frosh-platform-mail-archive.css"
7+
],
8+
"dynamic": [],
9+
"js": [
10+
"/bundles/froshplatformmailarchive/administration/js/frosh-platform-mail-archive.js"
11+
],
12+
"legacy": false,
13+
"preload": []
14+
}
15+
},
16+
"legacy": false,
17+
"metadatas": {},
18+
"version": [
19+
"7.0.4",
20+
7,
21+
0,
22+
4
23+
],
24+
"viteServer": null
25+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"main.js": {
3+
"file": "js/frosh-platform-mail-archive.js",
4+
"name": "frosh-platform-mail-archive",
5+
"src": "main.js",
6+
"isEntry": true,
7+
"css": [
8+
"css/frosh-platform-mail-archive.css"
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)