Skip to content

Commit

Permalink
Update changelog and version for v1.103.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 29, 2020
1 parent 2c2cd52 commit 939392e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
RECENT CHANGES
==============

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: 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)

1.103.1
-------

Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '1.103.1';
const APP_VERSION = '1.103.2';

/**
* @var int
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.103.1
1.103.2

0 comments on commit 939392e

Please sign in to comment.