Plugin Directory

Changeset 2435475 for tinymce-advanced


Ignore:
Timestamp:
12/09/2020 01:34:15 PM (5 years ago)
Author:
azaozz
Message:

Updae versions for WP 5.6.

Location:
tinymce-advanced/branches/dev/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tinymce-advanced/branches/dev/src/readme.txt

    r2435466 r2435475  
    4949
    5050= 5.6.0 =
    51 * Updated for WordPress 5.6.
     51* Updated for WordPress 5.6 and TinyMCE 4.9.11.
    5252
    5353= 5.5.1 =
  • tinymce-advanced/branches/dev/src/tinymce-advanced.php

    r2389434 r2435475  
    44Plugin URI: https://wordpress.org/plugins/tinymce-advanced/
    55Description: Extends and enhances the block editor (Gutenberg) and the classic editor (TinyMCE).
    6 Version: 5.5.1
    7 Requires at least: 5.5
    8 Tested up to: 5.5
     6Version: 5.6.0
     7Requires at least: 5.6
     8Tested up to: 5.6
    99Requires PHP: 5.6
    1010Author: Automattic
     
    4444class Advanced_Editor_Tools {
    4545
    46     private $required_wp_version = '5.5-alpha';
    47     private $plugin_version = 5500;
     46    private $required_wp_version = '5.6-alpha';
     47    private $plugin_version = 5600;
    4848
    4949    private $user_settings;
Note: See TracChangeset for help on using the changeset viewer.