Plugin Directory

Changeset 594528


Ignore:
Timestamp:
09/04/2012 05:10:33 PM (14 years ago)
Author:
GTmetrix
Message:

Bug fix release

Location:
gtmetrix-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.php

    r588445 r594528  
    44  Plugin URI: http://gtmetrix.com/gtmetrix-for-wordpress-plugin.html
    55  Description: GTmetrix can help you develop a faster, more efficient, and all-around improved website experience for your users. Your users will love you for it.
    6   Version: 0.3
     6  Version: 0.3.1
    77  Author: GTmetrix
    88  Author URI: http://gtmetrix.com/
     
    2626    public function __construct() {
    2727
    28         include_once('widget.php');
     28        include_once(dirname( __FILE__ ) . '/widget.php');
    2929
    3030        register_activation_hook( __FILE__, array( &$this, 'activate' ) );
  • gtmetrix-for-wordpress/trunk/readme.txt

    r588483 r594528  
    44Requires at least: 3.3.1
    55Tested up to: 3.4.1
    6 Stable tag: 0.3
     6Stable tag: 0.3.1
    77
    88GTmetrix can help you develop a faster, more efficient, and all-around improved website experience for your users. Your users will love you for it.
Note: See TracChangeset for help on using the changeset viewer.