Plugin Directory

Changeset 2953707


Ignore:
Timestamp:
08/15/2023 09:18:57 AM (3 years ago)
Author:
tmconnect
Message:

Fixed error for PHP versions < 7.4

Location:
acf-columns
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-columns/tags/1.2.4/acf-column.php

    r2951860 r2953707  
    2121class DHZ_ACF_PLUGIN_COLUMN_FIELD {
    2222
    23     public array $settings;
     23    public $settings;
    2424   
    2525    function __construct() {
  • acf-columns/trunk/acf-column.php

    r2951861 r2953707  
    44Plugin URI: https://wordpress.org/plugins/acf-columns/
    55Description: Adds an ACF field to arrange ACF fields into columns.
    6 Version: 1.2.4
     6Version: 1.2.5
    77Author: Thomas Meyer
    88Author URI: https://dreihochzwo.de
  • acf-columns/trunk/readme.txt

    r2951859 r2953707  
    55Requires at least: 4.7
    66Tested up to: 6.3
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
    53 = v1.2.4 =
     53= v1.2.5 =
    5454* PHP 8 Support
    5555
Note: See TracChangeset for help on using the changeset viewer.