Skip to content

Commit d3e5d3a

Browse files
committed
Copy generic CI/CD files
1 parent 0d1d998 commit d3e5d3a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cp -R ${GITHUB_WORKSPACE} /tmp/magento/package-source
4343
cd /tmp/magento
4444
composer config repositories.local-source path package-source/
45-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev
45+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev yireo/magento2-integration-test-helper
4646
4747
- name: Run Magento 2 Integration Tests
4848
run: |

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+
## [1.0.2] - 03 September 2025
10+
### Fixed
11+
- array_merge_recursive does not work, use array_merge instead
12+
- Add examples to README
13+
914
## [1.0.1] - 02 September 2025
1015
### Fixed
1116
- Optimize loading of remote resources

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-flatpickr",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Magento 2 module to add an Alpine.js directive x-flatpickr",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)