Changeset 1928338
- Timestamp:
- 08/21/2018 10:24:59 PM (8 years ago)
- Location:
- gravity-forms-entry-expiration
- Files:
-
- 6 added
- 3 edited
-
tags/2.0.5 (added)
-
tags/2.0.5/class-gf-entryexpiration.php (added)
-
tags/2.0.5/css (added)
-
tags/2.0.5/css/form_settings.css (added)
-
tags/2.0.5/entryexpiration.php (added)
-
tags/2.0.5/readme.txt (added)
-
trunk/class-gf-entryexpiration.php (modified) (2 diffs)
-
trunk/entryexpiration.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-entry-expiration/trunk/class-gf-entryexpiration.php
r1672782 r1928338 533 533 534 534 // Get search criteria for form. 535 $search_criter a = $this->get_search_criteria( $settings, $form );535 $search_criteria = $this->get_search_criteria( $settings, $form ); 536 536 537 537 // Log the search criteria. … … 539 539 540 540 // Get entries found for search criteria. 541 $found_entries = GFAPI::count_entries( $form['id'], $search_criter a );541 $found_entries = GFAPI::count_entries( $form['id'], $search_criteria ); 542 542 543 543 // If no entries were found, exit. -
gravity-forms-entry-expiration/trunk/entryexpiration.php
r1672782 r1928338 4 4 Plugin URI: http://travislop.es/plugins/gravity-forms-entry-expiration/ 5 5 Description: Provides a simple way to remove old entries in Gravity Forms. 6 Version: 2.0. 46 Version: 2.0.5 7 7 Author: travislopes 8 8 Author URI: http://travislop.es … … 11 11 **/ 12 12 13 define( 'GF_ENTRYEXPIRATION_VERSION', '2.0. 4' );13 define( 'GF_ENTRYEXPIRATION_VERSION', '2.0.5' ); 14 14 15 15 // If Gravity Forms is loaded, bootstrap the Entry Expiration Add-On. -
gravity-forms-entry-expiration/trunk/readme.txt
r1672782 r1928338 34 34 35 35 == Changelog == 36 = v2.0.5 = 37 * Fix PHP notices. 38 36 39 = v2.0.4 = 37 40 * Added capabilities.
Note: See TracChangeset
for help on using the changeset viewer.