Changeset 2953707
- Timestamp:
- 08/15/2023 09:18:57 AM (3 years ago)
- Location:
- acf-columns
- Files:
-
- 3 edited
-
tags/1.2.4/acf-column.php (modified) (1 diff)
-
trunk/acf-column.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-columns/tags/1.2.4/acf-column.php
r2951860 r2953707 21 21 class DHZ_ACF_PLUGIN_COLUMN_FIELD { 22 22 23 public array$settings;23 public $settings; 24 24 25 25 function __construct() { -
acf-columns/trunk/acf-column.php
r2951861 r2953707 4 4 Plugin URI: https://wordpress.org/plugins/acf-columns/ 5 5 Description: Adds an ACF field to arrange ACF fields into columns. 6 Version: 1.2. 46 Version: 1.2.5 7 7 Author: Thomas Meyer 8 8 Author URI: https://dreihochzwo.de -
acf-columns/trunk/readme.txt
r2951859 r2953707 5 5 Requires at least: 4.7 6 6 Tested up to: 6.3 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = v1.2. 4=53 = v1.2.5 = 54 54 * PHP 8 Support 55 55
Note: See TracChangeset
for help on using the changeset viewer.