From 7f9f81eb47eb4302940522221448764faf6b72c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:53:44 +0000 Subject: [PATCH 1/2] chore: release 1.26.5 --- .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 744aed1..069a4d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.4" + ".": "1.26.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 99db16d..4b39ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.26.5](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.4...v1.26.5) (2025-09-09) + + +### Bug Fixes + +* Change capability required to access lifterlms setup wizard ([5cc67e5](https://github.com/ymirapp/wordpress-plugin/commit/5cc67e5c5e77f555f54847ae1f27dd067f3b2b5c)) + ## [1.26.4](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.3...v1.26.4) (2025-07-16) From 38e5d0ce59100ab7bc74976d49fe77697c19b89f Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Tue, 9 Sep 2025 13:12:05 -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 54fd9db..cab96fb 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.4'; + $container['ymir_plugin_version'] = '1.26.5'; $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 66fa5ea..ac03368 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.4 + * Version: 1.26.5 * Requires at least: 5.9 * Author: Carl Alexander * Author URI: https://ymirapp.com