Autoptimize - Version 0.7

Version Description

  • Add fix for DISQUS Comment System.
Download this release

Release Info

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

Code changes from version 0.6 to 0.7

Files changed (3) hide show
  1. autoptimize.php +1 -1
  2. classes/autoptimizeScripts.php +1 -1
  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.6
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.7
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
@@ -5,7 +5,7 @@ class autoptimizeScripts extends autoptimizeBase
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());
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','disqus.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.6
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.6 =
42
  * Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE
43
 
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.7
8
 
9
  Autoptimize is a Wordpress plugin that speeds up your website, and helps you save bandwidth.
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 0.7 =
42
+ * Add fix for DISQUS Comment System.
43
+
44
  = 0.6 =
45
  * Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE
46