=== Entry Expiration for Gravity Forms === Contributors: travislopes Tags: gravity forms, entry, expiration Requires at least: 3.9.2 Tested up to: 4.1.0 Stable tag: 4.1.0 Automatically remove old form entries on a custom, defined schedule == Description == When integrating Gravity Forms with a third-party service, it's often not necessary to keep entries around after a short period of time as you already have the data imported elsewhere. Entry Expiration for Gravity Forms allows you to automatically delete Gravity Forms entries older than a defined timeframe. After activating the plugin, set the oldest age for an entry on the Entry Expiration Settings page. At midnight, the plugin will delete all entries on enabled forms that are older than the time you set. == Installation == = Requirements = * WordPress version 3.9.2 and later (tested at 4.1.0) * Gravity Forms 1.8.17 and later = Installation = 1. Unpack the download package. 1. Upload all files to the `/wp-content/plugins/` directory, with folder 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Navigate to the Entry Expiration Settings page inside of Gravity Forms and set the expiration timeframe. 1. Navigate to the Form Settings page for each form you want to have entries automatically expire and include them in the expiration process. == Changelog == = v1.2.2 = * Changed plugin loading method * Added "gf_entryexpiration_recurrence" hook to change cron recurrence = v1.2.1 = * Adjusted entry older than date to not be relative to midnight = v1.2.0 = * Fixed update routine to not automatically enable forms for processing if running a fresh install * Changed expiration time setting to allow choosing between hours, days, weeks and months = v1.1.0 = * Switched forms from being able to be excluded to having to include them for processing * Deletion cron now runs hourly instead of daily * Cron now only deletes 1000 entries at a time to prevent long execution times * Added filters for: payment status, number of entries to be processed at a time = v1.0.0 = * Initial release