8
0
Fork 0

[Bump] meta-infos

Dieser Commit ist enthalten in:
MaxBUhe 2024-04-11 14:46:19 +02:00
Ursprung a446bcfd24
Commit 90b9163b9a
3 geänderte Dateien mit 30 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -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/), 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). 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 ## [1.0.0.0](https://git.d3data.de/D3Public/RemoveGoogleFonts/releases/tag/1.0.0.0) - 2022-08-31
### Added ### Added

Datei anzeigen

@ -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. 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 ```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 ## Changelog

Datei anzeigen

@ -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. Ö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 ```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 ## Changelog