Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Dec 4, 2019
1 parent 18ce0cb commit 10c041a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## Unreleased

## v5.0.0
2019-12-04
* Improved the Chocolatey package release process to use their automatic update module.
* Added the curl extension to php.ini modifications which will be needed in Composer 2.
* Updated to Inno Setup 6 which provides a modern resizable interface and drops support for Windows XP.
Expand Down
4 changes: 2 additions & 2 deletions src/composer.iss
Expand Up @@ -1118,8 +1118,8 @@ var
begin
{Hex 343434}
Color := (52 shl 16) + (52 shl 8) + 52;
{Hex 303030}
Color := (48 shl 16) + (48 shl 8) + 48;
if not IsUninstaller then
WizardForm.Font.Color := Color
Expand Down

0 comments on commit 10c041a

Please sign in to comment.