Skip to content

Commit

Permalink
chore: release 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 6, 2024
1 parent 4212716 commit 92c3c7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.24.0](https://github.com/ymirapp/wordpress-plugin/compare/v1.23.0...v1.24.0) (2024-09-06)


### Features

* add `ymir_admin_notices` filter to handle admin notices ([514679b](https://github.com/ymirapp/wordpress-plugin/commit/514679bd8aced83e09085a1a666c299239db9afc))
* add an admin notice when production access isn't enabled in ses ([204327c](https://github.com/ymirapp/wordpress-plugin/commit/204327c3ef9b70b12fa9572be4927999c8dd28d1))
* add an admin notice when ses email is disabled because of the vanity domain ([55d7703](https://github.com/ymirapp/wordpress-plugin/commit/55d7703ef054460d951e85332431a51d5236271a))

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


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

0 comments on commit 92c3c7d

Please sign in to comment.