Skip to content

Commit

Permalink
Prepare release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Mar 13, 2023
1 parent 9647a37 commit 9c5484a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 10 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-dev
7.0.0

0 comments on commit 9c5484a

Please sign in to comment.