Skip to content

Releases: StenaIT/wordpress-plugin-stena-websolutions

Version number fix

08 Feb 10:32
Compare
Choose a tag to compare
1.1.6

Release version 1.1.6

Documentation update

08 Feb 09:16
Compare
Choose a tag to compare

Clarification in comment in code only

Inline function call update

12 Dec 11:19
Compare
Choose a tag to compare

Inline function call update

Constants moved out

23 Nov 11:12
Compare
Choose a tag to compare

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

20 Nov 20:20
Compare
Choose a tag to compare

No code changed, only a release for test purposes.

Added more security practices and ManageWP support

20 Nov 17:20
Compare
Choose a tag to compare

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

14 Nov 12:31
Compare
Choose a tag to compare

A first release