Plugin Directory

Changeset 2790986


Ignore:
Timestamp:
09/27/2022 07:18:32 PM (4 years ago)
Author:
MasterK
Message:

Updated to work with PHP 8.1

Location:
change-case-for-tinymce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • change-case-for-tinymce/trunk/change-case.php

    r2627831 r2790986  
    5050  }
    5151
    52   function register_button( $buttons ) {
     52  public static function register_button( $buttons ) {
    5353    $current = get_option( "CC_HR_OPTIONS" );
    5454    if ( is_serialized( $current ) ) {$current = unserialize( $current );}
  • change-case-for-tinymce/trunk/readme.txt

    r2731109 r2790986  
    44Requires at least: 3.3
    55Tested up to: 6.0
    6 Requires PHP: 5.6
    7 Stable tag: 2.2.1
     6Requires PHP: 7.4
     7Stable tag: 2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676= 2.2.1 =
    7777Tested with WP 6
     78
     79= 2.3 =
     80Updated to work with PHP 8.1
Note: See TracChangeset for help on using the changeset viewer.