This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Releases: StenaIT/wordpress-plugin-stena-websolutions
Releases · StenaIT/wordpress-plugin-stena-websolutions
Version number fix
1.1.6 Release version 1.1.6
Documentation update
Clarification in comment in code only
Inline function call update
Inline function call update
Constants moved out
To follow best practice better, the CONSTANTS are now not a part of the plugin.
So for any upgrade to 1.1.2, please do look over the constants.php in this repo, there we have gathered recommended CONSTANTS that you shall add to your application.php (bedrock), wp-config.php (vanilla WP)
We also added a bedrock.conf here, that also is coy & paste friendly boilerplate for wordpress sites.
Bumping version for composer testing
No code changed, only a release for test purposes.
Added more security practices and ManageWP support
CVE-2018-6389 concetenate scripts - also requires htaccess configuration in your repo for full protection
ManageWP backups for php8 sites requires this line
define('FS_METHOD', 'direct');
Initial version
A first release