Plugin Directory

Changeset 3211871


Ignore:
Timestamp:
12/22/2024 05:48:04 PM (13 months ago)
Author:
tmconnect
Message:

Correction for PHP8

Location:
acf-tooltip/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-tooltip/trunk/acf-tooltip.php

    r3211869 r3211871  
    44Plugin URI: https://wordpress.org/plugins/acf-tooltip/
    55Description: Displays ACF field descriptions as tooltips.
    6 Version: 1.2.4
     6Version: 1.2.5
    77Author: Thomas Meyer
    88Author URI: https://dreihochzwo.de
     
    3131            'this_acf_version'  => 0,
    3232            'min_acf_version'   => '5.5.0',
    33             'version'           => '1.2.2',
     33            'version'           => '1.2.5',
    3434            'url'               => plugin_dir_url( __FILE__ ),
    3535            'path'              => plugin_dir_path( __FILE__ ),
  • acf-tooltip/trunk/readme.txt

    r3211865 r3211871  
    55Requires at least: 4.7
    66Tested up to: 6.1.1
    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
     
    139139== Changelog ==
    140140
    141 = v1.2.4 =
     141= v1.2.5 =
    142142* Fixed PHP8 compatibilty
    143143
Note: See TracChangeset for help on using the changeset viewer.