Version Description
- Fix - Author name conflict resolved
Download this release
Release Info
Developer | wpexpertsio |
Plugin | Password Protected |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5 to 2.5.1
- password-protected.php +2 -2
- readme.txt +8 -2
password-protected.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Password Protected
|
4 |
Plugin URI: https://wordpress.org/plugins/password-protected/
|
5 |
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
|
6 |
-
Version: 2.5
|
7 |
Author: WPExperts
|
8 |
Text Domain: password-protected
|
9 |
Author URI: https://wpexperts.io/
|
@@ -39,7 +39,7 @@ $Password_Protected = new Password_Protected();
|
|
39 |
|
40 |
class Password_Protected {
|
41 |
|
42 |
-
var $version = '2.5';
|
43 |
var $admin = null;
|
44 |
var $errors = null;
|
45 |
|
3 |
Plugin Name: Password Protected
|
4 |
Plugin URI: https://wordpress.org/plugins/password-protected/
|
5 |
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
|
6 |
+
Version: 2.5.1
|
7 |
Author: WPExperts
|
8 |
Text Domain: password-protected
|
9 |
Author URI: https://wpexperts.io/
|
39 |
|
40 |
class Password_Protected {
|
41 |
|
42 |
+
var $version = '2.5.1';
|
43 |
var $admin = null;
|
44 |
var $errors = null;
|
45 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: wpexpertsio
|
3 |
Tags: password, protect, password protect, login
|
4 |
Requires at least: 4.6
|
5 |
-
Tested up to:
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.5
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
A very simple way to quickly password protect your WordPress site with a single password.
|
@@ -84,6 +84,9 @@ If you would like to translate this plugin you can easily contribute at the [Tra
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
87 |
= 2.5 =
|
88 |
- Deprecate `wp_no_robots` and replace with `wp_robots_no_robots` for WordPress 5.7+
|
89 |
|
@@ -233,6 +236,9 @@ If you would like to translate this plugin you can easily contribute at the [Tra
|
|
233 |
|
234 |
== Upgrade Notice ==
|
235 |
|
|
|
|
|
|
|
236 |
= 2.5 =
|
237 |
Fixes robots tag for WordPress 5.7+
|
238 |
|
2 |
Contributors: wpexpertsio
|
3 |
Tags: password, protect, password protect, login
|
4 |
Requires at least: 4.6
|
5 |
+
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.5.1
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
A very simple way to quickly password protect your WordPress site with a single password.
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 2.5.1 =
|
88 |
+
- Fix - Author name conflict resolved
|
89 |
+
|
90 |
= 2.5 =
|
91 |
- Deprecate `wp_no_robots` and replace with `wp_robots_no_robots` for WordPress 5.7+
|
92 |
|
236 |
|
237 |
== Upgrade Notice ==
|
238 |
|
239 |
+
= 2.5.1 =
|
240 |
+
Author name conflict resolved
|
241 |
+
|
242 |
= 2.5 =
|
243 |
Fixes robots tag for WordPress 5.7+
|
244 |
|