Version Description
- Minor support update
Download this release
Release Info
Developer | dgewirtz |
Plugin | My Private Site |
Version | 2.14.1 |
Comparing to | |
See all releases |
Code changes from version 2.14 to 2.14.1
- includes/admin-settings.php +5 -0
- jonradio-private-site.php +2 -2
- readme.txt +10 -3
includes/admin-settings.php
CHANGED
@@ -38,6 +38,11 @@ function jr_ps_settings_page() {
|
|
38 |
add_thickbox();
|
39 |
echo '<div class="wrap">';
|
40 |
echo '<h2>' . $jr_ps_plugin_data['Name'] . '</h2>';
|
|
|
|
|
|
|
|
|
|
|
41 |
echo '<h3>Overview</h3><p>';
|
42 |
$settings = get_option( 'jr_ps_settings' );
|
43 |
if ( $settings['private_site'] ) {
|
38 |
add_thickbox();
|
39 |
echo '<div class="wrap">';
|
40 |
echo '<h2>' . $jr_ps_plugin_data['Name'] . '</h2>';
|
41 |
+
?>
|
42 |
+
<p>
|
43 |
+
Support has moved to the ZATZLabs site and is no longer provided on the WordPress.org forums. Please visit the new <A HREF=“http://zatzlabs.com/forums/“>ZATZLab Forums</a>. If you need a timely reply from the developer, please <a href=“http://zatzlabs.com/submit-ticket/“>open a ticket</a>.
|
44 |
+
</p>
|
45 |
+
<?php
|
46 |
echo '<h3>Overview</h3><p>';
|
47 |
$settings = get_option( 'jr_ps_settings' );
|
48 |
if ( $settings['private_site'] ) {
|
jonradio-private-site.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name:
|
4 |
Plugin URI: http://zatzlabs.com/plugins/
|
5 |
Description: Creates a Private Site by allowing only those logged on to view the WordPress web site. Settings select the initial destination after login.
|
6 |
-
Version: 2.14
|
7 |
Author: David Gewirtz
|
8 |
Author URI: http://zatzlabs.com/plugins/
|
9 |
License: GPLv2
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: My Private Site
|
4 |
Plugin URI: http://zatzlabs.com/plugins/
|
5 |
Description: Creates a Private Site by allowing only those logged on to view the WordPress web site. Settings select the initial destination after login.
|
6 |
+
Version: 2.14.1
|
7 |
Author: David Gewirtz
|
8 |
Author URI: http://zatzlabs.com/plugins/
|
9 |
License: GPLv2
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dgewirtz
|
|
3 |
Donate link: http://zatzlabs.com/lab-notes/
|
4 |
Tags: login, visibility, private, security, plugin, pages, page, posts, post
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Create a Private Site visible only to your registered users.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
Allows the Administrator to restrict a WordPress-based web site to viewing only by registered users who are logged on. Any attempt, by anyone not logged, to view any Page, Post or other part of the site will display a WordPress login screen.
|
18 |
|
@@ -48,6 +48,8 @@ Special thanks to Jon 'jonradio' Pearkins for creating the plugin and making ado
|
|
48 |
|
49 |
== Installation ==
|
50 |
|
|
|
|
|
51 |
This section describes how to install the *jonradio Private Site* plugin and get it working.
|
52 |
|
53 |
1. Use **Add Plugin** within the WordPress Admin panel to download and install this *jonradio Private Site* plugin from the WordPress.org plugin repository (preferred method). Or download and unzip this plugin, then upload the `/jonradio-private-site/` directory to your WordPress web site's `/wp-content/plugins/` directory
|
@@ -57,6 +59,8 @@ This section describes how to install the *jonradio Private Site* plugin and get
|
|
57 |
|
58 |
== Frequently Asked Questions ==
|
59 |
|
|
|
|
|
60 |
= How do I fix Redirect Loops (browser cycles for a long time then gives up)? =
|
61 |
|
62 |
By far, the most common way to create a Redirect Loop on your browser with this *jonradio Private Site* plugin is to specify both Custom Login page and Landing Location on the plugin's Settings page. Simply setting "Where to after Login?" in the Landing Location section to "Omit ?redirect_to= from URL" should correct the problem.
|
@@ -73,6 +77,9 @@ At user request, to reduce clutter.
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 2.14 =
|
77 |
* Force login at 'get_header' instead of 'template_redirect' Action to be compatible with wpengine.com hosting
|
78 |
* Allow Custom Login page that is NOT on the current WordPress site, and clean up Settings page validation of related fields
|
3 |
Donate link: http://zatzlabs.com/lab-notes/
|
4 |
Tags: login, visibility, private, security, plugin, pages, page, posts, post
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.6
|
7 |
+
Stable tag: 2.14.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
**IMPORTANT: Support has moved to the ZATZLabs site and is no longer provided on the WordPress.org forums. Please visit the new [ZATZLabs Forums](http://zatzlabs.com/forums/). If you need a timely reply from the developer, please [open a ticket](http://zatzlabs.com/submit-ticket/).**
|
16 |
|
17 |
Allows the Administrator to restrict a WordPress-based web site to viewing only by registered users who are logged on. Any attempt, by anyone not logged, to view any Page, Post or other part of the site will display a WordPress login screen.
|
18 |
|
48 |
|
49 |
== Installation ==
|
50 |
|
51 |
+
**IMPORTANT: Support has moved to the ZATZLabs site and is no longer provided on the WordPress.org forums. Please visit the new [ZATZLabs Forums](http://zatzlabs.com/forums/). If you need a timely reply from the developer, please [open a ticket](http://zatzlabs.com/submit-ticket/).**
|
52 |
+
|
53 |
This section describes how to install the *jonradio Private Site* plugin and get it working.
|
54 |
|
55 |
1. Use **Add Plugin** within the WordPress Admin panel to download and install this *jonradio Private Site* plugin from the WordPress.org plugin repository (preferred method). Or download and unzip this plugin, then upload the `/jonradio-private-site/` directory to your WordPress web site's `/wp-content/plugins/` directory
|
59 |
|
60 |
== Frequently Asked Questions ==
|
61 |
|
62 |
+
**IMPORTANT: Support has moved to the ZATZLabs site and is no longer provided on the WordPress.org forums. Please visit the new [ZATZLabs Forums](http://zatzlabs.com/forums/). If you need a timely reply from the developer, please [open a ticket](http://zatzlabs.com/submit-ticket/).**
|
63 |
+
|
64 |
= How do I fix Redirect Loops (browser cycles for a long time then gives up)? =
|
65 |
|
66 |
By far, the most common way to create a Redirect Loop on your browser with this *jonradio Private Site* plugin is to specify both Custom Login page and Landing Location on the plugin's Settings page. Simply setting "Where to after Login?" in the Landing Location section to "Omit ?redirect_to= from URL" should correct the problem.
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 2.14.1 =
|
81 |
+
* Minor support update
|
82 |
+
|
83 |
= 2.14 =
|
84 |
* Force login at 'get_header' instead of 'template_redirect' Action to be compatible with wpengine.com hosting
|
85 |
* Allow Custom Login page that is NOT on the current WordPress site, and clean up Settings page validation of related fields
|