Releases: codesnippetspro/code-snippets
Releases · codesnippetspro/code-snippets
Version 2.8.3 (29 April 2017)
- Updated CodeMirror to version 5.25.0
- Show network active snippets as read-only on multisite subsites
- Added more compete output escaping to prevent XSS errors
Version 2.8.2 (27 Feb 2017)
- Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice
Version 2.8.1 (25 Feb 2017)
Version 2.8.0 (14 Dec 2016)
- Fixed Italian translation errors. Props to @arsenalemusica
- Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels
- Renamed placeholder on snippet name field to 'Enter title here'
- Removed CodeMirror search functionality
- Moved 'Edit Snippet' admin menu above 'Add New' menu
- Made pressing Ctrl-Enter in the code editor save the snippet
- Updated CodeMirror to version 5.21.0
Version 2.7.2 (1 Oct 2016)
- Updated German translation by Mario Siegmann
Version 2.7.1 (30 Sep 2016)
- Added Dutch translation by Sander Spies
- Ensured that the editor theme setting is properly validated. Thanks to Netsparker for reporting.
- Ensured that snippet tags are properly escaped. Thanks to Netsparker for reporting.
- Updated CodeMirror to version 5.19.0
Version 2.7.0 (23 July 2016)
- Fixed plugin translations being loaded
- Increase default snippets per page so that all are usually shown
- Fixed description field not being imported
- Updated German translation by Mario Siegmann
- Fixed issue with CodeMirror rubyblue theme [#]
- Added query var to disable snippet execution. To use, add
?snippets-safe-mode=true
to the URL - Fixed snippet fields not importing
- Updated CodeMirror to version 5.17.0
- Fixed a minor XSS vulnerability discovered by Burak Kelebek [#]
Version 2.6.1 (10 Feb 2016)
- Updated German translation by Mario Siegmann
- Fixed error catching not working correctly
- Updated error catching to work with snippets including functions and classes
- Fixed editor autoresizing
Version 2.6.0 (31 Dec 2015)
- Reconfigured plugin to use classloader and converted a lot of functional code into OOP code
- Updated CodeMirror to version 5.10.0
- Added
[code_snippets]
shortcode for embedding snippet code in a post - Fixed broken snippet search feature [#]
- Added front-end syntax highlighting for shortcode using PrismJS
Version 2.5.1 (11 Oct 2016)
- Fixed: Ensure errors are fatal before catching them during error checking
- Fixed: Escape the snippet name on the edit page to ensure it displays correctly
- Fixed: Exclude snippets with named functions from error checking so they do not run twice