The purpose of this plugin is to provide access to new, ordered content using an unchanging link -- i.e., it provides the ability to bring a user to the next article in a series each time they click on a link like
https://www.my-site.com/?get-next-article-in=set-name. Set-name is the name of a series of articles. (When they have accessed the last article in a set, users are returned to the first article in the set when they click on the link again.) If caching blocks this a string (random, date, etc.) can be added to set-name in the link of the form set-name:string to avert caching.
This plugin can be used, e.g., to bring users to the next lesson in a set of lessons by sending them a reminder email containing the
https://www.my-site.com/?get-next-article-in=set-name link each day (or with whatever frequency is appropriate to the subject material. The link never changes. Each time a person clicks on the link in their reminder email, however, they are taken to the lesson which follows the lesson they read last.
This is accomplished by setting a cookie on the user's computer. The value of the cookie is the slug of the next article in the series. Any limitations on cookies can, therefore, impact the functioning of this plugin.
Copyright 2020 M.D. Green, SaeSolved:: LLC
1.3.2
Adds a line of code necessary for the plugin to work in the latest WordPress version.
1.3.1
Changes to accommodate way values in associative array keys are handled in latest PHP version.
1.3
Changes to implement:
- Adding headers to block caching.
- Providing for adding a string (random, date, etc.) to set-name in the link of the form set-name:string to avert caching.
- Cookie always defined, even if blank.
- Code cleanup, including preventing pages which are not called with https://www.my-site.com/?get-next-article-in=set-name from using most methods in this plugin.
1.2
Changes to accommodate non-multisite installations. (Previous versions had only been tested in multisite environments.)
1.1
- IMPORTANT CHANGE: Adds and updates JavaScript for handling cookies. (The older JavaScript had actually been omitted from the original release, causing the plugin to not work.)
- Adds screenshot (which had also gone missing).
1.0
Original release.