From 9c5484a35df5ebecb8fc66557ea0f6f83e9e81ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Mon, 13 Mar 2023 15:17:15 +0100 Subject: [PATCH] Prepare release v7.0.0 --- CHANGELOG.md | 7 +++++-- config.yaml | 10 ++++++++++ src/N98/Magento/Application.php | 2 +- version.txt | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eef58451..bd2928481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,16 @@ RECENT CHANGES ============== -7.0.0-dev ---------- +7.0.0 +----- - Add: Magento 2.4.6 +- Add: Magento 2.4.5-p2 +- Add: Magento 2.4.4-p2 - Add: #1041: New command config:data:indexer (by Christian Münch) - Add: #1042: New command config:data:mview (by Christian Münch) - Add: #1126: Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (by Christian Münch) +- Imp: #1123: Make detection debug output more helpful (by Alexander Menk) - Imp: New internal proxy command to call Magento Core Commands (by Christian Münch) - Imp: Disabled Magento and config initialization if self-update command runs (by Christian Münch) - Imp: Update 3rd party dependencies (Symfony, psysh, captainhook, php-cs-fixer, phpunit, twig) diff --git a/config.yaml b/config.yaml index 9f960e73f..7914cdd85 100644 --- a/config.yaml +++ b/config.yaml @@ -382,6 +382,16 @@ commands: version: 2.4.3-p3 options: repository-url: https://mirror.mage-os.org + - name: magento-ce-2.4.6 + package: magento/project-community-edition + version: 2.4.6 + options: + repository-url: https://repo.magento.com + - name: magento-ce-2.4.5-p2 + package: magento/project-community-edition + version: 2.4.5-p2 + options: + repository-url: https://repo.magento.com - name: magento-ce-2.4.5-p1 package: magento/project-community-edition version: 2.4.5-p1 diff --git a/src/N98/Magento/Application.php b/src/N98/Magento/Application.php index e51cc0d97..974556933 100644 --- a/src/N98/Magento/Application.php +++ b/src/N98/Magento/Application.php @@ -45,7 +45,7 @@ class Application extends BaseApplication /** * @var string */ - const APP_VERSION = '7.0.0-dev'; + const APP_VERSION = '7.0.0'; /** * @var int diff --git a/version.txt b/version.txt index dae1a1800..66ce77b7e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0.0-dev +7.0.0