Wordpress Post Expirator Bugs/Feature Requests

Tuesday, October 13. 2009


I have created a SourceForge project to assist in tracking the number of features and bug reports that have came in via blog comments.  I did my best to populate things based on the current comments - however please add and update as necessary.  My goal is to find time in the next few weeks to start working on some of the current issues and additional feature requests.

SourceForge Project: https://sourceforge.net/projects/post-expirator/

Please post all new features and bugs on the SF project page instead of in blog comments!

Thanks everyone for all the feedback!

Wordpress Post Expirator 1.3.1 Released

Wednesday, April 8. 2009

The 1.3.1 release is now available and can be downloaded at the Wordpress Plugins Page.  This release fixes a problem which caused some installs to not delete posts at expiration time.  Enjoy!

Wordpress Post Expirator 1.3 Released

Sunday, January 4. 2009


This should be the last of the rapid releases for a while.  The 1.3 release addresses most if not all of the known issues and feature requests that were reported to me.  I also added a few new features.  The plugin can be downloaded at the Wordpress Plugins Page.  Enjoy!

Changelog:

  • Expiration date is now retained across all post status changes
  • Modified date/time format options for shortcode postexpirator tag
  • Added the ability to add text automatically to the post footer if expiration date is set

There are currently 3 valid attributes that can be used with the [postexpirator] shortcode:

  • dateformat - overrides the default date setting
  • timeformat - overrides the default time setting
  • type - full, date or time - defaults to full

For more information on the date/time format see the PHP Date Function.


The post footer text has 3 variables which can be used that will be replaced with the post expiration date/time.  The date and time format defaults will be used.  The options are:

  • EXPIRATIONFULL
  • EXPIRATIONDATE
  • EXPIRATIONTIME
As always, please report any problems!

Wordpress Post Expirator 1.2 Released

Saturday, January 3. 2009

Changes in version 1.2:

  • Changed wording from "Expiration Date" to "Post Expirator" and moved the configuration options to the "Settings" tab.
  • Added shortcode tag [postexpirator] to display the post expiration date within the post
    • Added new setting for the default format
  • Fixed bug where expiration date was removed when a post was auto saved

It can be downloaded at the Wordpress Plugins Page.  Enjoy!

Wordpress Post Expirator 1.1 Released

Monday, December 29. 2008

This is a minor release which add's the ability to retain the expiration date after the post is reverted back to the draft status.

It can be downloaded at the Wordpress Plugins Page.

Wordpress Post Expirator Plugin Released

Friday, August 1. 2008

The Post Expirator plugin allows the user to set expiration dates for
both posts and pages. There is a configuration option page in the
plugins area that will allow you to separately control whether or not
posts/pages are either deleted or changed to draft status.

The plugin hooks into the wp-cron process and runs every hour.  It was designed and developed to work with Wordpress MU, however it will not work in the mu-plugins folder due to how the plugin activation is setup to register the cron hooks.

It can be downloaded from the Wordpress Plugin Directory - http://wordpress.org/extend/plugins/post-expirator/

Let me know if anyone encounters any issues and I hope you enjoy it!