Version Description
Download this release
Release Info
Developer | wokamoto |
Plugin | Head Cleaner |
Version | 1.4.2.12 |
Comparing to | |
See all releases |
Code changes from version 1.4.2.11 to 1.4.2.12
- head-cleaner.php +2 -2
- includes/common-controller.php +0 -3
- readme.txt +5 -2
head-cleaner.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Head Cleaner
|
4 |
-
Version: 1.4.2.
|
5 |
Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
|
6 |
Description: Cleaning tags from your WordPress header and footer.
|
7 |
Author: wokamoto
|
@@ -12,7 +12,7 @@ Domain Path: /languages/
|
|
12 |
License:
|
13 |
Released under the GPL license
|
14 |
http://www.gnu.org/copyleft/gpl.html
|
15 |
-
Copyright 2009 -
|
16 |
|
17 |
This program is free software; you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License as published by
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Head Cleaner
|
4 |
+
Version: 1.4.2.12
|
5 |
Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
|
6 |
Description: Cleaning tags from your WordPress header and footer.
|
7 |
Author: wokamoto
|
12 |
License:
|
13 |
Released under the GPL license
|
14 |
http://www.gnu.org/copyleft/gpl.html
|
15 |
+
Copyright 2009 - 2014 wokamoto (email : wokamoto1973@gmail.com)
|
16 |
|
17 |
This program is free software; you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License as published by
|
includes/common-controller.php
CHANGED
@@ -312,9 +312,6 @@ class wokScriptManager {
|
|
312 |
/*
|
313 |
* Constructor
|
314 |
*/
|
315 |
-
function wokScriptManager() {
|
316 |
-
$this->__construct();
|
317 |
-
}
|
318 |
function __construct() {
|
319 |
// global $wp_scripts;
|
320 |
// if (!is_a($wp_scripts, 'WP_Scripts'))
|
312 |
/*
|
313 |
* Constructor
|
314 |
*/
|
|
|
|
|
|
|
315 |
function __construct() {
|
316 |
// global $wp_scripts;
|
317 |
// if (!is_a($wp_scripts, 'WP_Scripts'))
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wokamoto, megumithemes, Webnist, tai
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins¤cy_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
4 |
Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
|
5 |
Requires at least: 2.5
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.4.2.
|
8 |
|
9 |
Cleaning tags from your WordPress header and footer.
|
10 |
|
@@ -94,6 +94,9 @@ Head Cleaner Ver.1.1.5 includes 'php_browscap.ini' .
|
|
94 |
|
95 |
== Changelog ==
|
96 |
|
|
|
|
|
|
|
97 |
**1.4.2.9 - April 20, 2012**
|
98 |
Fixed a bug, input value validate issue.
|
99 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins¤cy_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
4 |
Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
|
5 |
Requires at least: 2.5
|
6 |
+
Tested up to: 3.9.2
|
7 |
+
Stable tag: 1.4.2.12
|
8 |
|
9 |
Cleaning tags from your WordPress header and footer.
|
10 |
|
94 |
|
95 |
== Changelog ==
|
96 |
|
97 |
+
**1.4.2.12 - August 29, 2014**
|
98 |
+
Minor bug fix.
|
99 |
+
|
100 |
**1.4.2.9 - April 20, 2012**
|
101 |
Fixed a bug, input value validate issue.
|
102 |
|