Changeset 1576957
- Timestamp:
- 01/18/2017 02:35:30 AM (9 years ago)
- Location:
- head-cleaner
- Files:
-
- 2 deleted
- 2 edited
- 9 copied
-
tags/1.4.4 (copied) (copied from head-cleaner/trunk)
-
tags/1.4.4/head-cleaner.php (copied) (copied from head-cleaner/trunk/head-cleaner.php) (3 diffs)
-
tags/1.4.4/includes/common-controller.php (copied) (copied from head-cleaner/trunk/includes/common-controller.php)
-
tags/1.4.4/includes/regist_ajax_libs.php (copied) (copied from head-cleaner/trunk/includes/regist_ajax_libs.php)
-
tags/1.4.4/languages/head-cleaner-fr_FR.mo (copied) (copied from head-cleaner/trunk/languages/head-cleaner-fr_FR.mo)
-
tags/1.4.4/languages/head-cleaner-fr_FR.po (copied) (copied from head-cleaner/trunk/languages/head-cleaner-fr_FR.po)
-
tags/1.4.4/readme.txt (copied) (copied from head-cleaner/trunk/readme.txt) (2 diffs)
-
tags/1.4.4/readme_ja.txt (copied) (copied from head-cleaner/trunk/readme_ja.txt)
-
tags/1.4.4/screenshot-1.png (deleted)
-
tags/1.4.4/screenshot-2.png (deleted)
-
tags/1.4.4/uninstall.php (copied) (copied from head-cleaner/trunk/uninstall.php)
-
trunk/head-cleaner.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
head-cleaner/tags/1.4.4/head-cleaner.php
r1314126 r1576957 2 2 /* 3 3 Plugin Name: Head Cleaner 4 Version: 1.4. 34 Version: 1.4.4 5 5 Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/ 6 6 Description: Cleaning tags from your WordPress header and footer. … … 13 13 Released under the GPL license 14 14 http://www.gnu.org/copyleft/gpl.html 15 Copyright 2009 - 201 5wokamoto (email : wokamoto1973@gmail.com)15 Copyright 2009 - 2017 wokamoto (email : wokamoto1973@gmail.com) 16 16 17 17 This program is free software; you can redistribute it and/or modify … … 2893 2893 : array()); 2894 2894 foreach ($active_filters as $priority => $filters) { 2895 if (!is_array($filters)) { 2896 continue; 2897 } 2895 2898 foreach ($filters as $filter) { 2896 2899 $function_name = $this->_get_function_name($filter['function']); -
head-cleaner/tags/1.4.4/readme.txt
r1314145 r1576957 5 5 Requires at least: 2.5 6 6 Tested up to: 4.4 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 9 9 Cleaning tags from your WordPress header and footer. … … 94 94 95 95 == Changelog == 96 97 **1.4.4 - Janualy 18, 2017** 98 Support WordPress 4.7 96 99 97 100 **1.4.3 - December 22, 2015** -
head-cleaner/trunk/head-cleaner.php
r1314126 r1576957 2 2 /* 3 3 Plugin Name: Head Cleaner 4 Version: 1.4. 34 Version: 1.4.4 5 5 Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/ 6 6 Description: Cleaning tags from your WordPress header and footer. … … 13 13 Released under the GPL license 14 14 http://www.gnu.org/copyleft/gpl.html 15 Copyright 2009 - 201 5wokamoto (email : wokamoto1973@gmail.com)15 Copyright 2009 - 2017 wokamoto (email : wokamoto1973@gmail.com) 16 16 17 17 This program is free software; you can redistribute it and/or modify … … 2893 2893 : array()); 2894 2894 foreach ($active_filters as $priority => $filters) { 2895 if (!is_array($filters)) { 2896 continue; 2897 } 2895 2898 foreach ($filters as $filter) { 2896 2899 $function_name = $this->_get_function_name($filter['function']); -
head-cleaner/trunk/readme.txt
r1314145 r1576957 5 5 Requires at least: 2.5 6 6 Tested up to: 4.4 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 9 9 Cleaning tags from your WordPress header and footer. … … 94 94 95 95 == Changelog == 96 97 **1.4.4 - Janualy 18, 2017** 98 Support WordPress 4.7 96 99 97 100 **1.4.3 - December 22, 2015**
Note: See TracChangeset
for help on using the changeset viewer.