========================================== Plugin: Note Author: Slocum Design Studio Author URI: https://slocumstudio.com/ Current Version: 1.2.2 ========================================== 1.2.2 // August 19 2015 ----------------------- - WordPress 4.3 Fixes -- Replaced Note Widget self::WP_Widget() call with parent::__construct() call (fixes PHP warnings in WordPress 4.3+) -- Fix bug in WordPress 4.3 where _createToolbar() function was not available on the editor wp object (editor.wp), due to Note Widget TinyMCE configuration not including the TinyMCE 'wordpress' plugin -- Adjusted Note Widget TinyMCE theme CSS 1.2.1 // June 25 2015 --------------------- - Fixed a bug where the Note_Widget() function may not be defined and the Note_Customizer class would throw a fatal PHP error; Thanks Luis Martins -- This bug indirectly caused conflict with WordPress SEO by Yoast on the sitemap pages -- @see https://github.com/Yoast/wordpress-seo/blob/09488fd5662d25a843d9715a12133e22e4aaf38d/inc/class-sitemaps.php#L106-L117 1.2.0 // June 09 2015 --------------------- - Introduce Note Sidebars - Introduce Note Sidebar UI Buttons - Introduce Note Modal Windows - Introduce Note Settings - Introduce Note Settings page in Dashboard (Settings > Note) - Introduce Note uninstall functionality - Replaced 'note_widget_content_placeholder' filter with 'note_tinymce_placeholder' - Adjust CSS on various Media Frame elements - Fixed issue where an uploaded image could not be inserted into a Note Widget during a Customizer session; Thanks Lise Galipeau - Fixed JavaScript error where the "frame" object was not yet added to the wp.media object and Note modal commands were attempting to listen to the missing "frame" object resulting in a JavaScript error - Fixed bug where
content could not be aligned via the Note Toolbar properly while editing a Note Widget 1.1.2 // March 12 2015 ---------------------- - Moved Note localize data to Note_Customizer PHP Class - Added ability to allow other plugins to use Note as a "transport" layer to send data to the Customizer from any TinyMCE Editor - Added ability to allow noteinsert plugin to be utilized on TinyMCE Editors outside of Note - Added hooks to Note Widget to allow settings and front-end output to be added/adjusted by themes and plugins - Added ability to prevent widget update event from being triggered (set prevent_widget_update to true on editor.note object to prevent updates) - Added logic to update jQuery widget data to ensure it wasn't one revision behind in the Customizer - Added local flags to Note Previewer script to reference when Note Widgets were focused or a modal window was open - Adjust Note media panel button CSS - Move cursor to the last child element/node of the body on note-widget-edit - Fixed issue where Customizer would set Previewer URL to anchor href when clicked inside of a TinyMCE Editor by stopping propagation - Fixed bug where Note Widget was focused in Previewer and re-ordering widgets did not trigger a refresh 1.1.1 // March 02 2015 ---------------------- - Added do_shortcode() wrapper around Note Widget output 1.1.0 // February 27 2015 ------------------------- - Added is_customizer() function to Note Widget to determine if the current page was the Customizer - Added logic to scroll Previewer window to focused Note Widget on "Edit Content" button click - Added CSS background color/transition to newly focused editors - Added ability to create number and bullet lists within content - Added ability to indent or outdent content - Added modal CSS styles to Previewer within Customizer - Added ability to insert images into Note Widgets - Added Toolbar above Note Widgets in Previewer within Customizer - Removed unused Customizer JavaScript logic - Fixed bug where Note Widgets output slashed data (I\'ve, I\'ll, etc...) on front-end while not in Customizer - Fixed bug where Previewer refresh was triggered while editing content inside of a Note Widget - Fixed bug where Note Widgets were not focused properly in Previewer - Fixed bug in where Note was not functioning due to JavaScript error in WordPress versions less than 4.0 1.0.1 // November 25 2014 ------------------------- - Output Note widget title on front end and added ability to show/hide title (hidden by default) - Fixed bug where "Edit Content" button on new Note widgets would not function due to lack of widget data - Fixed bug where first iteration of Note widget content would not sync in Customizer - Added backwards compatibility support for WordPress 3.9 1.0.0 // November 07 2014 ------------------------- - Initial Release