Changeset 2273017
- Timestamp:
- 04/01/2020 02:38:13 PM (6 years ago)
- Location:
- amp-toolbox
- Files:
-
- 16 added
- 2 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/WDPanelAdmin.css (added)
-
tags/2.0.1/WDPanelAdmin.php (added)
-
tags/2.0.1/WebDesiresLogo.png (added)
-
tags/2.0.1/amp-toolbox.php (added)
-
tags/2.0.1/cloud.png (added)
-
tags/2.0.1/css-tidy (added)
-
tags/2.0.1/css-tidy/class.csstidy.php (added)
-
tags/2.0.1/css-tidy/class.csstidy_optimise.php (added)
-
tags/2.0.1/css-tidy/class.csstidy_print.php (added)
-
tags/2.0.1/css-tidy/css_optimiser.php (added)
-
tags/2.0.1/css-tidy/data.inc.php (added)
-
tags/2.0.1/css-tidy/lang.inc.php (added)
-
tags/2.0.1/email_sub.png (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/rss.png (added)
-
trunk/amp-toolbox.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amp-toolbox/trunk/amp-toolbox.php
r2173725 r2273017 4 4 Plugin URI: 5 5 Description: This is a plugin that extends and fixes functionality from the AMP plugin, allowing you a better control of your AMP pages. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: deano1987 8 8 Author URI: http://deano.me … … 620 620 } 621 621 622 //remove generator tags from wordpress Amp 623 add_action( 'amp_post_template_head', 'amptoolbox_remove_amp_generator_meta_tag', 2 ); 624 function amptoolbox_remove_amp_generator_meta_tag() { 625 remove_action( 'amp_post_template_head', 'amp_add_generator_metadata' ); 626 remove_action('amp_post_template_head', 'wp_generator'); 627 } 628 622 629 ?> -
amp-toolbox/trunk/readme.txt
r2173725 r2273017 3 3 Tags: amp, amp schema, amp header, amp link, amp original, schema, header, header logo, link 4 4 Requires at least: 3.0 5 Tested up to: 5. 2.46 Stable tag: 2. 0.05 Tested up to: 5.4 6 Stable tag: 2.1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 = 2.1.0 = 38 * plugin now automatically removes the wordpress and AMP generator meta tags from amp pages. see https://webdesires.co.uk/knowledge-base/wordpress-remove-generator-meta-tags-for-amp-plugin/ 39 37 40 = 2.0.0 = 38 41 * removed amphtml tag looks like the amp plugin now does this!
Note: See TracChangeset
for help on using the changeset viewer.