Changeset 1989472 for classic-editor
- Timestamp:
- 12/08/2018 07:43:11 PM (7 years ago)
- Location:
- classic-editor/trunk
- Files:
-
- 2 edited
-
classic-editor.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classic-editor/trunk/classic-editor.php
r1989286 r1989472 29 29 if ( ! class_exists( 'Classic_Editor' ) ) : 30 30 class Classic_Editor { 31 const plugin_version = 1. 0;31 const plugin_version = 1.2; 32 32 private static $settings; 33 33 private static $supported_post_types = array(); -
classic-editor/trunk/readme.txt
r1989286 r1989472 57 57 * Updated for Gutenberg 4.1 and WordPress 5.0-beta1. 58 58 * Removed some functionality that now exists in Gutenberg. 59 * Fixed redirecting back to the C Lassic editor after looking at post revisions.59 * Fixed redirecting back to the Classic editor after looking at post revisions. 60 60 61 61 = 0.4 =
Note: See TracChangeset
for help on using the changeset viewer.