-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
62 lines (42 loc) · 2.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=== Auto Load Next Post: Beta Tester ===
Author URI: https://autoloadnextpost.com/
Plugin URI: https://github.com/autoloadnextpost/alnp-beta-tester
Contributors: autoloadnextpost
Tags: Auto Load Next Post, beta tester, bleeding edge, prerelease
Requires PHP: 5.6+
Requires at least: 4.5
Tested up to: 5.2.3
Stable tag: 3.0.0
Run bleeding edge versions of Auto Load Next Post from Github. This will replace your installed version of Auto Load Next Post with the latest tagged prerelease on GitHub - use with caution, and not on production sites. You have been warned.
== Description ==
**This plugin is meant for testing and development purposes only. You should under no circumstances run this on a production website.**
Easily run the latest tagged pre-release version of [Auto Load Next Post](http://wordpress.org/plugins/auto-load-next-post/) right from GitHub.
Just like with any plugin, this will not check for updates on every admin page load unless you explicitly tell it to. You can do this by clicking the "Check Again" button from the WordPress updates screen or you can set the `ALNP_BETA_TESTER_FORCE_UPDATE` to true in your `wp-config.php` file.
Based on WP_GitHub_Updater by Joachim Kudish and code by Patrick Garman.
Forked from the WooCommerce Beta Tester by Mike Jolley and Claudio Sanches.
== Changelog ==
= 3.0.0 =
* Fixed: Fixed plugin information and applied tweaks to support latest WP core changes.
* Tweaked: Improved data returned for update if any.
* Tweaked: Plugin updater to read from new GitHub zip url.
* Tweaked: Auto updater.
= 2.0.2 =
* New: Made beta updates auto-update.
* New: Added plugin information.
* Fixed: URL to access download counter.
* Fixed: GitHub repository URL.
* Tweaked: Made sure it waits for Auto Load Next Post to load before checking it exists.
* Tweaked: Plugin updater to only be filter once Auto Load Next Post is installed.
* Tweaked: Returned update date is now from date of release.
* Tweaked: Installed notice.
* Tweaked: Changelog is more readable.
= 2.0.1 =
* Minor correction with identifying new pre-release version.
* Added get changelog from the latest pre-release for plugin information.
= 2.0.0 =
* Updated to point to the updated repository location.
* Improved code base.
= 1.0.1 =
* Switched to releases API to get latest release, rather than tag which are not chronological.
= 1.0.0 =
* First release.