Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Sep 15, 2011
1 parent 0d6251a commit 4f6e71e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sant0sk1
Donate link: http://jerodsanto.net
Tags: admin, development, ajax, interactive, developer, shell, console
Requires at least: 2.8
Tested up to: 3.0.5
Tested up to: 3.2.1
Stable tag: trunk

An interactive console for WordPress developers
Expand All @@ -14,8 +14,9 @@ This plugin adds a "Console" page to the administrator's menu which provides a J

= New In This Version =

1. WordPress 3.0.5 compatibility
2. Attempt to fix environment loading on non-standard installs
1. WordPress 3.2.1 compatibility
2. Security fixes
3. Ability to load plugin when symlinked

**SECURITY NOTICE**

Expand Down Expand Up @@ -48,6 +49,11 @@ You should fork the project on [GitHub](http://github.com/sant0sk1/wordpress-con

== Changelog ==

= 0.3.6 =
* WordPress 3.2.1 compatibility
* Security fixes
* Ability to load plugin when symlinked

= 0.3.5 =
* WordPress 3.0.5 compatibility
* Attempt to fix environment loading on non-standard installs
Expand Down Expand Up @@ -97,3 +103,4 @@ You should fork the project on [GitHub](http://github.com/sant0sk1/wordpress-con
== Contributors ==
* [apokalyptik](http://blog.apokalyptik.com/)
* [Doug Neiner](http://pixelgraphics.us/)
* [Michael Weichert](https://github.com/mweichert)
4 changes: 2 additions & 2 deletions wordpress-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: An interactive console for WordPress developers
Author: Jerod Santo
Author URI: http://jerodsanto.net
Version: 0.3.5
Version: 0.3.6
*/

if ( ! function_exists( 'is_ssl' ) ) :
Expand All @@ -25,7 +25,7 @@ function is_ssl() {
endif;

class WordPressConsole {
public $version = '0.3.5';
public $version = '0.3.6';
private $url;
private $secret;

Expand Down

0 comments on commit 4f6e71e

Please sign in to comment.