=== Secure WordPress ===
Contributors: jremillard
Tags: secure, notice, hack, hacked, protection, version, security
Requires at least: 2.6
Tested up to: 3.1-alpha
Stable tag: 1.0.6

Secure your WordPress Installation with small functions.

== Description ==
Little help to secure your WordPress installation: Remove Error information on login page; adds index.html to plugin directory; removes the wp-version, except in admin area.

1. removes error-information on login-page
1. adds index.php plugin-directory (virtual)
1. removes the wp-version, except in admin-area
1. removes Really Simple Discovery
1. removes Windows Live Writer
1. remove core update information for non-admins
1. remove plugin-update information for non-admins
1. remove theme-update informationfor non-admins (only WP 2.8 and higher)
1. hide wp-version in backend-dashboard for non-admins
1. remove version on urls from scripts and stylesheets onyl on frontend
1. Block bad queries

= Requirements =
* WordPress version 2.6 and higher (tested at 3.1-beta)
* PHP5 (tested with PHP Interpreter >= 5.2.9)

= Localizations =
Idea, first version and german translation by [Frank B&uuml;ltge](http://bueltge.de "bueltge.de"), italien translation by [Gianni Diurno](http://gidibao.net/ "gidibao.net"), polish translation by Michal Maciejewski, belorussian file by [Fat Cow](http://www.fatcow.com/ "www.fatcow.com"), ukrainian translation by [AzzePis](http://wordpress.co.ua/plugins/ "wordpress.co.ua/plugins/"), russian language by [Dmitriy Donchenko](http://blogproblog.com/ "blogproblog.com"), hungarian language files by [K&ouml;rmendi P&eacute;ter](http://www.seo-hungary.com/ "www.seo-hungary.com"), danish language files by [GeorgWP](http://wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=175 "S&oslash;g efter downloads")m spanish language files by [Pablo Jim&eacute;nez](http://www.ministeriosccc.org "www.ministeriosccc.org"), chinese language (zh_CN) by [tanghaiwei](http://dd54.net), french translation files by [Jez007](http://forum.gmstemple.com/ "forum.gmstemple.com"), japanese translation by [Fumito Mizuno](http://ounziw.com/ "Standing on the Shoulder of Linus"), dutch translation by [Rene](http://wpwebshop.com "wpwebshop.com"), persian language files by [ALiRezaCH](http://alirezach.co.cc) and arabic language files by [مدونة](http://www.r-sn.com/wp). Thanks a lot.


== Installation ==
1. Unpack the download-package
1. Upload the file to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure the options
1. Ready

See on [the official website](http://www.sitesecuritymonitor.com/secure-wordpress-plugin "Secure WordPress").


== Screenshots ==
1. options-area (WordPress 3.1-alpha)


== Other Notes ==
= Licence =
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.

= Translations =
The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the .pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) or the very fine plugin [CodeStyling Localization](http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en "Codestyling Localization") for WordPresss.


== Changelog ==
= v1.0.6 (11/15/2010) =
* Bugfix: change from `public` to `var` for variables to use the plugin on PHP5.2 and smaller

= v1.0.5 (11/10/2010) =
* Feature: Remove WordPress version on urls form scripts and stylesheets
* Maintenance: rescan and update german language file
* Remove: exclude to add string fpr wp-scanner-service; Wish of the community users

= v1.0.4 (10/09/2010 =
* Bugfix: update options

= v1.0.3 (10/06/2010) =
* Bugfix: include JS for remove version in backend for Non-Admins
* Bugfix: change for php-warning at update options
* Maintenance: update italien language files
* Maintenance: update german language files
* Maintenance: update pot file

= v1.0.2 (09/10/2010) =
* add persian language file
* change the backend; remove WP Scanner function
* change the include of javascript for metaboxes

= v1.0.1 (08/06/2010) =
* add more hooks to remove WordPress Version; was change with WP3.0

= v1.0 (07/09/2010) =
* relese stable version
* small changes on the source
* change owner of the plugin

= v0.8.6 (06/18/2010) =
* fix a problem with https://; see [Ticket #13941](http://core.trac.wordpress.org/ticket/13941)

= v0.8.5 (05/16/2010) =
* small code changes for WP coding standards
* add free malware and vulnerabilities scan for test this; the scan has most interested informations and scan all of the server

= v0.8.4 (05/05/2010) =
* add methode for use the plugin also on ssl-installs
* change uninstall method

= v0.8.3 (04/14/2010) =
* bugfix fox secure block bad queries on string for case-insensitive

= v0.8.2 (03/21/2010) =
* fix syntax error on ask for rights to block bad queries
* add french language files

= v0.8.1 (03/08/2010) =
* remove versions-informations on backend with javascript
* small changes

= v0.8 (03/04/2010) =
* Protect WordPress against malicious URL requests, use the idea and script from Jeff Star, [see post](http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/ "Protect WordPress Against Malicious URL Requests")

= v0.7 (03/01/2010) =
* add updates for WP 3.0

= v0.6 (01/11/2010) =
* fix for core update under WP 2.9
* fix language file de_DE

= v0.5 (12/22/2009) =
* small fix for use WP and the plugin with SSL `https`

= v0.4 (12/02/2009) =
* add new feature: hide version for smaller right as admin

= v0.3.9 (09/07/2009) =
* change index.html in index.php for better works

= v0.3.8 (06/22/2009) =
* add function to remove theme-update information for non-admins
* rescan language file; edit de_DE
