-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
48 lines (37 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=== WP Theme Optimizer ===
Contributors: dsgnr
Donate link: https://www.designsbytouch.co.uk
Tags: theme, optimiser, optimizer, remove query strings from static resources, remove header information
Requires at least: 3.0.1
Tested up to: 4.5.3
Stable tag: 4.5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Optimize your WordPress theme header by removing excess tags and scripts. Make your site faster and more secure by hiding WordPress tags.
== Installation ==
1. Upload the `wp-theme-optimizer` folder to the `/wp-content/plugins/` directory
1. Activate the WP Theme Optimizer plugin through the 'Plugins' menu in WordPress
1. Configure the plugin by going to the `WP Theme Optimizer` menu that appears in your admin menu
== Changelog ==
= 1.0.1 =
* Fixed a few bugs and updated the documentation to make it clearer.
* Reorganized tabs to make navigation easier.
* Added activate/deactivate all button.
* Changed spellings to be consistent between UK/US spellings.
= 1.0.0 =
* Initial release!
* Remove CSS and JS versions
* Remove WP Generator tag
* Remove OEmbed Links
* Remove jQuery Migrate
* Remove emoji-release.js
* Remove recent comments inline CSS
* Remove RSD Link
* Remove RSS feeds
* Remove wlwmanifest.xml
* Remove WP JSON link
* Remove WP Shortlink
* Remove Next/Previous post links
* Remove Yoast SEO comments in front-end HTML
* Option to Minify front-end HTML