Version Description
- Fix "undefined method WPH_functions::get_site_module_saved_value()" when content type is text/xml
Download this release
Release Info
Developer | nsp-code |
Plugin | WP Hide & Security Enhancer |
Version | 1.5.9.4 |
Comparing to | |
See all releases |
Code changes from version 1.5.9.3 to 1.5.9.4
- include/wph.class.php +1 -1
- readme.txt +28 -10
- wp-hide.php +1 -1
include/wph.class.php
CHANGED
@@ -614,7 +614,7 @@
|
|
614 |
$buffer = $this->functions->content_urls_replacement($buffer, $replacement_list );
|
615 |
|
616 |
//if html comments remove is on, run a regex
|
617 |
-
$option_remove_html_comments = $this->functions->
|
618 |
if ( ! empty ( $option_remove_html_comments ) && $option_remove_html_comments == 'yes' )
|
619 |
$buffer = WPH_module_general_html::remove_html_comments( $buffer );
|
620 |
|
614 |
$buffer = $this->functions->content_urls_replacement($buffer, $replacement_list );
|
615 |
|
616 |
//if html comments remove is on, run a regex
|
617 |
+
$option_remove_html_comments = $this->functions->get_module_item_setting( 'remove_html_comments' );
|
618 |
if ( ! empty ( $option_remove_html_comments ) && $option_remove_html_comments == 'yes' )
|
619 |
$buffer = WPH_module_general_html::remove_html_comments( $buffer );
|
620 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.nsp-code.com/
|
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.3.2
|
7 |
-
Stable tag: 1.5.9.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
|
@@ -23,7 +23,7 @@ Change the default WordPress login urls from wp-admin and wp-login.php to someth
|
|
23 |
|
24 |
[vimeo http://vimeo.com/185046480]
|
25 |
|
26 |
-
<br />Full plugin documentation available at <a target="_blank" href="
|
27 |
|
28 |
When testing with WordPress theme and plugins detector services/sites, any setting change may not reflect right away on their reports, since they use cache. So you may want to check again later, or try a different inner url, homepage url usage is not mandatory.
|
29 |
|
@@ -234,14 +234,14 @@ Since version 1.2 Change individual plugin urls which make them unrecognizable,
|
|
234 |
|
235 |
<br />This free version works with Apache and IIS server types.
|
236 |
|
237 |
-
<br />Something is wrong with this plugin on your site? Just use the forum or get in touch with us at <a target="_blank" href="
|
238 |
|
239 |
-
<br />A website example can be found at <a target="_blank" href="
|
240 |
|
241 |
-
<br />Plugin homepage at <a target="_blank" href="
|
242 |
|
243 |
<br />
|
244 |
-
<br />This plugin is developed by <a target="_blank" href="
|
245 |
|
246 |
== Installation ==
|
247 |
|
@@ -273,7 +273,7 @@ For all other checks the PRO version at <a target="_blank" href="https://www.wp-
|
|
273 |
|
274 |
= Is there any demo I can check? =
|
275 |
|
276 |
-
A demo instance can be found at <a target="_blank" href="
|
277 |
|
278 |
= How to make it work with my OpenLiteSpeed server =
|
279 |
|
@@ -283,9 +283,24 @@ There are few things to consider when run on litespeed servers:
|
|
283 |
|
284 |
* If you use Litespeed Cache plugin, in the Optimization Settings area, disable the CSS / JS Minify
|
285 |
|
286 |
-
* If your litespeed server requires to place the rewrite lines in a different file e.g. config file or interface, consider upgrading to PRO version which includes a Setup page where you can get the rewrite code href="https://www.wp-hide.com/wp-hide-pro-now-available/">WP Hide PRO</a>.
|
287 |
|
288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
|
290 |
I'm seeing this error "Unable to write custom rules to your .htaccess. Is this file writable" what does it mean?
|
291 |
The error appear when the plugin is not able to write to .htaccess file located in your WordPress root. You can try the followings to make a fix:
|
@@ -321,6 +336,9 @@ Please get in touch with us and we'll do our best to include it for a next versi
|
|
321 |
|
322 |
== Changelog ==
|
323 |
|
|
|
|
|
|
|
324 |
= 1.5.9.3 =
|
325 |
* Check for filterable buffer content type, before doing replacements, to prevent erroneously changes
|
326 |
* Update only URLs on XML content type
|
@@ -675,7 +693,7 @@ Please get in touch with us and we'll do our best to include it for a next versi
|
|
675 |
* Use untralingslashit when creating theme and child theme url replacements
|
676 |
* Fix for Call to a member function is_404() on a non-object within wp_redirect
|
677 |
|
678 |
-
See full list of changelogs at
|
679 |
|
680 |
== Upgrade Notice ==
|
681 |
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.3.2
|
7 |
+
Stable tag: 1.5.9.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide and increase Security for your WordPress site using smart techniques. No files are changed on your server. Change default admin and wp-login urls
|
23 |
|
24 |
[vimeo http://vimeo.com/185046480]
|
25 |
|
26 |
+
<br />Full plugin documentation available at <a target="_blank" href="https://www.wp-hide.com/documentation/">WordPress Hide and Security Enhancer Documentation</a>
|
27 |
|
28 |
When testing with WordPress theme and plugins detector services/sites, any setting change may not reflect right away on their reports, since they use cache. So you may want to check again later, or try a different inner url, homepage url usage is not mandatory.
|
29 |
|
234 |
|
235 |
<br />This free version works with Apache and IIS server types.
|
236 |
|
237 |
+
<br />Something is wrong with this plugin on your site? Just use the forum or get in touch with us at <a target="_blank" href="https://www.wp-hide.com">Contact</a> and we'll check it out.
|
238 |
|
239 |
+
<br />A website example can be found at <a target="_blank" href="https://demo.wp-hide.com/">https://demo.wp-hide.com/</a> or our website <a target="_blank" href="https://www.wp-hide.com/">WP Hide and Security Enhancer</a>
|
240 |
|
241 |
+
<br />Plugin homepage at <a target="_blank" href="https://www.wp-hide.com/">WordPress Hide and Security Enhancer</a>
|
242 |
|
243 |
<br />
|
244 |
+
<br />This plugin is developed by <a target="_blank" href="https://www.nsp-code.com">Nsp-Code</a>
|
245 |
|
246 |
== Installation ==
|
247 |
|
273 |
|
274 |
= Is there any demo I can check? =
|
275 |
|
276 |
+
A demo instance can be found at <a target="_blank" href="https://demo.wp-hide.com/">https://demo.wp-hide.com/</a> or our own website <a target="_blank" href="https://www.wp-hide.com/">WP Hide and Security Enhancer</a>
|
277 |
|
278 |
= How to make it work with my OpenLiteSpeed server =
|
279 |
|
283 |
|
284 |
* If you use Litespeed Cache plugin, in the Optimization Settings area, disable the CSS / JS Minify
|
285 |
|
286 |
+
* If your litespeed server requires to place the rewrite lines in a different file e.g. config file or interface, consider upgrading to PRO version which includes a Setup page where you can get the rewrite code <a href="https://www.wp-hide.com/wp-hide-pro-now-available/">WP Hide PRO</a>.
|
287 |
|
288 |
+
|
289 |
+
= How to use on my Bitnami setup =
|
290 |
+
As default, on Bitnami LAMP set-ups, the system will not process the .htaccess file, so none of the rewrites will work. You can change this behavior by updating the main config file located at /opt/bitnami/apps/APPNAME/conf/httpd-app.conf , update the line
|
291 |
+
<pre><code>AllowOverride None</code></pre>
|
292 |
+
to
|
293 |
+
<pre><code>AllowOverride All</code></pre>
|
294 |
+
Restart the Apache service through ssh
|
295 |
+
<pre><code>sudo /opt/bitnami/ctlscript.sh restart</code></pre>
|
296 |
+
More details can be found at <a href="https://docs.bitnami.com/general/apps/redmine/administration/use-htaccess/">Bitnami Default .Htaccess
|
297 |
+
</a>
|
298 |
+
|
299 |
+
You can still keep the configuration as is using the <a target="_blank" href="https://www.wp-hide.com">WP Hide PRO</a>, more details at <a href="https://www.wp-hide.com/documentation/setup-the-plugin-on-bitnami-wordpress-lamp-stack/">Setup the plugin on Bitnami WordPress LAMP stack
|
300 |
+
</a>
|
301 |
+
|
302 |
+
|
303 |
+
= .htaccess file writing error - Unable to write custom rules to your .htaccess. Is this file writable? =
|
304 |
|
305 |
I'm seeing this error "Unable to write custom rules to your .htaccess. Is this file writable" what does it mean?
|
306 |
The error appear when the plugin is not able to write to .htaccess file located in your WordPress root. You can try the followings to make a fix:
|
336 |
|
337 |
== Changelog ==
|
338 |
|
339 |
+
= 1.5.9.4 =
|
340 |
+
* Fix "undefined method WPH_functions::get_site_module_saved_value()" when content type is text/xml
|
341 |
+
|
342 |
= 1.5.9.3 =
|
343 |
* Check for filterable buffer content type, before doing replacements, to prevent erroneously changes
|
344 |
* Update only URLs on XML content type
|
693 |
* Use untralingslashit when creating theme and child theme url replacements
|
694 |
* Fix for Call to a member function is_404() on a non-object within wp_redirect
|
695 |
|
696 |
+
See full list of changelogs at https://www.wp-hide.com/plugin-changelogs/
|
697 |
|
698 |
== Upgrade Notice ==
|
699 |
|
wp-hide.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.wp-hide.com/
|
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
-
Version: 1.5.9.
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
+
Version: 1.5.9.4
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|