Skip to content

Commit 0133870

Browse files
committed
chore: release 0.1.3
1 parent dc3e74a commit 0133870

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG_de-DE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@
1818
* Inaktive Aufgaben vom Task-Manager ausgeschloßen
1919
* Feature-flags sortiert und einen Aktualisieren-Button hinzugefügt
2020
* Support des neuen Incrementer für die Messages hinzugefügt
21+
22+
# 0.1.3
23+
24+
* Neuer Befehl "frosh:dev:robots-txt" um in Testumgebungen Bots auszuschließen
25+
* Neuer Befehl "frosh:plugin:update" um alle Plugins mit Updates automatisch zu aktualisieren
26+
* Verbessere URL von Dateien im Shopware-Files-Checker

CHANGELOG_en-GB.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717

1818
* Exclude inactive tasks from health check
1919
* Sort feature-flags, add refresh-button onto feature-flags tab
20-
* Adsed support for the new message incrementer
20+
* Added support for the new message incrementer
21+
22+
# 0.1.3
23+
24+
* New command "frosh:dev:robots-txt" to stop crawers in test environments
25+
* New command "frosh:plugin:update" to update plugins with available updates at once
26+
* Improve url of files in Shopware-Files-Checker

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ bin/console frosh:env:set VARIABLE VALUE
6363
bin/console frosh:env:del VARIABLE
6464
```
6565

66+
### `frosh:dev:robots-txt` - For testshops - add/change robots.txt to stop crawers
67+
68+
```bash
69+
bin/console frosh:dev:robots-txt
70+
```
71+
72+
### `frosh:dev:robots-txt -r` - For testshops - revert changes in robots.txt
73+
74+
```bash
75+
bin/console frosh:dev:robots-txt -r
76+
```
77+
78+
### `frosh:plugin:update` - update plugins with available updates at once
79+
80+
```bash
81+
bin/console frosh:plugin:update
82+
```
83+
6684
## Screenshots
6785

6886
![System Status](https://i.imgur.com/jZBzVFo.png)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosh/tools",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Provides some basic things for managing the Shopware Installation",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",

0 commit comments

Comments
 (0)