1 parent f1b8f63 commit 2a31041Copy full SHA for 2a31041
2 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.2.7] - 02 September 2025
10
+### Fixed
11
+- Update README.md
12
+- Add helper method for resource model
13
+- Improve detection of model class with repository handler
14
+
15
## [0.2.6] - 28 August 2025
16
### Fixed
17
- Do not escape pricing format
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.2.6",
+ "version": "0.2.7",
4
"description": "N/A",
5
"type": "magento2-module",
"require": {
0 commit comments