Skip to content

Commit a5fd163

Browse files
committed
Update .module.ini
1 parent 7f0f1f7 commit a5fd163

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

.module.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
EXTENSION_VENDOR=Loki
2-
EXTENSION_NAME=Theme
3-
COMPOSER_NAME=loki/magento2-theme
1+
EXTENSION_VENDOR=LokiTheme
2+
EXTENSION_NAME=LumaComponents
3+
COMPOSER_NAME=loki-theme/magento2-luma-components
44
PHP_VERSIONS=("8.1", "8.2", "8.3", "8.4")
55
PHPSTAN_LEVEL=1
66
SKIP_CSS_UTILS=0

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.8] - 16 September 2025
10+
### Fixed
11+
- Add wishlist counter to top links
12+
- Apply LumaTopLinks to both top.links and header.links
13+
- Sef long lifetime on user_allowed_save_cookie cookie
14+
- Apply right handle names
15+
- Rename namespaces
16+
- Update README
17+
- Multiple add to compare and add to wishlist
18+
- Simplify add to wishlist with LokiDataPost(element)
19+
- Fix toggle
20+
- Skip non-frontend themes in config option
21+
- Configure applied theme via store config, not DI type
22+
- Fixes in cookies, minicart, newsletter and styling
23+
- Cleanup
24+
- Fix mobile menu
25+
- Cleanup after merge
26+
- Add new Loki_Base as dependency and move over common logic
27+
928
## [0.0.7] - 12 September 2025
1029
### Fixed
1130
- Do not display empty minicart

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki-theme/magento2-luma-components",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Module to allow for Loki Themes to work",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)