From 1de364059506f9e6eeff66ae8f5a9009bab3b352 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 05:01:06 +0000 Subject: [PATCH 1/2] chore: release 1.26.4 --- .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 7952870..744aed1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.3" + ".": "1.26.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3776915..99db16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.26.4](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.3...v1.26.4) (2025-07-16) + + +### Bug Fixes + +* Don't add `/wp` prefix to `build` directory with radicle projects ([3264105](https://github.com/ymirapp/wordpress-plugin/commit/3264105db96a727d78e10323bbd2aea6258e9ff5)) + ## [1.26.3](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.2...v1.26.3) (2025-07-13) From 46d97eb42c0669cecd035e124db7fdba979af1ce Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Wed, 16 Jul 2025 01:02:44 -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 bc0e581..54fd9db 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.3'; + $container['ymir_plugin_version'] = '1.26.4'; $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 59b0653..66fa5ea 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.3 + * Version: 1.26.4 * Requires at least: 5.9 * Author: Carl Alexander * Author URI: https://ymirapp.com