Skip to content

Commit

Permalink
Fix CHANGELOG, README
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed May 8, 2023
1 parent 2792020 commit cbdc81a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 29 deletions.
29 changes: 14 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Change Log for OXID twig admin theme
# Change Log for OXID Twig admin theme

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.0] - Unreleased

### Fixed
- Error during Generic Export
## [v2.1.0] - 2023-05-08

### Added
- Manufacturer sort field
Expand All @@ -16,15 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Deprecated language constants

### Fixed
- No static SEO URLs were shown for languages after selection
- Error during Generic Export
- No static SEO URLs shown for languages after selection

## [2.0.1] - 2022-11-23
## [v2.0.1] - 2022-11-23

### Fixed
- Wrong characters shown in module class sort list
- Do not escape the module description and author

## [2.0.0] - 2022-10-28
## [v2.0.0] - 2022-10-28

### Added
- Functionality to export newsletter recipients
Expand Down Expand Up @@ -73,12 +71,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `tbclnewsletter_selection`
- block `admin_shop_rdfa_submiturl` in `tpl/shop_rdfa.html.twig`

## [1.1.1] - Unreleased
## [v1.1.1] - Unreleased

### Fixed
- Admin navigation frame access with top.navigation is broken for chrome.

## [1.1.0] - 2022-09-08
## [v1.1.0] - 2022-09-08

### Renamed
- Changed price alert to wished price
Expand Down Expand Up @@ -115,9 +113,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix wrongly converted {% hasrights %} tags
- Port changes from main admin theme

## [1.0.0] - 2019-11-21
## [v1.0.0] - 2019-11-21

[2.0.1]: https://github.com/OXID-eSales/twig-admin-theme/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/OXID-eSales/twig-admin-theme/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/OXID-eSales/twig-admin-theme/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/OXID-eSales/twig-admin-theme/releases/tag/v1.0.0
[v2.1.0]: https://github.com/OXID-eSales/twig-admin-theme/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/OXID-eSales/twig-admin-theme/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/OXID-eSales/twig-admin-theme/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/OXID-eSales/twig-admin-theme/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/OXID-eSales/twig-admin-theme/releases/tag/v1.0.0
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Twig admin theme

Admin theme based on the twig engine.
Admin theme based on the Twig engine.

## Branch Compatibility

Expand All @@ -10,37 +10,32 @@ Admin theme based on the twig engine.
## Installation

**Run the following command to install theme:**

```bash
composer require oxid-esales/twig-admin-theme
```

**(Only for PE) Install OXID eSales PE twig component:**
**(Only for PE) Install OXID eSales PE Twig component:**

If you are using Professional Edition, please install Twig component for OXID eShop Professional Edition:

```bash
composer require oxid-esales/twig-component-pe
```

**(Only for EE) Install OXID eSales EE twig component:**
**(Only for EE) Install OXID eSales EE Twig component:**

If you are using Enterprise Edition, please install Twig component for OXID eShop Enterprise Edition:

```bash
composer require oxid-esales/twig-component-ee
```

**Note:**

The twig theme for admin will be registered during the installation. If you are having some issues, that the wrong Admin
The Twig theme for admin will be registered during the installation. If you are having some issues, that the wrong Admin
theme is loaded, please check if the `oxid_esales.theme.admin.name` parameter is set correctly:

.. code:: yaml

parameters:
oxid_esales.theme.admin.name: 'admin_twig'

```yaml
parameters:
oxid_esales.theme.admin.name: 'admin_twig'
```
## License
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"themes",
"eShop"
],
"homepage": "https://www.oxid-esales.com/en/home.html",
"homepage": "https://www.oxid-esales.com",
"require": {
"php": ">=8.0",
"oxid-esales/twig-component": "dev-b-7.0.x"
Expand Down

0 comments on commit cbdc81a

Please sign in to comment.