Home › Forums › WordPress Plugins › Hide My WP › Download Hide My WP version 3.0 beta!
- This topic has 7 replies, 5 voices, and was last updated 10 years, 6 months ago by banago.
-
AuthorPosts
-
April 22, 2014 at 9:54 am #678HassanPost count: 955
I’m happy to announce Hide My WP 3. After some delay, we finally reach version 3!
This version is a big step forward for Hide My WP. Here’s the changelog. Forum members can download beta version earlier here.
If you found a bug or problem please let us know by posting a reply on this topic as soon as possible.
Changelog:
- NEW: Ability to change wp-admin! (Cool but experimental!) - NEW: Simple and sweet Anti-Spam system - NEW: Disable directory listing for WP, plugins and themes directories - WP 1.9 compatibility plus UI adjustment - Deactivating HMWP now store saved settings - API filter added for resetting plugin - wp-cron.php and upgrade.php added to whitelist - Fixed a bug in page preview - Fixed new login address notification message - Fixed multiple messages in settings page - Fixed problem with minify plugins that cause 400 error - Fixed base address for some multisite installs - Fixed a bug in register URL - Fixed a useless notice message
- This topic was modified 10 years, 8 months ago by Hassan.
Attachments:
You must be logged in to view attached files.April 22, 2014 at 1:11 pm #682redlemonPost count: 8This reply has been marked as private.April 23, 2014 at 7:37 am #684HassanPost count: 955April 24, 2014 at 7:30 am #702This reply has been marked as private.April 29, 2014 at 1:54 pm #722HassanPost count: 955May 16, 2014 at 6:52 pm #738This reply has been marked as private.May 20, 2014 at 1:31 pm #742banagoPost count: 4I’m using the plugin in a multi-site and I’ve found three issues:
1. When you save settigns it takes you to a non-exiting page.
2. The antispam will register everything as spam, even if you are logged in.
3. Because of the second error, the spam counter updates with wrong format text and produces and error when you use ajax. It messed up my return value from ajax 🙂 So I changed it to something like this for the moment, just to hide the notice:
(array) $counter = get_option('hmwp_spam_counter'); if( isset( $counter[1] ) && isset( $counter[2] ) ) { $spam_counter = $counter[1] + $counter[2]; $spam_counter = ($spam_counter>1) ? ' [Spam Counter: <strong>'.$spam_counter.'</strong>]' : ''; } else { $spam_counter = ''; }
I hope this feedback helps.
June 23, 2014 at 7:07 am #766banagoPost count: 4Here goes another one from my logs:
[22-Jun-2014 00:53:13 UTC] PHP Notice: Undefined index: HTTP_USER_AGENT in /home/site/public_html/wp-content/plugins/hide_my_wp/hide-my-wp.php on line 440
PS: Why can’t I start a topic here?
- This reply was modified 10 years, 6 months ago by banago.
-
AuthorPosts
You must be logged in to reply to this topic.