Skip to content

Commit c1fef7e

Browse files
chore: release 1.23.0
1 parent a4f7133 commit c1fef7e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.23.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.22.1...v1.23.0) (2024-08-27)
4+
5+
6+
### Features
7+
8+
* allow `ymir_page_caching_urls_to_clear` filter to return an array or string ([0ae69cf](https://github.com/ymirapp/wordpress-plugin/commit/0ae69cf02228a13a520759c2c1337a0ac850cf13))
9+
310
## [1.22.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.22.0...v1.22.1) (2024-08-16)
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.22.1';
50+
$container['ymir_plugin_version'] = '1.23.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.22.1
18+
* Version: 1.23.0
1919
* Requires at least: 5.9
2020
* Author: Carl Alexander
2121
* Author URI: https://ymirapp.com

0 commit comments

Comments
 (0)