diff --git a/CHANGELOG.md b/CHANGELOG.md index c4aba71..83171de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://git.d3data.de/D3Public/RemoveGoogleFonts/compare/1.0.0.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/RemoveGoogleFonts/compare/2.0.0.0...rel_2.x) + +## [2.0.0.0](https://git.d3data.de/D3Public/RemoveGoogleFonts/releases/tag/2.0.0.0) - 2024-04-11 +### Added +- OXID 7 compatibility ## [1.0.0.0](https://git.d3data.de/D3Public/RemoveGoogleFonts/releases/tag/1.0.0.0) - 2022-08-31 ### Added diff --git a/README.en.md b/README.en.md index 4ecc318..4e463a3 100644 --- a/README.en.md +++ b/README.en.md @@ -35,10 +35,20 @@ This package requires an OXID eShop installed with Composer in a version defined Open a command line and navigate to the root directory of the shop (parent directory of source and vendor). Execute the following command. Adapt the path details to your installation environment. ```bash -php composer require d3/removegooglefonts:^1.0 +php composer require d3/removegooglefonts:^2.0 ``` +Console: +// let shop read the module ( necessary! ) +php vendor/bin/oe-console oe:modules:install vendor/d3/removegooglefonts -Activate the module in Shopadmin under "Extensions -> Modules". +// activate the module +php vendor/bin/oe-console oe:modules:activate removegooglefonts + +// deactivate the module +php vendor/bin/oe-console oe:modules:d3activate removegooglefonts + +Activation && Deactivation also possible in Shop-Admin: +Activate the module under "Extensions -> Modules". ## Changelog diff --git a/README.md b/README.md index d316c23..a4a75bb 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,20 @@ Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer in d Öffnen Sie eine Kommandozeile und navigieren Sie zum Stammverzeichnis des Shops (Elternverzeichnis von source und vendor). Führen Sie den folgenden Befehl aus. Passen Sie die Pfadangaben an Ihre Installationsumgebung an. ```bash -php composer require d3/removegooglefonts:^1.0 -``` +php composer require d3/removegooglefonts:^2.0 +``` +Console: +// Einlesen ( nötig! ) +php vendor/bin/oe-console oe:modules:install vendor/d3/removegooglefonts -Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module". +// Aktivierung +php vendor/bin/oe-console oe:modules:activate removegooglefonts + +// Deaktivierung +php vendor/bin/oe-console oe:modules:d3activate removegooglefonts + +Aktivierung && Deaktivierung auch im Shop-Admin möglich: +Navigieren Sie zu "Erweiterungen > Module". ## Changelog