Skip to content

Commit 30702ae

Browse files
authored
Merge pull request #89 from FriendsOfShopware/release0.2.0
2 parents 2e311df + 66a5e43 commit 30702ae

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG_de-DE.md

+7
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@
4444
# 0.1.7
4545

4646
* Fixed theme compile button in Administration
47+
48+
# 0.2.0
49+
50+
* Fixed reschedule Task to not stack the nextExecutionTime
51+
* Added env FROSH_TOOLS_TASK_LOGGING_INFO to log everything in tasks
52+
* Changed FROSH_TOOLS_TASK_LOGGING to just log exceptions
53+
* Fixed recommended value for IncrementStorage

CHANGELOG_en-GB.md

+7
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@
4444
# 0.1.7
4545

4646
* Fixed theme compile button in Administration
47+
48+
# 0.2.0
49+
50+
* Fixed reschedule Task to not stack the nextExecutionTime
51+
* Added env FROSH_TOOLS_TASK_LOGGING_INFO to log everything in tasks
52+
* Changed FROSH_TOOLS_TASK_LOGGING to just log exceptions
53+
* Fixed recommended value for IncrementStorage

composer.json

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

0 commit comments

Comments
 (0)