Skip to content

Commit

Permalink
Merge pull request #2712 from dpfaffenbauer/release/4.1.0-RC1
Browse files Browse the repository at this point in the history
[Release] 4.1.0-RC1
  • Loading branch information
dpfaffenbauer authored Sep 12, 2024
2 parents 71dfc40 + 8cbbaf0 commit b704b2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-4.1.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 4.1.0-RC1

> **Important**: Dependency to dachcom-digital/emailizr has been removed due to licensing issues with GPL and CCL. If
> you are using the emailzr extension, please install it manually again with
> composer require dachcom-digital/emailizr
* [Attributes] allow PHP8 Attributes for tagging services by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2533
* [TestBundle] introduce a standalone test-bundle to make testing with Pimcore and Behat easier by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2078
* [Core] add tax-rule per store by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2341
* [ResourceBundle] auto registration of pimcore models by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2536
* [Payment] allow encryption of gatway configs by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2538
* [Order] allow passing custom-attributes from price rules to order-item by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2555
* [StorageList] Multi Cart Selection by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2631
* [JMS] allow v5 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2493
* [OrderBundle] re-factor PDF rendering to use Pimcore Web2Print by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2668
* [Emailzr] remove extension by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2703
6 changes: 3 additions & 3 deletions src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ final class Version
{
public const MAJOR_VERSION = '4';

public const MINOR_VERSION = '0';
public const MINOR_VERSION = '1';

public const RELEASE_VERSION = '10';
public const RELEASE_VERSION = '0';

public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'RC1';

public static function getVersion(): string
{
Expand Down

0 comments on commit b704b2c

Please sign in to comment.