From 94ac79064b1ee4aabef57ceeb3726285d0bb3850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Tue, 23 Apr 2024 11:59:16 +0200 Subject: [PATCH] Prepare release 7.4.0 --- CHANGELOG.md | 8 +++++--- src/N98/Magento/Application.php | 2 +- version.txt | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 740dd50c..77c063ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ RECENT CHANGES ============== -7.4.0-dev ---------- +7.4.0 +----- - Add: new Magento Versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 (by Christian Münch) - Add: New encrypt and decrypt commands (by Indy Koning) - Add: customer:add-address command (by Christian Walter) -- Imp: Update 3rd party dependencies (phpunit, symfony, php-cs-fixer, phpstan, psysh) +- Imp: Update 3rd party dependencies (phpunit, symfony, php-cs-fixer, phpstan, psysh, twig) - Fix: #1406: Quotes all arguments used by MagentoCoreProxyCommand (by Christian Münch) +- Imp: #1441: Make integration email and endpoint url optional (reported by Sergii Repin) +- Imp: README.md - converted spaces (by Matheus Gontijo) 7.3.1 ----- diff --git a/src/N98/Magento/Application.php b/src/N98/Magento/Application.php index cd093ee9..1bd2f108 100644 --- a/src/N98/Magento/Application.php +++ b/src/N98/Magento/Application.php @@ -47,7 +47,7 @@ class Application extends BaseApplication /** * @var string */ - const APP_VERSION = '7.4.0-dev'; + const APP_VERSION = '7.4.0'; /** * @var int diff --git a/version.txt b/version.txt index a7e66aad..ba7f754d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.4.0-dev +7.4.0