Skip to content

Commit

Permalink
Merge branch 'release-1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
archetyped committed Apr 21, 2014
2 parents 917953b + eac2af3 commit 01c152a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions includes/class.base.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function EOP_Base() {
* Constructor
*/
function __construct() {
$this->util =& new EOP_Utilities();
$this->debug =& new EOP_Debug();
$this->util = new EOP_Utilities();
$this->debug = new EOP_Debug();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Eyes Only
Plugin URI: http://archetyped.com/tools/eyes-only/
Description: The ultimate tool for publishing your private thoughts in public
Version: 1.0.6
Version: 1.0.7
Author: Archetyped
Author URI: http://archetyped.com
*/
Expand Down
2 changes: 1 addition & 1 deletion model.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function __construct() {
$this->admin_settings = $this->add_prefix($this->admin_settings);
$this->action_autos = $this->add_prefix($this->action_autos);
$this->action_autos_real = $this->add_prefix($this->action_autos_real);
$this->options =& new EOP_Options($this->config);
$this->options = new EOP_Options($this->config);
$this->register_hooks();
}

Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: Archetyped
Donate link: https://gum.co/eop-donation
Tags: privacy, private, security, redact, redaction, hide, hidden, anonymous
Plugin Link: http://archetyped.com/tools/eyes-only/
Requires at least: 3.8
Tested up to: 3.8
Requires at least: 3.9
Tested up to: 3.9
Stable tag: trunk

The ultimate tool for publishing your private thoughts in public
Expand Down Expand Up @@ -46,26 +46,38 @@ Post your questions/comments on the [plugin's home page](http://archetyped.com/t

== Changelog ==

= 1.0.7 =

* Update: WordPress 3.9 compatibility
* Optimize: PHP Compatibility

= 1.0.6 =

* Update: WordPress 3.8 support

= 1.0.5 =

* Update: WordPress 3.6 support
* Update: Contextual help

= 1.0.4 =

* Optimize: Admin settings layout
* Update: WordPress 3.5 compatibility

= 1.0.3 =

* Update: Use WP Quicktags API
* Fix: Post editor JS (Peter the Quick(tag))

= 1.0.2 =

* Fix: Permission levels for admin menus

= 1.0.1 =

* Minor bug fix

= 1.0 =

* Initial release

0 comments on commit 01c152a

Please sign in to comment.