Changeset 1030635
- Timestamp:
- 11/22/2014 08:11:01 AM (11 years ago)
- Location:
- pagenator/trunk
- Files:
-
- 2 edited
-
pagenator.php (modified) (1 diff)
-
public/pagenator-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pagenator/trunk/pagenator.php
r1030632 r1030635 14 14 * Plugin URI: http://www.nulllogic.net/services/development/ 15 15 * Description: Pagenator adds after content next & prev buttons . 16 * Version: 0.0.116 * Version: 1.0.0 17 17 * Author: NullLogic 18 18 * Author URI: http://www.nulllogic.net -
pagenator/trunk/public/pagenator-public.php
r1030633 r1030635 11 11 * @link http://www.nulllogic.net 12 12 * @copyright 2014 NullLogic 13 * 13 * Version: 1.0.0 14 14 * 15 15 **/ 16 16 class Pagenator { 17 17 18 const VERSION = ' 0.0.1';18 const VERSION = '1.0.0'; 19 19 20 20 protected $plugin_slug = 'pagenator';
Note: See TracChangeset
for help on using the changeset viewer.