Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Nov 13, 2013
1 parent 036084d commit fbe0867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions password-protected.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

/*
Plugin Name: Password Protected
Plugin URI: http://wordpress.org/extend/plugins/password-protected/
Description: A very simple way to quickly password protect your WordPress site with a single password. Integrates seamlessly into your WordPress privacy settings.
Version: 1.6
Version: 1.6.1
Author: Ben Huson
Text Domain: password-protected
Author URI: http://www.benhuson.co.uk/
Expand Down Expand Up @@ -41,7 +42,7 @@

class Password_Protected {

var $version = '1.5';
var $version = '1.6.1';
var $admin = null;
var $errors = null;

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: husobj
Donate link: http://www.benhuson.co.uk/donate/
Tags: password, protect, password protect, login
Requires at least: 3.1
Tested up to: 3.5.2
Stable tag: 1.6
Tested up to: 3.7.1
Stable tag: 1.6.1
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand Down Expand Up @@ -69,6 +69,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Changelog ==

= 1.6.1 =
* Language updates by wp-translations.org (Arabic, Dutch, French, Persian, Russian).

= 1.6 =
* Robots.txt is now always accessible.
* Added support for Uber Login Logo plugin.
Expand Down

0 comments on commit fbe0867

Please sign in to comment.