=== Essentials === Contributors: bvandevliet Tags: security, development, analytics Requires at least: 4.6 Tested up to: 5.4.2 Requires PHP: 7.2 Stable tag: 2020.06.17 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl.html Adds essential functionalities to your WordPress installation. Security and development options, Google Analytics and more. == Description ==
Adds essential functionalities to your WordPress installation.
WordPress is a great CMS! But, in my opinion, it lacks a small number of essential functionalities. Of course, separate plugins can be found for that, but they often do much more than essentially required and, partly as a result, may adversely affect the security and speed of the website. That is why I have collected the below functionalities in one efficient and lightweight WordPress plugin.
The following modules are available:
After activation of the plugin, each module is available in the admin dashboard as if it had always been there out of the box. You decide which modules to enable, which gives you the freedom to disable a module if you prefer to use another plugin for it instead.
== Installation == = Manually via FTP = 1. Download the plugin. 1. Unpack the .zip 1. Upload the `wpessentials` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin from within your WP Admin. = Manually via WP Admin = 1. Download the plugin. 1. Goto `Plugins` > `Add New` > `Upload Plugin`. 1. Upload the .zip 1. Activate the plugin. = Automatic via WP Admin = 1. Goto `Plugins` > `Add New`. 1. Search for `wpessentials`. 1. Find the plugin and click `Install Now`. 1. Activate the plugin. == Frequently Asked Questions == == Screenshots == 1. An overview of all available modules 2. Security module 3. Development module 4. Login Form module 5. Google Analytics module == Changelog == = 2020.06.17 = * Javascript reviewed, improved scoping and coding standards. * Link Finder module removed, now available as separate plugin. = 2020.04.10 = * Minor improvements and fixes, coding standards reviewed. = 2020.03.30 = * Support to easily update "display_name" for users where its value is equal to their "login_name". = 2020.03.28 = * Disabling REST API improved. = 2020.03.26 = * Fixed a fatal error bug in active lockouts table for username entries. = 2020.03.16 = * Improved active lockouts table in the security module admin page. = 2020.03.14 = * The security module determines users that publicly reveal their username and instructs how to fix that. * Active lockouts can now be viewed and released from within the security module admin page. * Added option to only send an email notification for lockouts if an existing username is locked out. * Various bug fixes and improvements. = 2020.03.05 = * Link Finder module can now update internal hyperlinks as absolute url (self-pings allowed) or as relative url (self-pings avoided). * Fixed bug where home_url was used instead of site_url or vise versa. = 2020.03.01 = * Some performance efficiency fixes. * Dutch translation. = 2020.02.26 = * Brute-force events are now stored for a minimum period of 4 weeks instead of the attempt or lockout period set. = 2020.02.25 = * Added option to send an email if a lockout event occurs. = 2020.02.24 = * Toggling `WP_DEBUG` now also toggles `WP_DISABLE_FATAL_ERROR_HANDLER` and `ini_set('display_errors', 'On'|'Off')`. * Improved error handling when toggling `WP_DEBUG`. * Various performance improvements and bugfixes including plugin activation bug. = 2020.02.23 = * Improved regex to avoid false-positive matches when regenerating Keys and Salts. = 2020.02.21 = * First introduction, available modules: * Security * Development Mode * Login Form * Google Analytics * Link Finder == Upgrade Notice == = 2020.06.11 = Link Finder module removed, now available as a separate plugin. = 2020.03.05 = This version fixes a bug that can cause issues on sites where the Wordpress installation and site content are in different directories (home_url and site_url are different). = 2020.02.23 = This version fixes an important security related bug. Upgrade immediately!