Home Forums WordPress Plugins Hide My WP Download Hide My WP version 3.0 beta!

This topic is: not resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #678
    Hassan
    Post 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.
    #682
    redlemon
    Post count: 8
    This reply has been marked as private.
    #684
    Hassan
    Post count: 955
    #702
    live
    Pro
    Post count: 33
    This reply has been marked as private.
    #722
    Hassan
    Post count: 955

    @livemx

    Sorry for delay,

    You should not use such wrong rules. Let me know more details, please:

    Did you enable new admin path?

    What about theme/upload paths?

    This happen only when you change WP_CNTENT_DIR. Right?

    • This reply was modified 10 years, 7 months ago by Hassan.
    #738
    Laurent_C
    Active
    Post count: 19
    This reply has been marked as private.
    #742
    banago
    Post count: 4

    I’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.

    #766
    banago
    Post count: 4

    Here 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.
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.