Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
- Updated references to ForGravity.
- Updated WordPress tested up to version.
  • Loading branch information
travislopes committed Aug 1, 2023
1 parent bc387ff commit 4917506
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion class-gf-entryexpiration.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function maybe_display_upgrade_message() {
$message = sprintf(
'Entry Expiration has <strong>removed over %d entries!</strong><br /><a href="%s">Upgrade to Entry Automation</a> to delete entries based off conditional logic, delete only specific fields from an entry and automatically export entries!',
$lifetime_processed,
'https://forgravity.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=alert&utm_campaign=entry_expiration'
'https://cosmicgiant.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=alert&utm_campaign=entry_expiration'
);

// Display message.
Expand Down
8 changes: 4 additions & 4 deletions entryexpiration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Plugin Name: Entry Expiration for Gravity Forms
Plugin URI: https://travislop.es/plugins/gravity-forms-entry-expiration/
Description: Provides a simple way to remove old entries in Gravity Forms.
Version: 2.2
Author: ForGravity
Author URI: https://forgravity.com
Version: 2.2.1
Author: CosmicGiant
Author URI: https://cosmicgiant.com
Text Domain: gravity-forms-entry-expiration
**/

define( 'GF_ENTRYEXPIRATION_VERSION', '2.2' );
define( 'GF_ENTRYEXPIRATION_VERSION', '2.2.1' );

// If Gravity Forms is loaded, bootstrap the Entry Expiration Add-On.
add_action( 'gform_loaded', array( 'GF_EntryExpiration_Bootstrap', 'load' ), 5 );
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@

**Requires at least:** 3.9.2

**Tested up to:** 5.5.0
**Tested up to:** 6.3.0

### Description
This WordPress plugin 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 inside of Gravity Forms. At midnight, the plugin will delete all entries older than the time you set. Only forms set to be included in the entry expiration will have their entries deleted. You can include a form in the entry expiration process by selecting the "Include in entry expiration" option under Form Settings.

### Changelog
* Version 2.2.1 (2023-08-01)
* Updated references to ForGravity.
* Updated WordPress tested up to version.
* Version 2.2 (2021-09-02)
* Fixed entries not deleting on schedule when server and WordPress timezones do not match.
* Version 2.1 (2020-08-07)
Expand Down Expand Up @@ -47,4 +50,4 @@ This WordPress plugin allows you to automatically delete Gravity Forms entries o
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 Form Settings page for each form you want to have entries automatically expire and click the 'Entry Expiration' tab.
1. Define how often you want entries to be deleted and the minimum age required for entries to be deleted.
1. Define how often you want entries to be deleted and the minimum age required for entries to be deleted.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
Contributors: forgravity, travislopes
Tags: gravity forms, entry, expiration
Requires at least: 5.3.0
Tested up to: 5.8.0
Tested up to: 6.3.0
Stable tag: 4.7.3
Requires PHP: 5.3

Automatically remove old form entries on a custom, defined schedule

== Description ==

> #### [Entry Automation for Gravity Forms](https://forgravity.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) makes entry deletion more powerful and allows you to export your entries too!
> #### [Entry Automation for Gravity Forms](https://cosmicgiant.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) makes entry deletion more powerful and allows you to export your entries too!
>
> Entry Expiration started out as a simple tool to automatically remove your old form entries. But what if you need more control over when entries are deleted? Want to apply conditional logic to target specific entries? Or maybe delete specific field values rather than the whole entry? Need to generate an export file before getting rid of those entries?
>
> [Check out Entry Automation](https://forgravity.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) today!
> [Check out Entry Automation](https://cosmicgiant.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) today!


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.
Expand All @@ -34,6 +34,9 @@ Entry Expiration for Gravity Forms allows you to automatically delete Gravity Fo
1. Define how often you want entries to be deleted and the minimum age required for entries to be deleted.

== Changelog ==
= Version 2.2.1 (2023-08-01) =
- Updated references to ForGravity.
- Updated WordPress tested up to version.
= Version 2.2 (2021-09-02) =
* Fixed entries not deleting on schedule when server and WordPress timezones do not match.
= Version 2.1 (2020-08-07) =
Expand Down

0 comments on commit 4917506

Please sign in to comment.