File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.26.5 "
2+ "." : " 1.27.0 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 });
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments