Changeset 594528
- Timestamp:
- 09/04/2012 05:10:33 PM (14 years ago)
- Location:
- gtmetrix-for-wordpress/trunk
- Files:
-
- 2 edited
-
gtmetrix-for-wordpress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.php
r588445 r594528 4 4 Plugin URI: http://gtmetrix.com/gtmetrix-for-wordpress-plugin.html 5 5 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 7 7 Author: GTmetrix 8 8 Author URI: http://gtmetrix.com/ … … 26 26 public function __construct() { 27 27 28 include_once( 'widget.php');28 include_once(dirname( __FILE__ ) . '/widget.php'); 29 29 30 30 register_activation_hook( __FILE__, array( &$this, 'activate' ) ); -
gtmetrix-for-wordpress/trunk/readme.txt
r588483 r594528 4 4 Requires at least: 3.3.1 5 5 Tested up to: 3.4.1 6 Stable tag: 0.3 6 Stable tag: 0.3.1 7 7 8 8 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.
Note: See TracChangeset
for help on using the changeset viewer.