Skip to content

Commit 2765c89

Browse files
Update readme.txt
1 parent fdf2ae8 commit 2765c89

File tree

1 file changed

+51
-33
lines changed

1 file changed

+51
-33
lines changed

readme.txt

Lines changed: 51 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
=== WordPress Pagination Plugin: Page-Links Plus ===
22
Contributors: studiohyperset
3-
Donate link: https://pagelinksplus.com
3+
Donate link: https://studiohyperset.com/
44
Tags: pages, single page, navigation, pagination, paginate
55
Requires at least: 3.0
6-
Tested up to: 5.1.1
7-
Stable tag: 2.4.2
6+
Tested up to: 5.2
7+
Stable tag: 2.5
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

1111
== Description ==
1212

13-
WordPress pagination plugin. Paginate content easily and efficiently. Learn more at [https://pagelinksplus.com](https://pagelinksplus.com).
13+
WordPress pagination plugin. Paginate content easily and efficiently.
1414

1515
= Demo =
1616

@@ -20,50 +20,74 @@ Check out the [Page-Links Plus Demo](http://demo.pagelinksplus.com/wp-login.php)
2020

2121
[vimeo http://vimeo.com/109187562]
2222

23-
While WordPress' [<!--nextpage--> quicktag](http://codex.wordpress.org/Write_Post_SubPanel#Quicktags) and [wp_link_pages() function](http://codex.wordpress.org/Function_Reference/wp_link_pages) make integrating page links rather effortless, WordPress doesn't offer a native single-page option. Addressing this limitation, the basic Page-Links Plus plugin adds this option to WordPress page lists.
24-
25-
The Single Page module also serves as the basic framework for the other [Page-Links Plus modules](https://pagelinksplus.com/).
23+
PLP @ [GitHub](https://github.com/studiohyperset/wordpress-pagination-plugin)
2624

2725
== Installation ==
2826

2927
1. Install and activate the basic Page-Links Plus plugin. (If you're unfamiliar with installing WordPress plugins, please read [this page from the Codex](http://codex.wordpress.org/Managing_Plugins)).
3028

31-
2. You'll see a new top-level admin menu titled "Page-Links Plus" where you can globally enable/disable the single page view.
29+
2. You'll see a new top-level admin menu titled "Page-Links Plus" where you can manage plugin settings.
3230

33-
3. After enabling, users can also activate the single-page view by appending `?singlepage=1` to the end of any page or post (e.g., `http://sampleurl.com/page-title?singlepage=1`).
31+
== Screenshots ==
3432

35-
4. Add other Page-Links Plus modules:
33+
Try a fully-functioning demo here: [http://demo.pagelinksplus.com/wp-login.php](http://demo.pagelinksplus.com/wp-login.php).
3634

37-
* The [Pagination Styles](https://pagelinksplus.com/) module makes it easy for WordPress users to integrate HTML elements and CSS classes and id's and manage `wp_link_pages()` parameters.
38-
* The [Auto Pagination](https://pagelinksplus.com/) module allows WordPress users to trade tedious in-line `<!--nextpage-->` tags for a site-wide management tool that paginates posts and pages quickly and uniformly.
39-
* The [Scrolling Pagination](https://pagelinksplus.com/) module helps WordPress users customize the "nextpagelink" and "previouspagelink" `wp_link_pages()` parameters and integrate custom-length, scrolling page lists into posts and pages.
35+
== Frequently Asked Questions ==
4036

41-
== Frequently Asked Questions ==
37+
See the [GitHub project wiki](https://github.com/studiohyperset/wordpress-pagination-plugin/wiki).
4238

43-
See [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
39+
== Changelog ==
4440

45-
= Links =
41+
= 2.5 (5/13/19)
4642

47-
* [Learn more about Page-Links Plus](https://pagelinksplus.com).
48-
* Read detailed [installation instructions](http://pagelinksplus.com/documentation-and-resources/).
49-
* Browse plugin [resources](https://pagelinksplus.com/documentation-and-resources/).
50-
* Create a discussion post in the [Page-Links Plus community](https://pagelinksplus.com/forums/).
51-
* Learn more about [Studio Hyperset](http://studiohyperset.com/).
43+
PLP is now 100% free.
5244

53-
== Screenshots ==
45+
= 2.4.2 (7/10/18)
5446

55-
Try a fully-functioning demo here: [http://demo.pagelinksplus.com/wp-login.php](http://demo.pagelinksplus.com/wp-login.php).
47+
Changed the way PLP handles updates (custom SVN server > GitHub releases)
5648

57-
**PLP in :02**
49+
= 2.4.1 (7/9/18) =
5850

59-
[vimeo http://vimeo.com/109187562]
51+
Allow users to exempt pages and posts from pagination, fixed miscellaneous error warnings
6052

61-
== Changelog ==
53+
= 2.4 (2/11/15) =
54+
55+
Bug fixes, feature enhancements
56+
57+
= 2.3.2 (12/19/14) =
58+
59+
Bug fixes, feature enhancements
60+
61+
= 2.3.1 (11/25/14) =
62+
63+
Bug fixes
6264

63-
Review the PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
65+
= 2.3 (11/12/14) =
66+
67+
Added multisite (MU) support, minor copy/content adjustments
68+
69+
= 2.2 (5/10/14) =
70+
71+
Allows automatic pagination by number of paragraphs, number of words, and total number of pages. Ajax pagination option. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
72+
73+
= 2.1 (2/1/14) =
74+
75+
v.2.1 adds a number of new features to PLP, all of which can be reviewed here: Review the PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
76+
77+
= 2.0 (9/12/12) =
78+
79+
New functionality: top-level admin menu item and module framework. Shortcode/HTML fix. Globally enable/disable single-page option for pages and posts using admin UI. (v.1.0 "?singlepage=1" URL parameter maintained.) Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
80+
81+
= 1.1 (3/2/12) =
82+
83+
Extra lines fix. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
6484

6585
== Upgrade Notice ==
6686

87+
= 2.5 (5/13/19)
88+
89+
PLP is now 100% free.
90+
6791
= 2.4.2 (7/10/18)
6892

6993
Changed the way PLP handles updates (custom SVN server > GitHub releases)
@@ -103,9 +127,3 @@ New functionality: top-level admin menu item and module framework. Shortcode/HTM
103127
= 1.1 (3/2/12) =
104128

105129
Extra lines fix. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
106-
107-
== Extra Modules ==
108-
109-
* [Pagination Styles](https://pagelinksplus.com)
110-
* [Auto Pagination](https://pagelinksplus.com)
111-
* [Scrolling Pagination](https://pagelinksplus.com/)

0 commit comments

Comments
 (0)