Skip to content

Commit

Permalink
Bump version to 2.9.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Feb 23, 2023
1 parent 69d63aa commit 5b45dc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion post-expirator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion services.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 5b45dc2

Please sign in to comment.