PHP 8 Compatibility Fix.
-
I’ve updated the plugin so that it works with PHP 8.
You can find the new plugin on GitHub: https://github.com/luanluta/Easy-Columns-PHP-8-Update
Or direct download it here.The issue was that the plugin was using an outdated method to create a class. The only change has been to update the method used in
easy-columns.php
on line 35 from:function EasyColumns() { //constructor
To
function __construct() { //constructor
Tested up to PHP 8.3.
- You must be logged in to reply to this topic.