Skip to content

Commit 2c532fb

Browse files
committed
Release v2.8.1
1 parent 5602649 commit 2c532fb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/oxid-esales/twig-component.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ install:
1010
"oxid-esales/*": "source"
1111
},
1212
"require": {
13-
"oxid-esales/apex-theme": "{{ .Data.install.composer.dev_ref }}",
14-
"oxid-esales/oxideshop-ce": "{{ .Data.install.composer.dev_ref }}",
15-
"oxid-esales/twig-admin-theme": "{{ .Data.install.composer.dev_ref }}",
16-
"oxid-esales/twig-component": "{{ .Data.install.composer.ref_name }}"
13+
"oxid-esales/apex-theme": "~v3.1.0",
14+
"oxid-esales/oxideshop-ce": "~v7.5.1",
15+
"oxid-esales/twig-admin-theme": "~v3.1.0",
16+
"oxid-esales/twig-component": "~v2.8.1"
1717
},
1818
"require-dev":{
1919
"mikey179/vfsstream": "~1.6.8",

CHANGELOG-2.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log for OXID Twig engine component
22

3-
## v2.8.1 - unreleased
3+
## v2.8.1 - 2026-05-11
44

55
### Fixed
66
- Clear template chain cache when clearing shop cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=8.3",
1616
"twig/twig": "^3.14"
1717
},
18-
"minimum-stability": "dev",
18+
"minimum-stability": "stable",
1919
"prefer-stable": true,
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)