Version Description
- Plugin ownership transfered to Studio Fuel (http://studiofuel.com) - no functional changes were made
- Tested plugin against WordPress 4.0.1
Download this release
Release Info
Developer | emartin24 |
Plugin | WP-Paginate |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.3
- I18n/readme.txt +0 -2
- I18n/wp-paginate.pot +7 -7
- readme.txt +16 -4
- wp-paginate-rtl.css +2 -2
- wp-paginate.css +2 -2
- wp-paginate.php +18 -18
I18n/readme.txt
CHANGED
@@ -11,6 +11,4 @@ So for an Italian translation, the file name would be wp-paginate-it_IT.mo
|
|
11 |
|
12 |
Please *do not* translate URL's or placeholders, such as %s.
|
13 |
|
14 |
-
I can no longer maintain the translations, so please place the file on your site or somewhere online and send me an email (eric@ericmmartin.com) with the location of the file. You can also leave a comment on my release blog post with the same information.
|
15 |
-
|
16 |
Thanks!
|
11 |
|
12 |
Please *do not* translate URL's or placeholders, such as %s.
|
13 |
|
|
|
|
|
14 |
Thanks!
|
I18n/wp-paginate.pot
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
# Translation of the WordPress plugin WP-Paginate 1.1.2 by
|
2 |
-
# Copyright
|
3 |
# This file is distributed under the same license as the WP-Paginate package.
|
4 |
-
#
|
5 |
#
|
6 |
#, fuzzy
|
7 |
msgid ""
|
@@ -134,7 +134,7 @@ msgid ""
|
|
134 |
msgstr ""
|
135 |
|
136 |
#: wp-paginate.php:382
|
137 |
-
msgid "
|
138 |
msgstr ""
|
139 |
|
140 |
#: wp-paginate.php:383
|
@@ -172,7 +172,7 @@ msgid "WP-Paginate"
|
|
172 |
msgstr ""
|
173 |
|
174 |
#. Plugin URI of the plugin/theme
|
175 |
-
msgid "http://www.
|
176 |
msgstr ""
|
177 |
|
178 |
#. Description of the plugin/theme
|
@@ -181,9 +181,9 @@ msgid ""
|
|
181 |
msgstr ""
|
182 |
|
183 |
#. Author of the plugin/theme
|
184 |
-
msgid "
|
185 |
msgstr ""
|
186 |
|
187 |
#. Author URI of the plugin/theme
|
188 |
-
msgid "http://www.
|
189 |
msgstr ""
|
1 |
+
# Translation of the WordPress plugin WP-Paginate 1.1.2 by Noah Cinquini.
|
2 |
+
# Copyright 2014 Studio Fuel (http://www.studiofuel.com)
|
3 |
# This file is distributed under the same license as the WP-Paginate package.
|
4 |
+
# Noah Cinquini <noah@studiofuel.com>, 2014.
|
5 |
#
|
6 |
#, fuzzy
|
7 |
msgid ""
|
134 |
msgstr ""
|
135 |
|
136 |
#: wp-paginate.php:382
|
137 |
+
msgid "Want To Contribute?"
|
138 |
msgstr ""
|
139 |
|
140 |
#: wp-paginate.php:383
|
172 |
msgstr ""
|
173 |
|
174 |
#. Plugin URI of the plugin/theme
|
175 |
+
msgid "http://www.studiofuel.com/wp-paginate/"
|
176 |
msgstr ""
|
177 |
|
178 |
#. Description of the plugin/theme
|
181 |
msgstr ""
|
182 |
|
183 |
#. Author of the plugin/theme
|
184 |
+
msgid "Noah Cinquini"
|
185 |
msgstr ""
|
186 |
|
187 |
#. Author URI of the plugin/theme
|
188 |
+
msgid "http://www.studiofuel.com"
|
189 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
=== WP-Paginate ===
|
2 |
-
Contributors: emartin24
|
3 |
-
Donate link: http://www.ericmmartin.com/donate/
|
4 |
Tags: paginate, pagination, navigation, page, wp-paginate, comments, rtl, seo, usability
|
5 |
Requires at least: 2.6.0 (2.7.0 for comments pagination)
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,6 +11,9 @@ WP-Paginate is a simple and flexible pagination plugin which provides users with
|
|
12 |
|
13 |
== Description ==
|
14 |
|
|
|
|
|
|
|
15 |
WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.
|
16 |
|
17 |
In addition to increasing the user experience for your visitors, it has also been widely reported that pagination increases the SEO of your site by providing more links to your content.
|
@@ -151,6 +153,16 @@ N/A
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
= 1.2.5 =
|
155 |
* Remove PHP4 support to resolve PHP Strict warning
|
156 |
Github pull request via DeanMarkTaylor
|
1 |
=== WP-Paginate ===
|
2 |
+
Contributors: StudioFuel, emartin24
|
|
|
3 |
Tags: paginate, pagination, navigation, page, wp-paginate, comments, rtl, seo, usability
|
4 |
Requires at least: 2.6.0 (2.7.0 for comments pagination)
|
5 |
+
Tested up to: 4.0.1
|
6 |
+
Stable tag: 1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
= Latest News =
|
15 |
+
> I am happy to announce that, effective December 15, 2014, Noah Cinquini and the team at Studio Fuel (studiofuel.com) have offered to take over maintenance, support, and development of WP-Paginate! A huge thanks to Noah and all of the people that have used WP-Paginate over the last 5 years!
|
16 |
+
|
17 |
WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.
|
18 |
|
19 |
In addition to increasing the user experience for your visitors, it has also been widely reported that pagination increases the SEO of your site by providing more links to your content.
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 1.3 =
|
157 |
+
* Plugin ownership transfered to Studio Fuel (http://studiofuel.com) - no functional changes were made
|
158 |
+
* Tested plugin against WordPress 4.0.1
|
159 |
+
|
160 |
+
= 1.2.6 =
|
161 |
+
* Removed final closing PHP tag
|
162 |
+
Github pull request via DeanMarkTaylor
|
163 |
+
* Do not add the title element if the title is empty
|
164 |
+
Github pull request via Claymm / chaika-design
|
165 |
+
|
166 |
= 1.2.5 =
|
167 |
* Remove PHP4 support to resolve PHP Strict warning
|
168 |
Github pull request via DeanMarkTaylor
|
wp-paginate-rtl.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
* WP-Paginate - WordPress Pagination Function
|
3 |
-
* Revision: $Id: wp-paginate-rtl.css
|
4 |
-
* Copyright
|
5 |
*/
|
6 |
.wp-paginate li {float:right;}
|
7 |
|
1 |
/*
|
2 |
* WP-Paginate - WordPress Pagination Function
|
3 |
+
* Revision: $Id: wp-paginate-rtl.css 1044618 2014-12-14 23:43:29Z emartin24 $
|
4 |
+
* Copyright 2014 Studio Fuel (http://www.studiofuel.com)
|
5 |
*/
|
6 |
.wp-paginate li {float:right;}
|
7 |
|
wp-paginate.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
* WP-Paginate - WordPress Pagination Function
|
3 |
-
* Revision: $Id: wp-paginate.css
|
4 |
-
* Copyright
|
5 |
*/
|
6 |
.wp-paginate {padding:0; margin:0;}
|
7 |
.wp-paginate li {display:inline; list-style:none;}
|
1 |
/*
|
2 |
* WP-Paginate - WordPress Pagination Function
|
3 |
+
* Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
|
4 |
+
* Copyright 2014 Studio Fuel (http://www.studiofuel.com)
|
5 |
*/
|
6 |
.wp-paginate {padding:0; margin:0;}
|
7 |
.wp-paginate li {display:inline; list-style:none;}
|
wp-paginate.php
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP-Paginate
|
4 |
-
Plugin URI: http://www.
|
5 |
Description: A simple and flexible pagination plugin for WordPress posts and comments.
|
6 |
-
|
7 |
-
|
8 |
-
Author URI: http://www.
|
9 |
-
Revision: $Id: wp-paginate.php 943040 2014-07-03 18:30:39Z emartin24 $
|
10 |
*/
|
11 |
|
12 |
-
/* Copyright 2014
|
|
|
|
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
@@ -43,7 +44,7 @@ if (!class_exists('WPPaginate')) {
|
|
43 |
/**
|
44 |
* @var string The plugin version
|
45 |
*/
|
46 |
-
var $version = '1.
|
47 |
|
48 |
/**
|
49 |
* @var string The options string name for this plugin
|
@@ -130,7 +131,9 @@ if (!class_exists('WPPaginate')) {
|
|
130 |
$output = stripslashes($before);
|
131 |
if ($pages > 1) {
|
132 |
$output .= sprintf('<ol class="wp-paginate%s">', ($this->type === 'posts') ? '' : ' wp-paginate-comments');
|
133 |
-
|
|
|
|
|
134 |
$ellipsis = "<li><span class='gap'>...</span></li>";
|
135 |
|
136 |
if ($page > 1 && !empty($previouspage)) {
|
@@ -373,22 +376,20 @@ if (!class_exists('WPPaginate')) {
|
|
373 |
</p>
|
374 |
</form>
|
375 |
<h2><?php _e('Need Support?', $this->localizationDomain); ?></h2>
|
376 |
-
<p><?php printf(__('For questions, issues or feature requests, please post them in the %s and make sure to tag the post with wp-paginate.', $this->localizationDomain), '<a href="
|
377 |
-
<h2><?php _e('
|
378 |
<p><?php _e('If you would like to contribute, the following is a list of ways you can help:', $this->localizationDomain); ?></p>
|
379 |
<ul>
|
380 |
<li>» <?php _e('Translate WP-Paginate into your language', $this->localizationDomain); ?></li>
|
381 |
<li>» <?php _e('Blog about or link to WP-Paginate so others can find out about it', $this->localizationDomain); ?></li>
|
382 |
<li>» <?php _e('Report issues, provide feedback, request features, etc.', $this->localizationDomain); ?></li>
|
383 |
-
<li>» <a href="
|
384 |
-
<li>» <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KUL9VQ6U5VYCE&lc=US&item_name=Eric%20Martin%20%28ericmmartin%2ecom%29¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"><?php _e('Make a donation', $this->localizationDomain); ?></a></li>
|
385 |
</ul>
|
386 |
<h2><?php _e('Other Links', $this->localizationDomain); ?></h2>
|
387 |
<ul>
|
388 |
-
<li>» <a href=
|
389 |
-
<li>» <a href="http://www.
|
390 |
-
<li>» <a href="http://www.
|
391 |
-
<li>» <a href="http://www.ericmmartin.com/projects/simplemodal-login/">SimpleModal Login - WordPress Plugin</a></li>
|
392 |
</ul>
|
393 |
</div>
|
394 |
|
@@ -423,5 +424,4 @@ function wp_paginate_comments($args = false) {
|
|
423 |
/*
|
424 |
* The format of this plugin is based on the following plugin template:
|
425 |
* http://pressography.com/plugins/wordpress-plugin-template/
|
426 |
-
*/
|
427 |
-
?>
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP-Paginate
|
4 |
+
Plugin URI: http://www.studiofuel.com/wp-paginate/
|
5 |
Description: A simple and flexible pagination plugin for WordPress posts and comments.
|
6 |
+
Version: 1.3
|
7 |
+
Author: Noah Cinquini
|
8 |
+
Author URI: http://www.studiofuel.com
|
|
|
9 |
*/
|
10 |
|
11 |
+
/* Copyright 2014 Studio Fuel (http://www.studiofuel.com)
|
12 |
+
|
13 |
+
Plugin originally created by Eric Martin (http://www.ericmmartin.com)
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License as published by
|
44 |
/**
|
45 |
* @var string The plugin version
|
46 |
*/
|
47 |
+
var $version = '1.3';
|
48 |
|
49 |
/**
|
50 |
* @var string The options string name for this plugin
|
131 |
$output = stripslashes($before);
|
132 |
if ($pages > 1) {
|
133 |
$output .= sprintf('<ol class="wp-paginate%s">', ($this->type === 'posts') ? '' : ' wp-paginate-comments');
|
134 |
+
if (strlen(stripslashes($title)) > 0) {
|
135 |
+
$output .= sprintf('<li><span class="title">%s</span></li>', stripslashes($title));
|
136 |
+
}
|
137 |
$ellipsis = "<li><span class='gap'>...</span></li>";
|
138 |
|
139 |
if ($page > 1 && !empty($previouspage)) {
|
376 |
</p>
|
377 |
</form>
|
378 |
<h2><?php _e('Need Support?', $this->localizationDomain); ?></h2>
|
379 |
+
<p><?php printf(__('For questions, issues or feature requests, please post them in the %s and make sure to tag the post with wp-paginate.', $this->localizationDomain), '<a href="https://wordpress.org/support/plugin/wp-paginate">WordPress Forum</a>'); ?></p>
|
380 |
+
<h2><?php _e('Want To Contribute?', $this->localizationDomain); ?></h2>
|
381 |
<p><?php _e('If you would like to contribute, the following is a list of ways you can help:', $this->localizationDomain); ?></p>
|
382 |
<ul>
|
383 |
<li>» <?php _e('Translate WP-Paginate into your language', $this->localizationDomain); ?></li>
|
384 |
<li>» <?php _e('Blog about or link to WP-Paginate so others can find out about it', $this->localizationDomain); ?></li>
|
385 |
<li>» <?php _e('Report issues, provide feedback, request features, etc.', $this->localizationDomain); ?></li>
|
386 |
+
<li>» <a href="https://wordpress.org/support/view/plugin-reviews/wp-paginate"><?php _e('Review WP-Paginate on the WordPress Plugins Page', $this->localizationDomain); ?></a></li>
|
|
|
387 |
</ul>
|
388 |
<h2><?php _e('Other Links', $this->localizationDomain); ?></h2>
|
389 |
<ul>
|
390 |
+
<li>» <a href='https://github.com/studiofuel/wp-paginate'>WP-Paginate</a> on GitHub</li>
|
391 |
+
<li>» <a href="http://www.studiofuel.com/simplemodal-contact-form-smcf/">SimpleModal Contact Form (SMCF) - WordPress Plugin</a></li>
|
392 |
+
<li>» <a href="http://www.studiofuel.com/simplemodal-login/">SimpleModal Login - WordPress Plugin</a></li>
|
|
|
393 |
</ul>
|
394 |
</div>
|
395 |
|
424 |
/*
|
425 |
* The format of this plugin is based on the following plugin template:
|
426 |
* http://pressography.com/plugins/wordpress-plugin-template/
|
427 |
+
*/
|
|