Skip to content

Commit 677fc35

Browse files
committed
Prepare release 5.2.0
1 parent 9334b5e commit 677fc35

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
RECENT CHANGES
22
==============
33

4-
5.2.0-dev
5-
---------
6-
7-
*unreleased*
8-
9-
- Add: New dev:console debug helper functions (by Christian Münch)
4+
5.2.0
5+
-----
6+
7+
- Add: #987: more dev:console debug helper functions (by Christian Münch)
8+
- Add: #1000: additional phar tests (by Christian Münch)
9+
- Imp: #957: Exclude system_config_snapshot from stripped dumps (by Alexander Menk)
10+
- Imp: #1008: Allow use of pipefail where supported (by Dan Wallis)
11+
- Imp: #1007: Upgrade compatibility list for PHP versions (by Lukasz Bajsarowicz)
12+
- Imp: Change mage-os repo url and disable unstable dev build job (by Christian Münch)
13+
- Imp: Changed installation workflow starting with composer 2.3.7 (by Christian Münch)
14+
- Imp: Update 3rd party dependencies (Symfony, psysh, vfsstream, captainhook, requests lib, faker lib, phpunit, twig)
15+
- Fix: #993: Try to drop only existing databases (by Christian Münch)
16+
- Fix: #996: Customer Debug Functions in Dev Console Dev Helper (by Alexander Menk)
17+
- Fix: #998: Pass empty string as default value to getFileName (by Peter Jaap)
18+
- Fix: #1015: deprecated: passing null to dirname (by Alexander Menk).
19+
- Fix: #1019: type error in cache-list command on php 8.1 (by Tom Klingenberg)
20+
- Fix: #1024: config:store:get wrong filters applied (by Alexander Dite)
1021

1122
5.1.0
1223
-----

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application extends BaseApplication
4444
/**
4545
* @var string
4646
*/
47-
const APP_VERSION = '5.2.0-dev';
47+
const APP_VERSION = '5.2.0';
4848

4949
/**
5050
* @var int

version.txt

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

0 commit comments

Comments
 (0)