Skip to content

Commit

Permalink
chore: release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent a4f7133 commit c1fef7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.23.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.22.1...v1.23.0) (2024-08-27)


### Features

* allow `ymir_page_caching_urls_to_clear` filter to return an array or string ([0ae69cf](https://github.com/ymirapp/wordpress-plugin/commit/0ae69cf02228a13a520759c2c1337a0ac850cf13))

## [1.22.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.22.0...v1.22.1) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/YmirConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function modify(Container $container)
});
$container['ymir_primary_domain_name'] = (string) getenv('YMIR_PRIMARY_DOMAIN_NAME');
$container['ymir_project_type'] = getenv('YMIR_PROJECT_TYPE') ?: 'wordpress';
$container['ymir_plugin_version'] = '1.22.1';
$container['ymir_plugin_version'] = '1.23.0';
$container['ymir_using_vanity_domain'] = $container->service(function (Container $container) {
return false !== stripos($container['site_url'], '.ymirsites.com');
});
Expand Down
2 changes: 1 addition & 1 deletion ymir.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Ymir
* Plugin URI: https://ymirapp.com
* Description: Integrates WordPress with the Ymir platform.
* Version: 1.22.1
* Version: 1.23.0
* Requires at least: 5.9
* Author: Carl Alexander
* Author URI: https://ymirapp.com
Expand Down

0 comments on commit c1fef7e

Please sign in to comment.