Skip to content

Commit 3a6f324

Browse files
committed
Prepare 4.8.0 release
1 parent 289af9f commit 3a6f324

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

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

4-
4.8.0-dev
5-
---------
4+
4.8.0
5+
-----
66

77
- Add: #884: Hyvä Support for sys:info and sys:check command (by Christian Münch)
88
- Add: #875: Environment variable support in Magerun scripts (by Christian Münch)
@@ -20,7 +20,8 @@ RECENT CHANGES
2020
- dev: captainhook, phpunit, vfsstream, php-cs-fixer
2121
- application: composer, symfony, phing, psysh, symfony-console-autocomplete, twig
2222
- Imp: Refactoring of Github Actions (Composer 2, Test Pull Requests)
23-
- Fix: #828: Eerror on db:import --drop (by Alexander Menk)
23+
- Fix: #888: Check if file name was provided for db import command (by Torben Höhn)
24+
- Fix: #828: Error on db:import --drop (by Alexander Menk)
2425
- Fix: #824: Restore terminal mode after import (by Jeroen Vermeulen)
2526

2627
4.7.0

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.8.0-dev';
45+
const APP_VERSION = '4.8.0';
4646

4747
/**
4848
* @var int

version.txt

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

0 commit comments

Comments
 (0)