Changeset 2809756
- Timestamp:
- 11/02/2022 10:10:08 AM (3 years ago)
- Location:
- useful-snippets
- Files:
-
- 10 added
- 3 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/includes (added)
-
tags/1.0.0/includes/invite.php (added)
-
tags/1.0.0/includes/tools (added)
-
tags/1.0.0/includes/tools/disable-xmlrpc.php (added)
-
tags/1.0.0/includes/tools/security-headers.php (added)
-
tags/1.0.0/includes/tools/svg-remove.php (added)
-
tags/1.0.0/plugin.php (added)
-
tags/1.0.0/readme.txt (added)
-
trunk/includes/invite.php (modified) (1 diff)
-
trunk/includes/tools/remove-inner-block.php (added)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
useful-snippets/trunk/includes/invite.php
r2797972 r2809756 11 11 include 'tools/disable-xmlrpc.php'; 12 12 include 'tools/svg-remove.php'; 13 include 'tools/remove-inner-block.php'; -
useful-snippets/trunk/plugin.php
r2797972 r2809756 5 5 * Requires at least: 5.9 6 6 * Requires PHP: 7.0 7 * Version: 1. 0.07 * Version: 1.1.0 8 8 * Author: Janos Moga 9 9 * Author URI: https://github.com/janibras/ -
useful-snippets/trunk/readme.txt
r2797977 r2809756 2 2 Contributors: Janos Moga 3 3 Tags: snippets, security 4 Tested up to: 6. 0.25 Stable tag: 1. 0.04 Tested up to: 6.1 5 Stable tag: 1.1.0 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 11 11 == Description == 12 12 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 secur tiy enhancements should be made on server level.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 securitiy enhancements should be made on server level. 14 14 15 15 Following snippets are available: 16 16 * Setting up security headers. 17 17 * Disabling XML-RPC. 18 * Unhook the Core function that adds the inner container to blocks. 18 19 19 20 Following cleaning enhancements are available: … … 29 30 == Changelog == 30 31 32 = 1.1.0 = 33 * Unhook the Core function that adds the inner container when there is no theme.json. in block themes. 34 31 35 = 1.0.0 = 32 36 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.