From 5b45dc24892cee697b27253e871a9eb0b1142929 Mon Sep 17 00:00:00 2001 From: Anderson Martins Date: Thu, 23 Feb 2023 14:46:23 -0300 Subject: [PATCH] Bump version to 2.9.1 and update changelog --- post-expirator.php | 2 +- readme.txt | 6 +++++- services.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/post-expirator.php b/post-expirator.php index 744ec21da..5402c3f26 100644 --- a/post-expirator.php +++ b/post-expirator.php @@ -4,7 +4,7 @@ * Plugin URI: http://wordpress.org/extend/plugins/post-expirator/ * Description: Allows you to add an expiration date (minute) to posts which you can configure to either delete the post, change it to a draft, or update the post categories at expiration time. * Author: PublishPress - * Version: 2.9.0 + * Version: 2.9.1 * Author URI: http://publishpress.com * Text Domain: post-expirator * Domain Path: /languages diff --git a/readme.txt b/readme.txt index 9066349c4..bcc00c2eb 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Author URI: https://publishpress.com Tags: expire, posts, pages, schedule Requires at least: 5.3 Tested up to: 6.1 -Stable tag: 2.9.0 +Stable tag: 2.9.1 Add an expiration date to posts. When your post is automatically unpublished, you can delete the post, change the status, or update the post categories. @@ -81,6 +81,10 @@ This section describes how to install the plugin and get it working. == Changelog == += [2.9.1] - 23 Feb, 2023 = + +* FIXED: Fix location of wordpress-banners style CSS when started by the Pro plugin, #393; + = [2.9.0] - 23 Feb, 2023 = * ADDED: Add new filter for filtering the expiration actions list: publishpressfuture_expiration_actions; diff --git a/services.php b/services.php index 008e3932d..bc1afe88b 100644 --- a/services.php +++ b/services.php @@ -50,7 +50,7 @@ use PublishPressFuture\Modules\WooCommerce\Module as ModuleWooCommerce; return [ - ServicesAbstract::PLUGIN_VERSION => '2.9.0', + ServicesAbstract::PLUGIN_VERSION => '2.9.1', ServicesAbstract::PLUGIN_SLUG => 'post-expirator',