Skip to content

Commit 4917506

Browse files
committed
Version 2.2.1
- Updated references to ForGravity. - Updated WordPress tested up to version.
1 parent bc387ff commit 4917506

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

class-gf-entryexpiration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function maybe_display_upgrade_message() {
256256
$message = sprintf(
257257
'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!',
258258
$lifetime_processed,
259-
'https://forgravity.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=alert&utm_campaign=entry_expiration'
259+
'https://cosmicgiant.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=alert&utm_campaign=entry_expiration'
260260
);
261261

262262
// Display message.

entryexpiration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Plugin Name: Entry Expiration for Gravity Forms
44
Plugin URI: https://travislop.es/plugins/gravity-forms-entry-expiration/
55
Description: Provides a simple way to remove old entries in Gravity Forms.
6-
Version: 2.2
7-
Author: ForGravity
8-
Author URI: https://forgravity.com
6+
Version: 2.2.1
7+
Author: CosmicGiant
8+
Author URI: https://cosmicgiant.com
99
Text Domain: gravity-forms-entry-expiration
1010
**/
1111

12-
define( 'GF_ENTRYEXPIRATION_VERSION', '2.2' );
12+
define( 'GF_ENTRYEXPIRATION_VERSION', '2.2.1' );
1313

1414
// If Gravity Forms is loaded, bootstrap the Entry Expiration Add-On.
1515
add_action( 'gform_loaded', array( 'GF_EntryExpiration_Bootstrap', 'load' ), 5 );

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33

44
**Requires at least:** 3.9.2
55

6-
**Tested up to:** 5.5.0
6+
**Tested up to:** 6.3.0
77

88
### Description
99
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.
1010

1111
### Changelog
12+
* Version 2.2.1 (2023-08-01)
13+
* Updated references to ForGravity.
14+
* Updated WordPress tested up to version.
1215
* Version 2.2 (2021-09-02)
1316
* Fixed entries not deleting on schedule when server and WordPress timezones do not match.
1417
* Version 2.1 (2020-08-07)
@@ -47,4 +50,4 @@ This WordPress plugin allows you to automatically delete Gravity Forms entries o
4750
1. Upload all files to the `/wp-content/plugins/` directory, with folder
4851
1. Activate the plugin through the 'Plugins' menu in WordPress
4952
1. Navigate to the Form Settings page for each form you want to have entries automatically expire and click the 'Entry Expiration' tab.
50-
1. Define how often you want entries to be deleted and the minimum age required for entries to be deleted.
53+
1. Define how often you want entries to be deleted and the minimum age required for entries to be deleted.

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
Contributors: forgravity, travislopes
33
Tags: gravity forms, entry, expiration
44
Requires at least: 5.3.0
5-
Tested up to: 5.8.0
5+
Tested up to: 6.3.0
66
Stable tag: 4.7.3
77
Requires PHP: 5.3
88

99
Automatically remove old form entries on a custom, defined schedule
1010

1111
== Description ==
1212

13-
> #### [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!
13+
> #### [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!
1414
>
1515
> 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?
1616
>
17-
> [Check out Entry Automation](https://forgravity.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) today!
17+
> [Check out Entry Automation](https://cosmicgiant.com/plugins/entry-automation/?utm_source=wordpress&utm_medium=readme&utm_campaign=readme) today!
1818

1919

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

3636
== Changelog ==
37+
= Version 2.2.1 (2023-08-01) =
38+
- Updated references to ForGravity.
39+
- Updated WordPress tested up to version.
3740
= Version 2.2 (2021-09-02) =
3841
* Fixed entries not deleting on schedule when server and WordPress timezones do not match.
3942
= Version 2.1 (2020-08-07) =

0 commit comments

Comments
 (0)