Skip to content

Commit d83f173

Browse files
chore: release 1.28.0
1 parent 6eabb3d commit d83f173

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.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.27.0"
2+
".": "1.28.0"
33
}

CHANGELOG.md

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

3+
## [1.28.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.27.0...v1.28.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* Add `clear_all_on_post_update` option to CDN page caching subscriber ([e992899](https://github.com/ymirapp/wordpress-plugin/commit/e992899e1c305519f1637c5834e51781455a6f58))
9+
* Add cached elementor woocommerce page discovery and invalidation on product updates ([0997cac](https://github.com/ymirapp/wordpress-plugin/commit/0997cac5697f9e844545d63db4e434ad1bb1d76f))
10+
* Add duplicate invalidation request suppression using transients ([97272ee](https://github.com/ymirapp/wordpress-plugin/commit/97272eec7883a5e18e158108cc2583c9f2aed611))
11+
* Add page cache invalidation to woocommerce product updates ([9dd9adf](https://github.com/ymirapp/wordpress-plugin/commit/9dd9adf34bac43190a78cae14ace992cb3039519))
12+
* Remove support for phpmailer 5 classes ([057b743](https://github.com/ymirapp/wordpress-plugin/commit/057b7437e9de39e8289a196c1c831bc254ba45ce))
13+
14+
15+
### Bug Fixes
16+
17+
* Add `save_post` fallbacks for woocommerce product cache invalidation ([633cb07](https://github.com/ymirapp/wordpress-plugin/commit/633cb0731f6b36d7c6347137a2e9f25ec8c88e72))
18+
* Fallback to variation post parent id in woocommerce cache invalidation ([bd6d74e](https://github.com/ymirapp/wordpress-plugin/commit/bd6d74eb24cf4be8e2faf4fec73d58c2d6a0cecd))
19+
320
## [1.27.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.26.5...v1.27.0) (2025-10-05)
421

522

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

0 commit comments

Comments
 (0)