Changeset 836626
- Timestamp:
- 01/11/2014 11:44:12 AM (12 years ago)
- Location:
- simple-pagination
- Files:
-
- 2 edited
- 3 copied
-
tags/2.1.4.1 (copied) (copied from simple-pagination/trunk)
-
tags/2.1.4.1/readme.txt (copied) (copied from simple-pagination/trunk/readme.txt) (2 diffs)
-
tags/2.1.4.1/simple-pagination.php (copied) (copied from simple-pagination/trunk/simple-pagination.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-pagination.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-pagination/tags/2.1.4.1/readme.txt
r831243 r836626 5 5 Requires at least: 2.7 6 6 Tested up to: 3.8 7 Stable tag: 2.1.4 7 Stable tag: 2.1.4.1 8 8 9 9 Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. … … 67 67 == Changelog == 68 68 69 = 2.1.4.1 = 70 71 * Fixed stupid error with Plugin URI 72 69 73 = 2.1.4 = 70 74 -
simple-pagination/tags/2.1.4.1/simple-pagination.php
r831243 r836626 4 4 /* 5 5 Plugin Name: Simple Pagination 6 Plugin URI: http://wordpress.org/plugin s/simple-auto-featured-image/6 Plugin URI: http://wordpress.org/plugin/simple-pagination/ 7 7 Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. 8 Version: 2.1.4 8 Version: 2.1.4.1 9 9 Author: GeekPress 10 10 Author URI: http://www.geekpress.fr/ … … 29 29 30 30 // Define contants 31 define( 'SP_VERSION' , '2.1.4 ' );31 define( 'SP_VERSION' , '2.1.4.1' ); 32 32 define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') ); 33 33 -
simple-pagination/trunk/readme.txt
r831243 r836626 5 5 Requires at least: 2.7 6 6 Tested up to: 3.8 7 Stable tag: 2.1.4 7 Stable tag: 2.1.4.1 8 8 9 9 Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. … … 67 67 == Changelog == 68 68 69 = 2.1.4.1 = 70 71 * Fixed stupid error with Plugin URI 72 69 73 = 2.1.4 = 70 74 -
simple-pagination/trunk/simple-pagination.php
r831243 r836626 4 4 /* 5 5 Plugin Name: Simple Pagination 6 Plugin URI: http://wordpress.org/plugin s/simple-auto-featured-image/6 Plugin URI: http://wordpress.org/plugin/simple-pagination/ 7 7 Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. 8 Version: 2.1.4 8 Version: 2.1.4.1 9 9 Author: GeekPress 10 10 Author URI: http://www.geekpress.fr/ … … 29 29 30 30 // Define contants 31 define( 'SP_VERSION' , '2.1.4 ' );31 define( 'SP_VERSION' , '2.1.4.1' ); 32 32 define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.