diff --git a/CHANGELOG.md b/CHANGELOG.md index 595eddcab..60bd3a42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ RECENT CHANGES ============== +1.103.3 +------- + +* Fix: Disable mview related commands in Magento CE (reported by, Ig0r-M #1051) + 1.103.2 ------- * Imp: Change config init to Magento's reinit function (by Thomas Wiringa) -* Fix: Cache clean won't work if database user is wrong (reprted by Izzulmakin, #1046) +* Fix: Cache clean won't work if database user is wrong (reported by Izzulmakin, #1046) * Fix: Wildcards in db:dump strip option (by Dan Wallis,#1042) * Fix: invalid composer package name (by Christian Münch, #1043) * Fix: Instances of PHP Fatal error: Uncaught ArgumentCountError (by Luke Rodgers, #1044) diff --git a/src/N98/Magento/Application.php b/src/N98/Magento/Application.php index 98cfd28e3..a2fc036e9 100644 --- a/src/N98/Magento/Application.php +++ b/src/N98/Magento/Application.php @@ -36,7 +36,7 @@ class Application extends BaseApplication /** * @var string */ - const APP_VERSION = '1.103.2'; + const APP_VERSION = '1.103.3'; /** * @var int diff --git a/version.txt b/version.txt index 8dcfb3a9f..5dc0aa856 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.103.2 +1.103.3