Plugin Directory

Changeset 2809756


Ignore:
Timestamp:
11/02/2022 10:10:08 AM (3 years ago)
Author:
mogaj
Message:

Add 1.0.0 to tags.

Location:
useful-snippets
Files:
10 added
3 edited

Legend:

Unmodified
Added
Removed
  • useful-snippets/trunk/includes/invite.php

    r2797972 r2809756  
    1111include 'tools/disable-xmlrpc.php';
    1212include 'tools/svg-remove.php';
     13include 'tools/remove-inner-block.php';
  • useful-snippets/trunk/plugin.php

    r2797972 r2809756  
    55 * Requires at least: 5.9
    66 * Requires PHP:      7.0
    7  * Version:           1.0.0
     7 * Version:           1.1.0
    88 * Author:            Janos Moga
    99 * Author URI:        https://github.com/janibras/
  • useful-snippets/trunk/readme.txt

    r2797977 r2809756  
    22Contributors:      Janos Moga
    33Tags:              snippets, security
    4 Tested up to:      6.0.2
    5 Stable tag:        1.0.0
     4Tested up to:      6.1
     5Stable tag:        1.1.0
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    1111== Description ==
    1212
    13 Installing this plugin you will be provided field tested code snippets to enhance your website. These code particles include lightweight security tweaks, cleaning functions and other useful elements. Please note however, that Useful Snippets is not a security plugin––most of securtiy enhancements should be made on server level.
     13Installing this plugin you will be provided field tested code snippets to enhance your website. These code particles include lightweight security tweaks, cleaning functions and other useful elements. Please note however, that Useful Snippets is not a security plugin––most of securitiy enhancements should be made on server level.
    1414
    1515Following snippets are available:
    1616* Setting up security headers.
    1717* Disabling XML-RPC.
     18* Unhook the Core function that adds the inner container to blocks.
    1819
    1920Following cleaning enhancements are available:
     
    2930== Changelog ==
    3031
     32= 1.1.0 =
     33* Unhook the Core function that adds the inner container when there is no theme.json. in block themes.
     34
    3135= 1.0.0 =
    3236* Initial release.
Note: See TracChangeset for help on using the changeset viewer.