Plugin Directory

Changeset 1030635


Ignore:
Timestamp:
11/22/2014 08:11:01 AM (11 years ago)
Author:
NullLogic
Message:

v1.0.0

Location:
pagenator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pagenator/trunk/pagenator.php

    r1030632 r1030635  
    1414 * Plugin URI:        http://www.nulllogic.net/services/development/
    1515 * Description:       Pagenator adds after content next & prev buttons .
    16  * Version:           0.0.1
     16 * Version:           1.0.0
    1717 * Author:            NullLogic
    1818 * Author URI:        http://www.nulllogic.net
  • pagenator/trunk/public/pagenator-public.php

    r1030633 r1030635  
    1111 * @link      http://www.nulllogic.net
    1212 * @copyright 2014 NullLogic
    13  *
     13 * Version:           1.0.0
    1414 *
    1515 **/
    1616class Pagenator {
    1717
    18     const VERSION = '0.0.1';
     18    const VERSION = '1.0.0';
    1919
    2020    protected $plugin_slug = 'pagenator';
Note: See TracChangeset for help on using the changeset viewer.