• 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.

    • This topic was modified 3 weeks, 4 days ago by luanluta. Reason: Pressed submit button too soon
  • You must be logged in to reply to this topic.