Plugin Directory

Changeset 2400645


Ignore:
Timestamp:
10/16/2020 06:26:46 AM (5 years ago)
Author:
Kodam
Message:

minor changes

Location:
autotweaks
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • autotweaks/trunk/autotweaks.php

    r2400637 r2400645  
    77 * Author URI:      https://www.luisceladita.com
    88 * Text Domain:     autotweaks
    9  * Version:         1.0
     9 * Version:         1.1
    1010 * License:         GPLv2 or later
    1111 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
  • autotweaks/trunk/readme.txt

    r2400637 r2400645  
    55Requires at least: 4.2
    66Tested up to: 5.5
    7 Requires PHP: 5.6
    8 Stable tag: 1.0
     7Stable tag: 1.1
    98License: GPLv2 or later
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
    12 AutoTweaks configures a series of default options to WordPress.
     11WP Classic Setup: Removes WP version, dashicons, oEmbed, Jquery Migrate, XMLRPC. Set Http security headers, heartbeat to 60s, Post revisions to 1, disable Plugins&Theme editor, etc.
    1312
    1413== Description ==
     14**This plugin is fully compatible with Autoptimize and any cache plugin (Cache Enabler or Wp Super Cache by example)**
     15
    1516Some of the tweaks that this plugin automatically applies securely are the following:
    1617
     
    1819* X-Frame-Options: SAMEORIGIN
    1920* X-XSS-Protection: 1;mode=block
    20 * Content-Security-Policy: default-src \'self\' https://* data: \'unsafe-inline\' \'unsafe-eval\'
     21* Content-Security-Policy: default-src 'self' https://* data: 'unsafe-inline' 'unsafe-eval'
    2122* Referrer-Policy: no-referrer-when-downgrade
    2223* X-Content-Type-Options: nosniff
     
    4344* Limit Post Revisions to 1
    4445
    45 **¡This plugin is fully compatible with Autoptimize and any cache plugin (Cache Enabler or Wp Super Cache by example)**
    46 
    47 Just activate the plugin and test your site’s speed in your favourite tool (GTMetrix, Pingdom Tools, securityheaders.com, etc.)
     46Just activate the plugin and test your site’s speed in your favourite tool (GTMetrix, Pingdom Tools, Securityheaders.com, etc.)
    4847
    4948== Installation ==
    50 1. Upload this plugin to the \'/wp-content/plugins/\' directory
    51 2. Activate the plugin through the \'Plugins\' menu in WordPress
     491. Upload this plugin to the '/wp-content/plugins/' directory
     502. Activate the plugin through the 'Plugins' menu in WordPress
    5251
    5352== Frequently Asked Questions ==
    54 = 1. Why doesn\'t AutoTweaks remove query strings from static resources? =
    55 Because autoptimize already has that option (\"Extra\" tab)
     53= 1. Why doesn't AutoTweaks remove query strings from static resources? =
     54Because autoptimize already has that option ("Extra" tab)
    5655
    57 = 2. Why doesn\'t AutoTweaks remove styles and dashes from emojis? =
    58 Because autoptimize already has that option (\"Extra\" tab)
     56= 2. Why doesn't AutoTweaks remove styles and dashes from emojis? =
     57Because autoptimize already has that option ("Extra" tab)
    5958
    6059== Screenshots ==
     
    6261
    6362== Changelog ==
     63= 1.1 =
     64* minor changes
    6465= 1.0 =
    6566* Hello universe!
Note: See TracChangeset for help on using the changeset viewer.