Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
#	post-expirator.php
  • Loading branch information
andergmartins committed Jul 7, 2021
2 parents 9749e1e + 1dac605 commit d4b3203
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Author: PublishPress
Author URI: https://publishpress.com
Tags: expire, posts, pages, schedule
Requires at least: 4.0
Tested up to: 5.7.1
Stable tag: 2.4.1
Tested up to: 5.7
Stable tag: 2.4.2

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 All @@ -27,16 +27,16 @@ There are a number of different ways that the posts can expire:

For each expiration event, a custom cron job will be schedule which will help reduce server overhead for busy sites.

The expiration date can be displayed within the actual post by using the [postexpirator] tag. The format attribute will override the plugin
default display format. See the [PHP Date Function](http://us2.php.net/manual/en/function.date.php) for valid date/time format options.
The expiration date can be displayed within the actual post by using the [postexpirator] tag. The format attribute will override the plugin
default display format. See the [PHP Date Function](http://us2.php.net/manual/en/function.date.php) for valid date/time format options.

NOTE: This plugin REQUIRES that WP-CRON is setup and functional on your webhost. Some hosts do not support this, so please check and confirm if you run into issues using the plugin.
NOTE: This plugin REQUIRES that WP-CRON is setup and functional on your web host. Some hosts do not support this, so please check and confirm if you run into issues using the plugin.

**[postexpirator] shortcode attributes**

* type - defaults to full - valid options are full,date,time
* dateformat - format set here will override the value set on the settings page
* timeformat - format set here will override the value set on the settings page
* timeformat - format set here will override the value set on the settings page

This plugin is fully compatible with WordPress Multisite Mode.

Expand All @@ -50,7 +50,7 @@ This section describes how to install the plugin and get it working.
== Screenshots ==

1. Adding expiration date to a post
2. Viewing the exipiration dates on the post overview screen
2. Viewing the expiration dates on the post overview screen
3. Settings screen

== Changelog ==
Expand Down Expand Up @@ -108,7 +108,7 @@ This section describes how to install the plugin and get it working.

**Version 2.1.2**

* Security: Added form nonce for protect agaisnt possible CSRF
* Security: Added form nonce for protect against possible CSRF
* Security: Fixed XSS issue on settings pages
* New: Added check to show if WP_CRON is enabled on diagnostics page
* Fix: Minor Code Cleanup
Expand All @@ -120,9 +120,9 @@ This section describes how to install the plugin and get it working.

**Version 2.1.0**

* New: Added support for heirarchical custom taxonomy
* New: Added support for hierarchical custom taxonomy
* New: Enhanced custom post type support
* Fix: Updated debug function to be friendly for scripted calls
* Fix: Updated debug function to be friendly for scripted calls
* Fix: Change to only show public custom post types on defaults screen
* Fix: Removed category expiration options for 'pages', which is currently unsupported
* Fix: Some date calls were getting "double" converted for the timezone pending how other plugins handled date - this issue should now be resolved
Expand Down

0 comments on commit d4b3203

Please sign in to comment.