From 783a892a4d3dfa32d2ff5ef0515519fc1dd5e37a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:42:44 +0000 Subject: [PATCH] chore(master): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ composer.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efe9bfb..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.2" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c397a4d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.5.0](https://github.com/imagekit-developer/imagekit-magento/compare/1.4.2...v1.5.0) (2026-06-25) + + +### Features + +* add release automation configuration and version management for module updates ([455de1d](https://github.com/imagekit-developer/imagekit-magento/commit/455de1d2ea4a05438848ad949575719dd46ce266)) +* add workflow to update module versions in release PR ([d6311b6](https://github.com/imagekit-developer/imagekit-magento/commit/d6311b65148fcfc84b20b57572d1f2a38d137d6f)) +* enhance ImageKit video handling by adding title and thumbnail support in video information and dialog ([#20](https://github.com/imagekit-developer/imagekit-magento/issues/20)) ([26bd6ff](https://github.com/imagekit-developer/imagekit-magento/commit/26bd6ff42e4d7004caee7256d5c2a425628356f6)) + + +### Bug Fixes + +* ensure workflow runs only for the correct repository in release-please.yml ([fd0466e](https://github.com/imagekit-developer/imagekit-magento/commit/fd0466e8a2772cb94b0f8dda37963feb8ef76e01)) +* guard against null image path in Plugin/Helper/Image.php ([#21](https://github.com/imagekit-developer/imagekit-magento/issues/21)) ([a1b68ca](https://github.com/imagekit-developer/imagekit-magento/commit/a1b68ca3220a5cebfb38ff761210acb69679394d)) +* update workflow trigger to use pull_request for version updates in release PR ([a68d1de](https://github.com/imagekit-developer/imagekit-magento/commit/a68d1def91f2148365860f34d869e4f98eadbecf)) + + +### Miscellaneous Chores + +* **ci:** update CI and release workflows to improve package creation and upload process ([3b79d32](https://github.com/imagekit-developer/imagekit-magento/commit/3b79d32db25182f03901f80aea5284c476fcdeef)) +* update PHP version to 8.3 and improve package installation in Dockerfile ([931e19f](https://github.com/imagekit-developer/imagekit-magento/commit/931e19fe3531303f90ed17e2eb519b5d574d1911)) +* update PHPStan action version and PHP version to 8.3 in CI workflow ([ed513f2](https://github.com/imagekit-developer/imagekit-magento/commit/ed513f20620592c46e02995eb1097f09bfe8ad84)) +* update PHPStan action version to 8.3 in CI workflow ([71131b5](https://github.com/imagekit-developer/imagekit-magento/commit/71131b5167dd32ebe0dd0d4abe262bd6d9a6e9b6)) diff --git a/composer.json b/composer.json index 87baced..5924b5b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "ImageKit 2 Magento Integration", "type": "magento2-module", "license": "MIT", - "version": "1.4.2", + "version": "1.5.0", "authors": [ { "name": "ImageKit Developer",