Changeset 546162
- Timestamp:
- 05/19/2012 10:19:59 AM (14 years ago)
- Location:
- simple-pagination
- Files:
-
- 2 edited
- 12 copied
-
tags/2.1.3 (copied) (copied from simple-pagination/trunk)
-
tags/2.1.3/css (copied) (copied from simple-pagination/trunk/css)
-
tags/2.1.3/languages (copied) (copied from simple-pagination/trunk/languages)
-
tags/2.1.3/languages/simple-pagination-fr_FR.mo (copied) (copied from simple-pagination/trunk/languages/simple-pagination-fr_FR.mo)
-
tags/2.1.3/languages/simple-pagination-fr_FR.po (copied) (copied from simple-pagination/trunk/languages/simple-pagination-fr_FR.po)
-
tags/2.1.3/readme.txt (copied) (copied from simple-pagination/trunk/readme.txt) (2 diffs)
-
tags/2.1.3/screenshot-1.png (copied) (copied from simple-pagination/trunk/screenshot-1.png)
-
tags/2.1.3/screenshot-2.png (copied) (copied from simple-pagination/trunk/screenshot-2.png)
-
tags/2.1.3/screenshot-3.png (copied) (copied from simple-pagination/trunk/screenshot-3.png)
-
tags/2.1.3/screenshot-4.png (copied) (copied from simple-pagination/trunk/screenshot-4.png)
-
tags/2.1.3/screenshot-5.png (copied) (copied from simple-pagination/trunk/screenshot-5.png)
-
tags/2.1.3/simple-pagination.php (copied) (copied from simple-pagination/trunk/simple-pagination.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-pagination.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-pagination/tags/2.1.3/readme.txt
r529201 r546162 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TSGWZURGHBRCA 5 5 Requires at least: 2.7 6 Tested up to: 3.3. 17 Stable tag: 2.1. 26 Tested up to: 3.3.2 7 Stable tag: 2.1.3 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.3 = 70 * Fixed a bug with duplicate content on the first page 71 69 72 = 2.1.2 = 70 73 * Fixed a bug when you do a search with multiple words -
simple-pagination/tags/2.1.3/simple-pagination.php
r524362 r546162 5 5 Plugin URI: http://www.geekpress.fr/wordpress/extension/simple-pagination-pagination-avancee-wordpress-622/ 6 6 Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. 7 Version: 2.1. 27 Version: 2.1.3 8 8 Author: GeekPress 9 9 Author URI: http://www.geekpress.fr/ … … 28 28 29 29 // Define contants 30 define( 'SP_VERSION' , '2.1 ' );30 define( 'SP_VERSION' , '2.1.3' ); 31 31 define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') ); 32 32 … … 932 932 $link = str_replace('%_%', "?page=%#%", $this->base); 933 933 $link = str_replace('%#%', $page, $link); 934 $link = str_replace('page/1/','', $link); 935 $link = str_replace('?paged=1','', $link); 936 934 937 if ( $this->add_args ) 935 938 $link = add_query_arg( $this->add_args, $link ); -
simple-pagination/trunk/readme.txt
r529201 r546162 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TSGWZURGHBRCA 5 5 Requires at least: 2.7 6 Tested up to: 3.3. 17 Stable tag: 2.1. 26 Tested up to: 3.3.2 7 Stable tag: 2.1.3 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.3 = 70 * Fixed a bug with duplicate content on the first page 71 69 72 = 2.1.2 = 70 73 * Fixed a bug when you do a search with multiple words -
simple-pagination/trunk/simple-pagination.php
r524362 r546162 5 5 Plugin URI: http://www.geekpress.fr/wordpress/extension/simple-pagination-pagination-avancee-wordpress-622/ 6 6 Description: Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress. 7 Version: 2.1. 27 Version: 2.1.3 8 8 Author: GeekPress 9 9 Author URI: http://www.geekpress.fr/ … … 28 28 29 29 // Define contants 30 define( 'SP_VERSION' , '2.1 ' );30 define( 'SP_VERSION' , '2.1.3' ); 31 31 define( 'SP_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') ); 32 32 … … 932 932 $link = str_replace('%_%', "?page=%#%", $this->base); 933 933 $link = str_replace('%#%', $page, $link); 934 $link = str_replace('page/1/','', $link); 935 $link = str_replace('?paged=1','', $link); 936 934 937 if ( $this->add_args ) 935 938 $link = add_query_arg( $this->add_args, $link );
Note: See TracChangeset
for help on using the changeset viewer.