Skip to content

Commit 456f86a

Browse files
committed
Prep release
1 parent 2a0f9e0 commit 456f86a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION_VENDOR=Loki
22
EXTENSION_NAME=AdminComponents
3-
COMPOSER_NAME=loki-extensions/magento2-admin-components
3+
COMPOSER_NAME=loki/magento2-admin-components
44
PHP_VERSIONS=("8.3","8.4")
55
PHPSTAN_LEVEL=1

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1] - 11 July 2025
10+
### Fixed
11+
- Allow for item convertors in forms
12+
- Configure HTML attributes per field
13+
- Enhance exceptions when you are being stupid
14+
- Remove allowActions from provider
15+
916
## [0.1.0] - 10 July 2025
1017
### Refactor
1118
- Rename from `Yireo_LokiAdminComponents` to `Loki_AdminComponents`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)