Autoptimize - Version 0.6

Version Description

  • Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE
Download this release

Release Info

Developer turl
Plugin Icon 128x128 Autoptimize
Version 0.6
Comparing to
See all releases

Code changes from version 0.5 to 0.6

Files changed (3) hide show
  1. autoptimize.php +1 -1
  2. classes/autoptimizeScripts.php +2 -2
  3. readme.txt +4 -1
autoptimize.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Autoptimize
4
  Plugin URI: http://www.turleando.com.ar/autoptimize/
5
  Description: Optimizes your website, concatenating the CSS and JavaScript code, and compressing it.
6
- Version: 0.5
7
  Author: Emilio López
8
  Author URI: http://www.turleando.com.ar/
9
  Released under the GNU General Public License (GPL)
3
  Plugin Name: Autoptimize
4
  Plugin URI: http://www.turleando.com.ar/autoptimize/
5
  Description: Optimizes your website, concatenating the CSS and JavaScript code, and compressing it.
6
+ Version: 0.6
7
  Author: Emilio López
8
  Author URI: http://www.turleando.com.ar/
9
  Released under the GNU General Public License (GPL)
classes/autoptimizeScripts.php CHANGED
@@ -3,9 +3,9 @@
3
  class autoptimizeScripts extends autoptimizeBase
4
  {
5
  private $scripts = array();
6
- private $dontmove = array('document.write','show_ads.js','google_ad');
7
  private $domove = array('gaJsHost');
8
- private $domovelast = array('addthis.com');
9
  private $jscode = '';
10
  private $url = '';
11
  private $move = array('first' => array(), 'last' => array());
3
  class autoptimizeScripts extends autoptimizeBase
4
  {
5
  private $scripts = array();
6
+ private $dontmove = array('document.write','show_ads.js','google_ad','blogcatalog.com/w','tweetmeme.com/i','mybloglog.com/');
7
  private $domove = array('gaJsHost');
8
+ private $domovelast = array('addthis.com','/afsonline/show_afs_search.js');
9
  private $jscode = '';
10
  private $url = '';
11
  private $move = array('first' => array(), 'last' => array());
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.turleando.com.ar/autoptimize/
4
  Tags: css, html, javascript, js, optimize, speed, cache
5
  Requires at least: 2.7
6
  Tested up to: 2.8.1
7
- Stable tag: 0.5
8
 
9
  Autoptimize is a Wordpress plugin that speeds up your website, and helps you save bandwidth.
10
 
@@ -38,6 +38,9 @@ Sure, you can help with translations in the [Launchpad translation page](https:/
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 0.5 =
42
  * Support localization
43
  * Fix the move and don't move system (again)
4
  Tags: css, html, javascript, js, optimize, speed, cache
5
  Requires at least: 2.7
6
  Tested up to: 2.8.1
7
+ Stable tag: 0.6
8
 
9
  Autoptimize is a Wordpress plugin that speeds up your website, and helps you save bandwidth.
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 0.6 =
42
+ * Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE
43
+
44
  = 0.5 =
45
  * Support localization
46
  * Fix the move and don't move system (again)