Plugin Directory

Changeset 1928338


Ignore:
Timestamp:
08/21/2018 10:24:59 PM (8 years ago)
Author:
travislopes
Message:

Entry Expiration for Gravity Forms (2.0.5)

  • Fix PHP notices.
Location:
gravity-forms-entry-expiration
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-entry-expiration/trunk/class-gf-entryexpiration.php

    r1672782 r1928338  
    533533
    534534        // Get search criteria for form.
    535         $search_critera = $this->get_search_criteria( $settings, $form );
     535        $search_criteria = $this->get_search_criteria( $settings, $form );
    536536
    537537        // Log the search criteria.
     
    539539
    540540        // Get entries found for search criteria.
    541         $found_entries = GFAPI::count_entries( $form['id'], $search_critera );
     541        $found_entries = GFAPI::count_entries( $form['id'], $search_criteria );
    542542
    543543        // If no entries were found, exit.
  • gravity-forms-entry-expiration/trunk/entryexpiration.php

    r1672782 r1928338  
    44Plugin URI: http://travislop.es/plugins/gravity-forms-entry-expiration/
    55Description: Provides a simple way to remove old entries in Gravity Forms.
    6 Version: 2.0.4
     6Version: 2.0.5
    77Author: travislopes
    88Author URI: http://travislop.es
     
    1111 **/
    1212
    13 define( 'GF_ENTRYEXPIRATION_VERSION', '2.0.4' );
     13define( 'GF_ENTRYEXPIRATION_VERSION', '2.0.5' );
    1414
    1515// If Gravity Forms is loaded, bootstrap the Entry Expiration Add-On.
  • gravity-forms-entry-expiration/trunk/readme.txt

    r1672782 r1928338  
    3434
    3535== Changelog ==
     36= v2.0.5 =
     37* Fix PHP notices.
     38
    3639= v2.0.4 =
    3740* Added capabilities.
Note: See TracChangeset for help on using the changeset viewer.