Skip to content

Commit 6e34a55

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 018442d commit 6e34a55

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.1] - 14 July 2026
10+
### Fixed
11+
- Remove faulty namespace import
12+
- Allow admin component to define `acl_resource` for added security
13+
914
## [0.7.0] - 03 July 2026
1015
### Added
1116
- Entity selection

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Admin Panel grids and forms created via Loki Components",
55
"type": "magento2-module",
66
"keywords": [
@@ -34,4 +34,4 @@
3434
"Loki\\AdminComponents\\": ""
3535
}
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)