Skip to content

Commit

Permalink
chore: release 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
1 parent 55007a8 commit 8611682
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.21.1](https://github.com/ymirapp/wordpress-plugin/compare/v1.21.0...v1.21.1) (2024-07-12)


### Bug Fixes

* cast source value as int ([f7bf891](https://github.com/ymirapp/wordpress-plugin/commit/f7bf8910c16ba5ee459926bed3e2f68389ce6a8a))

## [1.21.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.20.2...v1.21.0) (2023-11-17)


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.21.0';
$container['ymir_plugin_version'] = '1.21.1';
$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.21.0
* Version: 1.21.1
* Requires at least: 5.9
* Author: Carl Alexander
* Author URI: https://ymirapp.com
Expand Down

0 comments on commit 8611682

Please sign in to comment.