------------------- - Users can now reenable tinyMCE after disabling it - Fixed issue causing the backend regex from grabbing normal (non-snippet) span tags
0.9.27
------------------- - Added link to disable tinyMCE when creating a snippet
0.9.26
------------------ - Changed wording on several links/buttons to make them more understandable - Fixed broken preview system - Snippet plugs are now removed from the current page when the respective snippet is deleted.
0.9.24
------------------ - Changed user-role requirements for different parts of the snippet UI - Fixed issue causing XMLSyntaxError...for real this time. - UI no longer displays add/edit/delete buttons if the user lacks the permissions to use them. - Updated README - Additional robot tests
0.9.18
------------------ - Tweaked some of the robot tests, added a few others - Added exception for the XMLSyntaxError error - Fixed bug causing AJAX requests to be sent when they didn't need to
0.9.15
----------------- - moved robot tests over from another branch - Changed JS on edit page load to get all snippets it needs at once, instead of one at a time - Reworked SnippetList class to accomodate aforementioned JS change