[Bump] meta-infos
This commit is contained in:
parent
a446bcfd24
commit
90b9163b9a
@ -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
|
||||
|
14
README.en.md
14
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
|
||||
|
||||
|
16
README.md
16
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user