Changeset 2694912
- Timestamp:
- 03/16/2022 03:40:29 PM (4 years ago)
- Location:
- cc-clean-head-tags
- Files:
-
- 22 added
- 6 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/.htaccess (added)
-
tags/1.0.4/AUTHORS.txt (added)
-
tags/1.0.4/LICENSE.txt (added)
-
tags/1.0.4/README.txt (added)
-
tags/1.0.4/framework (added)
-
tags/1.0.4/framework/filterer.php (added)
-
tags/1.0.4/framework/index.html (added)
-
tags/1.0.4/framework/plugin.php (added)
-
tags/1.0.4/framework/singleton.php (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/clean-head-tags.php (added)
-
tags/1.0.4/includes/index.html (added)
-
tags/1.0.4/index.html (added)
-
tags/1.0.4/languages (added)
-
tags/1.0.4/languages/cc-clean-head-tags-pl_PL.mo (added)
-
tags/1.0.4/languages/cc-clean-head-tags-pl_PL.po (added)
-
tags/1.0.4/languages/index.html (added)
-
tags/1.0.4/plugin.php (added)
-
tags/1.0.4/templates (added)
-
tags/1.0.4/templates/index.html (added)
-
tags/1.0.4/templates/link.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/framework/filterer.php (modified) (1 diff)
-
trunk/framework/plugin.php (modified) (1 diff)
-
trunk/framework/singleton.php (modified) (2 diffs)
-
trunk/includes/clean-head-tags.php (modified) (1 diff)
-
trunk/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cc-clean-head-tags/trunk/README.txt
r2050413 r2694912 4 4 Requires PHP: 7.2 5 5 Requires at least: 4.7.1 6 Tested up to: 5. 1.16 Tested up to: 5.9.2 7 7 Stable tag: trunk 8 8 License: GPLv3 … … 69 69 == Changelog == 70 70 71 = 1.0.4 = 72 *Release date: 16.03.2022* 73 74 * Added: PHP 8.0 support. 75 71 76 = 1.0.3 = 72 77 *Release date: 14.03.2019* -
cc-clean-head-tags/trunk/framework/filterer.php
r2050413 r2694912 2 2 3 3 /* 4 Copyright (C) 20 19by Clearcode <http://clearcode.cc>4 Copyright (C) 2022 by Clearcode <http://clearcode.cc> 5 5 and associates (see AUTHORS.txt file). 6 6 -
cc-clean-head-tags/trunk/framework/plugin.php
r2050413 r2694912 2 2 3 3 /* 4 Copyright (C) 20 19by Clearcode <http://clearcode.cc>4 Copyright (C) 2022 by Clearcode <http://clearcode.cc> 5 5 and associates (see AUTHORS.txt file). 6 6 -
cc-clean-head-tags/trunk/framework/singleton.php
r2050413 r2694912 2 2 3 3 /* 4 Copyright (C) 20 19by Clearcode <http://clearcode.cc>4 Copyright (C) 2022 by Clearcode <http://clearcode.cc> 5 5 and associates (see AUTHORS.txt file). 6 6 … … 27 27 if ( ! class_exists( __NAMESPACE__ . '\Singleton' ) ) { 28 28 abstract class Singleton { 29 final private function __clone() {30 _doing_it_wrong( __METHOD__, __( 'Cheatin’ uh?' ), '' );31 }32 final private function __wakeup() {33 _doing_it_wrong( __METHOD__, __( 'Cheatin’ uh?' ), '' );34 }35 36 29 protected function __construct() { 37 30 _doing_it_wrong( __METHOD__, __( 'Cheatin’ uh?' ), '' ); -
cc-clean-head-tags/trunk/includes/clean-head-tags.php
r2050413 r2694912 2 2 3 3 /* 4 Copyright (C) 20 19by Clearcode <http://clearcode.cc>4 Copyright (C) 2022 by Clearcode <http://clearcode.cc> 5 5 and associates (see AUTHORS.txt file). 6 6 -
cc-clean-head-tags/trunk/plugin.php
r2050413 r2694912 5 5 Plugin URI: https://wordpress.org/plugins/cc-clean-head-tags 6 6 Description: This plugin removes unnecessary html tags from the head section as well as version numbers from style/script links. 7 Version: 1.0. 37 Version: 1.0.4 8 8 Author: Clearcode 9 9 Author URI: https://clearcode.cc … … 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.txt 14 14 15 Copyright (C) 20 19by Clearcode <http://clearcode.cc>15 Copyright (C) 2022 by Clearcode <http://clearcode.cc> 16 16 and associates (see AUTHORS.txt file). 17 17
Note: See TracChangeset
for help on using the changeset viewer.