PluginProbe
Force Refresh / 2.0.0
Force Refresh v2.0.0
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / README.txt

README.txt in Force Refresh 2.0.0, at README.txt

54 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Force Refresh ===
2 Contributors: jordanleven
3 Tags: force, refresh, reload, single, page, application, ajax
4 Requires at least: 4.0.0
5 Tested up to: 4.9.8
6 Stable tag: 2.0.0
7 License: GPLv2 or later
8
9 Force Refresh is a simple plugin that allows you to force a page refresh for users currently visiting your site. Additionally, you may force refreshes on a per-page or post basis.
10
11 == Description ==
12 Force Refresh is the best plugin for requesting browsers to refresh their page. Perfect for single-page applications or pages that bring in feeds, this simple plugin will allow you to force a page refresh for users currently visiting any page of your site.
13
14 **Features**
15
16 - Support for both parent and child themes
17 - Allows an admin to simply click a button to request browsers to refresh their page. This is done within between 30 seconds and two minutes after making the request.
18 - Ability to add refreshing capabilities to any role using the "Invoke Force Refresh" capability.
19 - Ability to refresh on a per-page or post basis.
20 - Customizable client-side refresh intervals.
21
22 **Feature Requests and Bug Reports**
23
24 Please report any feature requests you have or bugs you encounter [under the Support tab](https://wordpress.org/support/plugin/force-refresh). This is a new plugin and I'm hoping to add more user-requested features to make this useful to developers.
25
26 == Installation ==
27
28 Upload the Force Refresh plugin to your site, and then simply activate it. To force a refresh, just navigate to "Tools", click on "Force Refresh" and click the button that says, "Refresh Site."
29
30 == Screenshots ==
31 1. Under Tools, you can click "Refresh Site"
32 2. After clicking the button, you'll receive confirmation that you've requested connected browsers to refresh.
33
34 == Changelog ==
35
36 = 2.0 =
37 * Adds the ability to choose from one of four pre-set refresh intervals, from 30 seconds up to 120 seconds.
38 * Adds support for displaying a Force Refresh button in the WordPress Admin Bar
39 * Adds support for forcing a refresh on a per-page or post basis.
40
41 = 1.2 =
42 * The ability to perform a refresh is now assigned to a capability called, "Invoke Force Refresh" – allowing you to granularly control what types of users and roles can invoke a refresh.
43
44 = 1.1.2 =
45 * Update dependencies
46
47 = 1.1.1 =
48 * Code cleanup
49
50 = 1.1 =
51 * Bug fixes
52
53 = 1.0 =
54 * Initial release