File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
RECENT CHANGES
2
2
==============
3
3
4
+ 4.2.0
5
+ -----
6
+
7
+ - New: #598 : #597 Add support for additional fields to customer: create (by Alexander Menk)
8
+ - New: #596 : Support Magento 2.4.0 (by Christian Münch)
9
+ - New: #586 : MySQL 8 Support (by Callum Atwal)
10
+ - New: #575 : Env Checker (by Slawomir Boczek)
11
+ - New: #552 : Support Magento 2.3.5 (by Alexander Menk)
12
+ - Imp: #551 : When mysqldump fails, make db: dump fail as well (Pieter Hoste)
13
+ - New: #547 : Add table groups 'oauth' and 'klarna', update README.md (by Timon de Groot)
14
+ - New: #544 : --skip-magento-compatibility-check (by Timon de Groot)
15
+ - Imp: #568 : Strip all dotmailer tables (by Arnoud Beekman)
16
+ - Imp: #548 : Db console strip temp tables (by Doug Hatcher)
17
+ - Imp: #543 : Check if config:env: set does any changes (by Timon de Groot)
18
+ - Imp: Updated Dependencies (Symfony latest 4.4.x) (by Christian Münch)
19
+ - Imp: Update phpunit to 8.x (by Christian Münch)
20
+ - Fix: #590 : Fix format if db: status is dumped as CSV (by Christian Münch)
21
+
4
22
4.1.0
5
23
-----
6
24
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Application extends BaseApplication
42
42
/**
43
43
* @var string
44
44
*/
45
- const APP_VERSION = '4.1 .0 ' ;
45
+ const APP_VERSION = '4.2 .0 ' ;
46
46
47
47
/**
48
48
* @var int
Original file line number Diff line number Diff line change 1
- 4.1 .0
1
+ 4.2 .0
You can’t perform that action at this time.
0 commit comments