Skip to content

Commit de19cf5

Browse files
Merge pull request #2357 from dpfaffenbauer/release/3.0.7
[Release] 3.0.7
2 parents 7bbd89e + 8112c39 commit de19cf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-3.0.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.0.7
2+
3+
## Bugs
4+
- [CartPriceRule] fix issue with deleted price rule (https://github.com/coreshop/CoreShop/pull/2332)
5+
16
# 3.0.6
27

38
## Bugs

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '0';
2626

27-
public const RELEASE_VERSION = '6';
27+
public const RELEASE_VERSION = '7';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)