Changeset 2435475 for tinymce-advanced
- Timestamp:
- 12/09/2020 01:34:15 PM (5 years ago)
- Location:
- tinymce-advanced/branches/dev/src
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tinymce-advanced.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinymce-advanced/branches/dev/src/readme.txt
r2435466 r2435475 49 49 50 50 = 5.6.0 = 51 * Updated for WordPress 5.6 .51 * Updated for WordPress 5.6 and TinyMCE 4.9.11. 52 52 53 53 = 5.5.1 = -
tinymce-advanced/branches/dev/src/tinymce-advanced.php
r2389434 r2435475 4 4 Plugin URI: https://wordpress.org/plugins/tinymce-advanced/ 5 5 Description: Extends and enhances the block editor (Gutenberg) and the classic editor (TinyMCE). 6 Version: 5. 5.17 Requires at least: 5. 58 Tested up to: 5. 56 Version: 5.6.0 7 Requires at least: 5.6 8 Tested up to: 5.6 9 9 Requires PHP: 5.6 10 10 Author: Automattic … … 44 44 class Advanced_Editor_Tools { 45 45 46 private $required_wp_version = '5. 5-alpha';47 private $plugin_version = 5 500;46 private $required_wp_version = '5.6-alpha'; 47 private $plugin_version = 5600; 48 48 49 49 private $user_settings;
Note: See TracChangeset
for help on using the changeset viewer.