Skip to content

Commit d893bb5

Browse files
chore: release 1.25.0
1 parent 090b569 commit d893bb5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.24.0"
2+
".": "1.25.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.25.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.24.0...v1.25.0) (2025-01-31)
4+
5+
6+
### Features
7+
8+
* Disable some health checks when on ymir ([9e42fa9](https://github.com/ymirapp/wordpress-plugin/commit/9e42fa941ae21f91dc58b5e9c31f92e88b060109))
9+
310
## [1.24.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.23.0...v1.24.0) (2024-09-06)
411

512

src/Configuration/YmirConfiguration.php

+1-1
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.24.0';
50+
$container['ymir_plugin_version'] = '1.25.0';
5151
$container['ymir_using_vanity_domain'] = $container->service(function (Container $container) {
5252
return false !== stripos($container['site_url'], '.ymirsites.com');
5353
});

ymir.php

+1-1
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.24.0
18+
* Version: 1.25.0
1919
* Requires at least: 5.9
2020
* Author: Carl Alexander
2121
* Author URI: https://ymirapp.com

0 commit comments

Comments
 (0)