Skip to content

Commit 94ac790

Browse files
committed
Prepare release 7.4.0
1 parent e561578 commit 94ac790

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
RECENT CHANGES
22
==============
33

4-
7.4.0-dev
5-
---------
4+
7.4.0
5+
-----
66

77
- Add: new Magento Versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 (by Christian Münch)
88
- Add: New encrypt and decrypt commands (by Indy Koning)
99
- Add: customer:add-address command (by Christian Walter)
10-
- Imp: Update 3rd party dependencies (phpunit, symfony, php-cs-fixer, phpstan, psysh)
10+
- Imp: Update 3rd party dependencies (phpunit, symfony, php-cs-fixer, phpstan, psysh, twig)
1111
- Fix: #1406: Quotes all arguments used by MagentoCoreProxyCommand (by Christian Münch)
12+
- Imp: #1441: Make integration email and endpoint url optional (reported by Sergii Repin)
13+
- Imp: README.md - converted spaces (by Matheus Gontijo)
1214

1315
7.3.1
1416
-----

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Application extends BaseApplication
4747
/**
4848
* @var string
4949
*/
50-
const APP_VERSION = '7.4.0-dev';
50+
const APP_VERSION = '7.4.0';
5151

5252
/**
5353
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0-dev
1+
7.4.0

0 commit comments

Comments
 (0)