Home Forums WordPress Plugins Hide My WP Hide My WP 2.1 released + Fix [Read here first]

This topic is: not resolved
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #123
    Hassan
    Post count: 955

    Hide My WP 2.1 was published few hours ago in CodeCanyon.

    Just after a hour Alex reported a little but important bug about new version. I quickly submitted fixed version to CC but as approval process may take up to 48 hours I release the fixed version (v2.11) here so you can download it instantly 🙂

    Sorry for any inconvenience. Let me know if you found any other issue.

    • This topic was modified 10 years, 6 months ago by Hassan.
    Attachments:
    You must be logged in to view attached files.
    #126
    Hassan
    Post count: 955

    Changelog

    New Feature: Login parameter ‘hide_my_wp’ is now changeable!
    Improvement: W3 Total Cache Minify module works now! (Read FAQs)
    Improvement: Better blocking of CMS finder tools
    Improvement: W3TC credit text will be removed automatically (for untrusted users)
    Improvement: Presstrends code added
    Bug Fix: Log out problem in some environments
    Bug Fix: Warning message appeared in some environments
    Bug Fix: A number of fixes in helper class

    #201
    cpoluo
    Post count: 1
    This reply has been marked as private.
    #202
    Hassan
    Post count: 955
    This reply has been marked as private.
    #206
    cribeiro
    Post count: 4

    All right. I can tell you that I lost 6 hours to figure out your plugin does not work with SSL

    I recommend that you review it because it was the only plugin in a universe of 60 that does not work with SSL.

    If you want to know more about the issue is that your plugin prevents
    this rule to work

    # BEGIN redirect HTTP to HTTPS
    RewriteEngine On
    # This will enable the Rewrite capabilities

    RewriteCond %{HTTPS} !=on
    # This checks to make sure the connection is not already HTTPS

    RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
    # This rule will redirect users from their original location, to the same location but using HTTPS.
    # i.e. http://www.example.com/foo/ to https://www.example.com/foo/
    # The leading slash is made optional so that this will work either in httpd.conf
    # or .htaccess context
    # END

    #207
    cribeiro
    Post count: 4

    I posted it here because I am unable to start a new topic for some unknown reason

    #218
    Hassan
    Post count: 955

    In fact, the plugin works with SSL for other buyers 🙂

    Read the yellow box in the right so you can make new topic. Include entire htaccess content in that topic.

    #323
    Alex_Vorobiev
    Post count: 1

    How do I make my login just be “www.mydomain.com/login” instead of the lengthy Hide WP version?

    #324
    offersnet
    Post count: 2

    Great question I also like to know this thanks!

    #325
    offersnet
    Post count: 2

    I’m sorry to ask but I need to know how do I change the URL strings
    Within the HTML? I know that the manual shows how to do this but it really does not make any sense to me & I really don’t want the name of my theme showing.

    Thank you for any help I really do appreciate it guys!

    #611
    joaopilar
    Post count: 1

    Hello Hassan,

    Sorry the stupid question but where do you star a new topic? Because i don’t see where?

    My problem is i am having conflict with the plugin and the feedburner. Do you something about this?
    Thanks

    #631
    Hassan
    Post count: 955

    @joaopilar

    Read yellow box in right sidebar!

    #632
    Hassan
    Post count: 955

    This is an old topic ignore it!

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.