Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.28.0"
".": "1.28.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.28.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.28.0...v1.28.1) (2026-05-09)


### Bug Fixes

* Fix subdirectory multisite asset urls ([74bb6ee](https://github.com/ymirapp/wordpress-plugin/commit/74bb6ee5dfaa6614ea4fb5a6eed90dbc48218a0e))

## [1.28.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.27.0...v1.28.0) (2026-03-10)


Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/YmirConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function modify(Container $container): void
});
$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.28.0';
$container['ymir_plugin_version'] = '1.28.1';
$container['ymir_using_vanity_domain'] = $container->service(function (Container $container) {
return false !== stripos($container['site_url'], '.ymirsites.com');
});
Expand Down
2 changes: 1 addition & 1 deletion ymir.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Ymir
* Plugin URI: https://ymirapp.com
* Description: Integrates WordPress with the Ymir platform.
* Version: 1.28.0
* Version: 1.28.1
* Requires at least: 5.9
* Author: Carl Alexander
* Author URI: https://ymirapp.com
Expand Down
Loading