Skip to content

Commit 71e05ea

Browse files
author
GitHub Actions Bot
committed
chore: Build release
1 parent e9f5ba6 commit 71e05ea

20 files changed

+374
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 3.4.0
2+
- [chore: increase version](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/e9f5ba6)
3+
- [Show customer and order info in admin (#105)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/f5b0786)
4+
- [feat: improve admin ui (#104)](https://github.com/FriendsOfShopware/FroshPlatformMailArchive/commit/fbfa0ea)

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)