File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -63,6 +63,24 @@ bin/console frosh:env:set VARIABLE VALUE
6363bin/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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments