Skip to content

Commit 2d10aed

Browse files
author
GitHub Actions Bot
committed
Build release
1 parent 53e429d commit 2d10aed

File tree

20 files changed

+877
-152
lines changed

20 files changed

+877
-152
lines changed

.github/workflows/cherry-pick.yml

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

.github/workflows/code-style.yml

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

.github/workflows/store.yml

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

.gitignore

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

CHANGELOG_en-GB.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 3.0.0
2+
- [chore: release 3.0.0](https://github.com/FriendsOfShopware/FroshTools/commit/53e429d)
3+
- [chore: update store information](https://github.com/FriendsOfShopware/FroshTools/commit/068a842)
4+
- [feat: remove sales channel attribute from monitor command (#337)](https://github.com/FriendsOfShopware/FroshTools/commit/30c064e)
5+
- [feat: add checks for PHP FPM when not in cluster mode (#336)](https://github.com/FriendsOfShopware/FroshTools/commit/f3f741a)
6+
- [chore: format source files (#335)](https://github.com/FriendsOfShopware/FroshTools/commit/c8f0fbd)
7+
- [feat!: remove system config override feature](https://github.com/FriendsOfShopware/FroshTools/commit/f2b4858)
8+
- [feat!: remove environment component](https://github.com/FriendsOfShopware/FroshTools/commit/4a8528f)
9+
- [feat!: remove env and plugin update commands](https://github.com/FriendsOfShopware/FroshTools/commit/c39c7bd)
10+
- [fix: formatting issues](https://github.com/FriendsOfShopware/FroshTools/commit/b5454eb)
11+
- [feat: Unify snippets (#325)](https://github.com/FriendsOfShopware/FroshTools/commit/8dcda58)

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/froshtools/administration/",
3+
"entryPoints": {
4+
"frosh-tools": {
5+
"css": [
6+
"/bundles/froshtools/administration/css/frosh-tools.css"
7+
],
8+
"dynamic": [],
9+
"js": [
10+
"/bundles/froshtools/administration/js/frosh-tools.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-tools.js",
4+
"name": "frosh-tools",
5+
"src": "main.js",
6+
"isEntry": true,
7+
"css": [
8+
"css/frosh-tools.css"
9+
]
10+
}
11+
}

src/Resources/public/administration/css/frosh-tools.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Resources/public/administration/js/frosh-tools.js

Lines changed: 829 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)