Head Cleaner - Version 1.4.2.2

Version Description

Download this release

Release Info

Developer wokamoto
Plugin Icon wp plugin Head Cleaner
Version 1.4.2.2
Comparing to
See all releases

Code changes from version 1.4.2.1 to 1.4.2.2

Files changed (3) hide show
  1. head-cleaner.php +2 -2
  2. readme.txt +4 -1
  3. readme_ja.txt +1 -1
head-cleaner.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Head Cleaner
4
- Version: 1.4.2.1
5
  Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
6
  Description: Cleaning tags from your WordPress header and footer.
7
  Author: wokamoto
@@ -3018,7 +3018,7 @@ E__O__T;
3018
  $modified_since = $this->_get_modified_since();
3019
  if ($modified_since >= $last_modified) {
3020
  header("HTTP/1.0 304 Not Modified");
3021
- wp_die();
3022
  }
3023
 
3024
  if (!is_feed()) {
1
  <?php
2
  /*
3
  Plugin Name: Head Cleaner
4
+ Version: 1.4.2.2
5
  Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
6
  Description: Cleaning tags from your WordPress header and footer.
7
  Author: wokamoto
3018
  $modified_since = $this->_get_modified_since();
3019
  if ($modified_since >= $last_modified) {
3020
  header("HTTP/1.0 304 Not Modified");
3021
+ die();
3022
  }
3023
 
3024
  if (!is_feed()) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJ
4
  Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
5
  Requires at least: 2.5
6
  Tested up to: 3.1
7
- Stable tag: 1.4.2.1
8
 
9
  Cleaning tags from your WordPress header and footer.
10
 
@@ -91,6 +91,9 @@ Head Cleaner Ver.1.1.5 includes 'php_browscap.ini' .
91
 
92
  == Changelog ==
93
 
 
 
 
94
  **1.4.2.1 - April 20, 2011**
95
  Fixed a bug, html tag issue.
96
 
4
  Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
5
  Requires at least: 2.5
6
  Tested up to: 3.1
7
+ Stable tag: 1.4.2.2
8
 
9
  Cleaning tags from your WordPress header and footer.
10
 
91
 
92
  == Changelog ==
93
 
94
+ **1.4.2.2 - April 26, 2011**
95
+ Fixed a bug, wp_die() error messages none at line 3021.
96
+
97
  **1.4.2.1 - April 20, 2011**
98
  Fixed a bug, html tag issue.
99
 
readme_ja.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJ
4
  Tags: head optimization, javascript, css, optimization, minified, performance
5
  Requires at least: 2.5
6
  Tested up to: 3.1
7
- Stable tag: 1.4.2.1
8
 
9
  Head と footer をお掃除します。
10
 
4
  Tags: head optimization, javascript, css, optimization, minified, performance
5
  Requires at least: 2.5
6
  Tested up to: 3.1
7
+ Stable tag: 1.4.2.2
8
 
9
  Head と footer をお掃除します。
10