Changeset 2081785
- Timestamp:
- 05/06/2019 06:52:02 PM (7 years ago)
- Location:
- gtmetrix-for-wordpress
- Files:
-
- 1 deleted
- 2 edited
- 10 copied
-
tags/0.4.4 (copied) (copied from gtmetrix-for-wordpress/trunk)
-
tags/0.4.4/gtmetrix-for-wordpress-src.js (copied) (copied from gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress-src.js)
-
tags/0.4.4/gtmetrix-for-wordpress.css (copied) (copied from gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.css)
-
tags/0.4.4/gtmetrix-for-wordpress.js (copied) (copied from gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.js)
-
tags/0.4.4/gtmetrix-for-wordpress.php (copied) (copied from gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.php) (2 diffs)
-
tags/0.4.4/images/banner.png (copied) (copied from gtmetrix-for-wordpress/trunk/images/banner.png)
-
tags/0.4.4/images/letter-grades.png (copied) (copied from gtmetrix-for-wordpress/trunk/images/letter-grades.png)
-
tags/0.4.4/images/loading-screenshot.png (deleted)
-
tags/0.4.4/images/loading.gif (copied) (copied from gtmetrix-for-wordpress/trunk/images/loading.gif)
-
tags/0.4.4/images/sprite.png (copied) (copied from gtmetrix-for-wordpress/trunk/images/sprite.png)
-
tags/0.4.4/readme.txt (copied) (copied from gtmetrix-for-wordpress/trunk/readme.txt) (2 diffs)
-
trunk/gtmetrix-for-wordpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gtmetrix-for-wordpress/tags/0.4.4/gtmetrix-for-wordpress.php
r1982942 r2081785 716 716 } else { 717 717 718 require_once('lib/Services_WTF_Test.php'); 718 if ( !class_exists( 'Services_WTF_Test' ) ) { 719 require_once('lib/Services_WTF_Test.php'); 720 } 719 721 $test = new Services_WTF_Test(); 720 722 $test->api_username( $valid['api_username'] ); … … 1052 1054 protected function api() { 1053 1055 $options = get_option( 'gfw_options' ); 1054 require_once('lib/Services_WTF_Test.php'); 1056 1057 if ( !class_exists( 'Services_WTF_Test' ) ) { 1058 require_once('lib/Services_WTF_Test.php'); 1059 } 1055 1060 $api = new Services_WTF_Test(); 1056 1061 $api->api_username( $options['api_username'] ); -
gtmetrix-for-wordpress/tags/0.4.4/readme.txt
r1988442 r2081785 3 3 Tags: analytics, gtmetrix, monitoring, optimization, page speed, performance, speed, statistics, yslow 4 4 Requires at least: 3.3.1 5 Tested up to: 5. 06 Stable tag: 0.4. 35 Tested up to: 5.2 6 Stable tag: 0.4.4 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. … … 42 42 43 43 == Changelog == 44 45 = 0.4.4 = 46 * Fixed compatibility issues with other plugins using the Services_WTF_Test class 44 47 45 48 = 0.4.3 = -
gtmetrix-for-wordpress/trunk/gtmetrix-for-wordpress.php
r1982942 r2081785 716 716 } else { 717 717 718 require_once('lib/Services_WTF_Test.php'); 718 if ( !class_exists( 'Services_WTF_Test' ) ) { 719 require_once('lib/Services_WTF_Test.php'); 720 } 719 721 $test = new Services_WTF_Test(); 720 722 $test->api_username( $valid['api_username'] ); … … 1052 1054 protected function api() { 1053 1055 $options = get_option( 'gfw_options' ); 1054 require_once('lib/Services_WTF_Test.php'); 1056 1057 if ( !class_exists( 'Services_WTF_Test' ) ) { 1058 require_once('lib/Services_WTF_Test.php'); 1059 } 1055 1060 $api = new Services_WTF_Test(); 1056 1061 $api->api_username( $options['api_username'] ); -
gtmetrix-for-wordpress/trunk/readme.txt
r1988442 r2081785 3 3 Tags: analytics, gtmetrix, monitoring, optimization, page speed, performance, speed, statistics, yslow 4 4 Requires at least: 3.3.1 5 Tested up to: 5. 06 Stable tag: 0.4. 35 Tested up to: 5.2 6 Stable tag: 0.4.4 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. … … 42 42 43 43 == Changelog == 44 45 = 0.4.4 = 46 * Fixed compatibility issues with other plugins using the Services_WTF_Test class 44 47 45 48 = 0.4.3 =
Note: See TracChangeset
for help on using the changeset viewer.