Skip to content

Commit 8c6fa7b

Browse files
chore: release 1.28.1
1 parent 9b795d6 commit 8c6fa7b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.28.0"
2+
".": "1.28.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.28.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.28.0...v1.28.1) (2026-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix subdirectory multisite asset urls ([74bb6ee](https://github.com/ymirapp/wordpress-plugin/commit/74bb6ee5dfaa6614ea4fb5a6eed90dbc48218a0e))
9+
310
## [1.28.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.27.0...v1.28.0) (2026-03-10)
411

512

src/Configuration/YmirConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function modify(Container $container): void
4747
});
4848
$container['ymir_primary_domain_name'] = (string) getenv('YMIR_PRIMARY_DOMAIN_NAME');
4949
$container['ymir_project_type'] = getenv('YMIR_PROJECT_TYPE') ?: 'wordpress';
50-
$container['ymir_plugin_version'] = '1.28.0';
50+
$container['ymir_plugin_version'] = '1.28.1';
5151
$container['ymir_using_vanity_domain'] = $container->service(function (Container $container) {
5252
return false !== stripos($container['site_url'], '.ymirsites.com');
5353
});

ymir.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Ymir
1616
* Plugin URI: https://ymirapp.com
1717
* Description: Integrates WordPress with the Ymir platform.
18-
* Version: 1.28.0
18+
* Version: 1.28.1
1919
* Requires at least: 5.9
2020
* Author: Carl Alexander
2121
* Author URI: https://ymirapp.com

0 commit comments

Comments
 (0)