From 0833e613fa359a0eb44ccb1d85407fc2f405c07e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 17:16:32 +0000 Subject: [PATCH 1/2] chore: release 1.26.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5c9417..7952870 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.2" + ".": "1.26.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0211eb..3776915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.26.3](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.2...v1.26.3) (2025-07-13) + + +### Bug Fixes + +* Enforce that we always have `response.data` when passing response to `fileUploaded` ([39a852d](https://github.com/ymirapp/wordpress-plugin/commit/39a852dacc19885f77ec638fab6d210a1cc3441f)) + ## [1.26.2](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.1...v1.26.2) (2025-07-04) From fc3e0175fadd452ee4b3d22cb4fbdb4699e89f68 Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Sun, 13 Jul 2025 13:18:00 -0400 Subject: [PATCH 2/2] bump version --- src/Configuration/YmirConfiguration.php | 2 +- ymir.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Configuration/YmirConfiguration.php b/src/Configuration/YmirConfiguration.php index f154015..bc0e581 100644 --- a/src/Configuration/YmirConfiguration.php +++ b/src/Configuration/YmirConfiguration.php @@ -47,7 +47,7 @@ public function modify(Container $container) }); $container['ymir_primary_domain_name'] = (string) getenv('YMIR_PRIMARY_DOMAIN_NAME'); $container['ymir_project_type'] = getenv('YMIR_PROJECT_TYPE') ?: 'wordpress'; - $container['ymir_plugin_version'] = '1.26.2'; + $container['ymir_plugin_version'] = '1.26.3'; $container['ymir_using_vanity_domain'] = $container->service(function (Container $container) { return false !== stripos($container['site_url'], '.ymirsites.com'); }); diff --git a/ymir.php b/ymir.php index 219bf40..59b0653 100644 --- a/ymir.php +++ b/ymir.php @@ -15,7 +15,7 @@ * Plugin Name: Ymir * Plugin URI: https://ymirapp.com * Description: Integrates WordPress with the Ymir platform. - * Version: 1.26.2 + * Version: 1.26.3 * Requires at least: 5.9 * Author: Carl Alexander * Author URI: https://ymirapp.com