diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f44e4d..b5c9417 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.1" + ".": "1.26.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8b6dd..d0211eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.26.2](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.1...v1.26.2) (2025-07-04) + + +### Bug Fixes + +* Disable `upload_path` and `upload_url_path` options ([d98b2fe](https://github.com/ymirapp/wordpress-plugin/commit/d98b2fe9cb621e8fa8ce26276a221d6e8e4ae74f)) + ## [1.26.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.0...v1.26.1) (2025-06-24) diff --git a/src/Configuration/YmirConfiguration.php b/src/Configuration/YmirConfiguration.php index 7a49394..f154015 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.1'; + $container['ymir_plugin_version'] = '1.26.2'; $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 5aa5c72..219bf40 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.1 + * Version: 1.26.2 * Requires at least: 5.9 * Author: Carl Alexander * Author URI: https://ymirapp.com