File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.24 .0"
2
+ "." : " 1.25 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.24.0] ( https://github.com/ymirapp/wordpress-plugin/compare/v1.23.0...v1.24.0 ) (2024-09-06)
4
11
5
12
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function modify(Container $container)
47
47
});
48
48
$ container ['ymir_primary_domain_name ' ] = (string ) getenv ('YMIR_PRIMARY_DOMAIN_NAME ' );
49
49
$ 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 ' ;
51
51
$ container ['ymir_using_vanity_domain ' ] = $ container ->service (function (Container $ container ) {
52
52
return false !== stripos ($ container ['site_url ' ], '.ymirsites.com ' );
53
53
});
Original file line number Diff line number Diff line change 15
15
* Plugin Name: Ymir
16
16
* Plugin URI: https://ymirapp.com
17
17
* Description: Integrates WordPress with the Ymir platform.
18
- * Version: 1.24 .0
18
+ * Version: 1.25 .0
19
19
* Requires at least: 5.9
20
20
* Author: Carl Alexander
21
21
* Author URI: https://ymirapp.com
You can’t perform that action at this time.
0 commit comments