Skip to content

Commit 2b26aee

Browse files
committed
Update changelog
1 parent 4c4f0d3 commit 2b26aee

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'Install PHP'
2424
uses: 'shivammathur/setup-php@v2'
2525
with:
26-
php-version: '8.1'
26+
php-version: '8.4'
2727
coverage: 'none'
2828
tools: 'composer:v2'
2929
env:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.5 - 2025-07-30
6+
7+
- Fix import of smile_custom_entity type attributes when frontend input type does not match between akeneo and magento [#25](https://github.com/Smile-SA/magento2-module-custom-entity-akeneo/pull/25)
8+
59
## 1.0.4 - 2024-03-05
610

711
- Removed dependency from parent constructor in ReferenceEntity helper [#24](https://github.com/Smile-SA/magento2-module-custom-entity-akeneo/pull/24)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"dealerdirect/phpcodesniffer-composer-installer": true,
3737
"php-http/discovery": true
3838
},
39+
"audit": {
40+
"abandoned": "report"
41+
},
3942
"sort-packages": true
4043
},
4144
"repositories": [

0 commit comments

Comments
 (0)