Plugin Directory

Changeset 1117533


Ignore:
Timestamp:
03/21/2015 04:01:16 PM (11 years ago)
Author:
barragan
Message:

Removed by default revisions limit.
Tagging version 1.0.2

Location:
wp-revisions-limit
Files:
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • wp-revisions-limit/tags/1.0.2/README.txt

    r1117133 r1117533  
    3333== Changelog ==
    3434
     35= 1.0.2 =
     36* Removed default limit of revisions assign by this plugin.
     37
    3538= 1.0.1 =
    3639* Check if WP_POST_REVISIONS is already defined in wp-config.php file.
  • wp-revisions-limit/tags/1.0.2/admin/class-wp-revisions-limit-admin.php

    r1117133 r1117533  
    4949     */
    5050    const WP_POST_REVISIONS = 'WP_POST_REVISIONS';
    51 
    52     /**
    53      * Holds the default value of revisions number
    54      */
    55     const DEFAULT_REVISIONS_LIMIT = 5;
    5651
    5752    /**
     
    233228                    define( self::WP_POST_REVISIONS, self::DEFAULT_REVISIONS_LIMIT );
    234229                }
    235             } else {
    236                 define( self::WP_POST_REVISIONS, self::DEFAULT_REVISIONS_LIMIT );
    237230            }
    238231        }
  • wp-revisions-limit/tags/1.0.2/wp-revisions-limit.php

    r1117133 r1117533  
    1111 * Plugin URI:        http://www.twomandarins.com
    1212 * Description:       Limit number of revisions stored.
    13  * Version:           1.0.1
     13 * Version:           1.0.2
    1414 * Author:            Roger Rodrigo (TwoMandarins)
    1515 * Author URI:        http://www.twomandarins.com
  • wp-revisions-limit/trunk/README.txt

    r1117133 r1117533  
    3333== Changelog ==
    3434
     35= 1.0.2 =
     36* Removed default limit of revisions assign by this plugin.
     37
    3538= 1.0.1 =
    3639* Check if WP_POST_REVISIONS is already defined in wp-config.php file.
  • wp-revisions-limit/trunk/admin/class-wp-revisions-limit-admin.php

    r1117133 r1117533  
    4949     */
    5050    const WP_POST_REVISIONS = 'WP_POST_REVISIONS';
    51 
    52     /**
    53      * Holds the default value of revisions number
    54      */
    55     const DEFAULT_REVISIONS_LIMIT = 5;
    5651
    5752    /**
     
    233228                    define( self::WP_POST_REVISIONS, self::DEFAULT_REVISIONS_LIMIT );
    234229                }
    235             } else {
    236                 define( self::WP_POST_REVISIONS, self::DEFAULT_REVISIONS_LIMIT );
    237230            }
    238231        }
  • wp-revisions-limit/trunk/wp-revisions-limit.php

    r1117133 r1117533  
    1111 * Plugin URI:        http://www.twomandarins.com
    1212 * Description:       Limit number of revisions stored.
    13  * Version:           1.0.1
     13 * Version:           1.0.2
    1414 * Author:            Roger Rodrigo (TwoMandarins)
    1515 * Author URI:        http://www.twomandarins.com
Note: See TracChangeset for help on using the changeset viewer.