Skip to content

Commit 24d14fd

Browse files
chore: release 1.27.0
1 parent 6663368 commit 24d14fd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.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.26.5"
2+
".": "1.27.0"
33
}

CHANGELOG.md

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

3+
## [1.27.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.5...v1.27.0) (2025-10-05)
4+
5+
6+
### Features
7+
8+
* Add compatibility layer for divi ([6663368](https://github.com/ymirapp/wordpress-plugin/commit/66633684271a0904e7cf2d1cc6d0b3961ee1ea9b))
9+
* Disable unnecessary `available_updates_disk_space` health check ([6c866d9](https://github.com/ymirapp/wordpress-plugin/commit/6c866d96ee22547c346c36449c05ad6d458a38ce))
10+
311
## [1.26.5](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.4...v1.26.5) (2025-09-09)
412

513

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)
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.26.5';
50+
$container['ymir_plugin_version'] = '1.27.0';
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.26.5
18+
* Version: 1.27.0
1919
* Requires at least: 5.9
2020
* Author: Carl Alexander
2121
* Author URI: https://ymirapp.com

0 commit comments

Comments
 (0)