Plugin Directory

Changeset 1065856


Ignore:
Timestamp:
01/12/2015 12:40:28 PM (11 years ago)
Author:
farne
Message:

Version 1.1.1. Bugfix.

Location:
comment-expirator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • comment-expirator/trunk/classes/settings.php

    r1012281 r1065856  
    133133
    134134
     135    public function print_default_date_section_info() {
     136     
     137    }
     138
     139
    135140    /**
    136141     * Sanitize each setting field as needed
  • comment-expirator/trunk/comment-expirator.php

    r1012281 r1065856  
    3535    define( 'COMMENT_EXPIRATOR_TEXTDOMAIN', 'comment-expirator' );
    3636  define( 'COMMENT_EXPIRATOR_TEXTDOMAIN_PATH', dirname( plugin_basename( __FILE__) ) .'/languages' );
    37   define( 'COMMENT_EXPIRATOR_VERSION', '1.1.0' );
     37  define( 'COMMENT_EXPIRATOR_VERSION', '1.1.1' );
    3838
    3939    // Require necessary classes
  • comment-expirator/trunk/readme.txt

    r1012281 r1065856  
    33Tags: posts, comments, expire, deactivate, schedule, scheduling, spam
    44Requires at least: 3.9
    5 Tested up to: 4.0
    6 Stable tag: 1.1.0
     5Tested up to: 4.1
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Changelog ==
    3333
     34= 1.1.1 =
     35* Bugfix to remove a php warning on the settings page.
     36
    3437= 1.0.0 =
    3538* Initial version
Note: See TracChangeset for help on using the changeset viewer.