Skip to content

Commit aea2e40

Browse files
committed
Prepare next release v4.7.0
1 parent 9f1885f commit aea2e40

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

4-
4.7.0-dev (unreleased)
5-
----------------------
4+
4.7.0
5+
-----
66

77
- New: Command db:add-default-authorization-entries (by Christian Münch)
88
- Imp: Add handling for missing authorization rule/role in db:import (by Christian Münch, Alexander Menk)
99
- Add: Add table authorization_role to table group @admin (by hannes011)
1010
- 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)
1212

1313
4.6.1
1414
-----

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Application extends BaseApplication
4242
/**
4343
* @var string
4444
*/
45-
const APP_VERSION = '4.7.0-dev';
45+
const APP_VERSION = '4.7.0';
4646

4747
/**
4848
* @var int

version.txt

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

0 commit comments

Comments
 (0)