Cloudbridge Mattermost 2.1.0 with Cloudflare support

Cloudbridge Mattermost is a WordPress plugin that provides integration between WordPress and Mattermost. Cloudbridge Mattermost 2.1.0 has been released with fixes and new features! New features include support for Cloudflare and verified WordPress 5.8 compatibility. You can read more about it here: code.webbplatsen.net/wordpress/cloudbridge-mattermost. It is …

Read more

EasyMap 1.1.0 for WordPress

The EasyMap for WordPress plugin provides uncomplicated Google Maps functionality for your WordPress web site. It allows a great deal of control over Google Maps features and comes with support for pre-defined location address formats as well as a custom template editor. Basic functionality includes: …

Read more

Shortcodes for Font Awesome 1.1.0

The WordPress plugin Shortcode for Font Awesome (SCFA) 1.1.0 has been released: Tested with WordPress 5.6 Tested with PHP 7.4 Updated to Font Awesome 5.15.1 You can get it from: wordpress.org/plugins/shortcodes-for-font-awesome/ code.webbplatsen.net/wordpress/wordpress-shortcodes-for-font-awesome/ The GitHub repo is here: github.com/joho1968/SCFA

Apache goodies for WordPress security

The list of things to do to harden a WordPress site with Apache is long, but some things that could be done include: FileETag None <Files wp-config.php> Require all denied </Files> <Files xmlrpc.php> Require all denied </Files> <LocationMatch “/wp-content/uploads/.*(?i)\.php$”> Require all denied </LocationMatch>