<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ var consoleController = {
 
 		var self = this;
 		
-		self.url = '/wp-content/plugins/wordpress-console/';
+		self.url = document.location.href.replace(/wp-admin\/.*$/,&quot;wp-content/plugins/wordpress-console/&quot;);
 
 		// create shell div
 		jQuery('#wrapper').append('&lt;div id=&quot;shell&quot;&gt;&lt;/div&gt;');
@@ -158,7 +158,7 @@ var consoleController = {
 	
 	about: function() {
 	  var str = '&lt;div id=&quot;header&quot;&gt;' + 
-	            'WordPress Console [0.1.1] by &lt;a target=&quot;_blank&quot; href=&quot;http://jerodsanto.net&quot;&gt;Jerod Santo&lt;/a&gt;' +
+	            'WordPress Console [0.1.2] by &lt;a target=&quot;_blank&quot; href=&quot;http://jerodsanto.net&quot;&gt;Jerod Santo&lt;/a&gt;' +
 	            '&lt;/div&gt;';
 	  this.shell.append(str);
 	},</diff>
      <filename>console.js</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 Contributors: sant0sk1
 Donate link: http://jerodsanto.net
 Tags: admin, development, ajax, interactive
-Requires at least: 2.7
+Requires at least: 2.8
 Tested up to: 2.8
 Stable tag: trunk
 
@@ -14,7 +14,7 @@ This plugin adds a &quot;Console&quot; page to the administrator's Tools menu which provid
 
 = New In This Version =
 
-1.  Increased Security! Requires shared secret to run PHP commands.
+1.  Bug Fix: WP installs not in root directory should get to play too.
 
 **SECURITY NOTICE**
 
@@ -50,6 +50,9 @@ You should fork the project on [GitHub](http://github.com/sant0sk1/wordpress-con
 
 == Changelog ==
 
+= 0.1.2 =
+* Bug Fix: WP installs not in root directory should get to play too.
+
 = 0.1.1 =
 * Require shared secret
 </diff>
      <filename>readme.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ Plugin URI: http://github.com/sant0sk1/wordpress-console
 Description: An interactive console for WordPress developers
 Author: Jerod Santo
 Author URI: http://jerodsanto.net
-Version: 0.1.1
+Version: 0.1.2
 */
 
 // THE CSS AND THE JAVASCRIPTS</diff>
      <filename>wordpress-console.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f16c23b6e9b999f79bb41d182b9bb532b5f6e6c5</id>
    </parent>
  </parents>
  <author>
    <name>Jerod Santo</name>
    <email>jerod.santo@gmail.com</email>
  </author>
  <url>http://github.com/sant0sk1/wordpress-console/commit/7170e0d23bdf208311c6b53ca8a99fd56dac5007</url>
  <id>7170e0d23bdf208311c6b53ca8a99fd56dac5007</id>
  <committed-date>2009-06-26T07:31:58-07:00</committed-date>
  <authored-date>2009-06-26T07:31:58-07:00</authored-date>
  <message>bugfix: WP installs not in root directory were getting improper URL</message>
  <tree>f73192b0f2112a6c5ce65410a9ae9c8de97859b5</tree>
  <committer>
    <name>Jerod Santo</name>
    <email>jerod.santo@gmail.com</email>
  </committer>
</commit>
