File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
RECENT CHANGES
2
2
==============
3
3
4
- 4.7.0-dev (unreleased)
5
- ----------------------
4
+ 4.7.0
5
+ -----
6
6
7
7
- New: Command db: add-default-authorization-entries (by Christian Münch)
8
8
- Imp: Add handling for missing authorization rule/role in db: import (by Christian Münch, Alexander Menk)
9
9
- Add: Add table authorization_role to table group @admin (by hannes011)
10
10
- Fix: #781 - empty cron expression (by Christian Münch)
11
- - Fix: #789 - sampledata: deploy returns composer error, bin/magento works
11
+ - Fix: #789 - sampledata: deploy returns composer error, bin/magento works (by Christian Münch)
12
12
13
13
4.6.1
14
14
-----
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.7.0-dev ' ;
45
+ const APP_VERSION = '4.7.0 ' ;
46
46
47
47
/**
48
48
* @var int
Original file line number Diff line number Diff line change 1
- 4.7.0-dev
1
+ 4.7.0
You can’t perform that action at this time.
0 commit comments