Skip to content

Commit

Permalink
Prepare version 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Nov 25, 2024
1 parent 591e570 commit b0d6621
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
RECENT CHANGES
==============

7.5.0
-----

- Add: #1538: zstd and lz4 compression support and auto compression detection on DB import (by ResuBaka).
- Imp: Update dev system to Magento 2.4.7-p2 (by Christian Münch).
- Imp: Update 3rd party dependencies (phpstan, fakerphp, symfony/process, symfony/validator, twig) to their latest versions (by Christian Münch)
- Imp: Streamline Elasticsearch configuration (by Christian Münch)
- Imp: Enhance CI pipelines for dependency updates (by Christian Münch)
- Fix: Minor typo corrections (by Christian Münch)
- Fix: #1519: Fixed casing of DecryptCommand class (by Pieter Hoste)
- Fix: Address issues with MariaDB client tools not supporting `--ssl-mode` (by Christian Münch, reported by Max Fickers)
- Fix: Use the correct function to support PHP 7.4 for file ending checks (by ResuBaka)

7.4.0
-----

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 @@ -47,7 +47,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '7.4.0';
const APP_VERSION = '7.5.0';

/**
* @var int
Expand Down

0 comments on commit b0d6621

Please sign in to comment.