Releases: codesnippetspro/code-snippets
Releases · codesnippetspro/code-snippets
Version 2.4.0 (17 Sep 2015)
- Added ability to share network snippets to individual sites on WordPress multisite
- Improved code directory and class structure
- Remove legacy code for pre-3.6 compatibility
- Improved code for printing admin messages
- Updated German translation (Joerg Knoerchen)
- Added
code_snippets/after_execute_snippet
filter - Added class for individual snippets
- Updated
get_snippets()
function to retrieve individual snippets - Removed scope statuses and added fixed tags to indicate scope
- Changed admin page headers to use
<h1>
tags instead of<h2>
tags - Updated CodeMirror to version 5.6
- Removed snippet settings page from network admin
Version 2.3.0 (20 May 2015)
- Removed nested functions
- Added icons for admin and front-end snippets to manage table
- Improved settings retrieval by caching settings
- Updated Russian translation by Alexey Chumakov
- Added filter switch to prevent a snippet from executing (#25)
- Fixed errors in string translation
- Fixed bug in import process (#32)
Version 2.2.3 (13 May 2015)
- Fixed broken call to
export_snippet()
function - Added support for importing and exporting snippet scope
- Fixed duplicate primary key database error
- Improved database table structure
Version 2.2.2 (11 May 2015)
- Polyfilled array_replace_recursive() function for PHP 5.2
- Updated references to old plugin site
- Resolved JavaScript error on edit snippet pages
- Made minor updates to French translation file
- Added statuses for snippet scopes on manage snippets table
Version 2.2.1 (10 May 2015)
- Fixed the default values of new setting not being applied
- Fixed missing background of tags input
Version 2.2.0 (10 May 2015)
- Introduced CodeSniffer testing on code
- Fixed description heading disappearing when media buttons enabled
- Added snippet scope selector
- Minified all CSS and JS in plugin
- Made CodeMirror theme names more readable
- Fixed bug causing translations to not be loaded
Version 2.1.0 (09 May 2015)
- Added additional setting descriptions
- Added settings for code and description editor height
- Updated CodeMirror to version 5.2
- Fixed not escaping the request URL when using query arg functions
- Improved efficiency of settings component
Version 2.0.3 (17 Mar 2015)
- Updated German translation by Joerg Knoerchen
Version 2.0.2 (05 Mar 2015)
- Fix error in table creation code
- Remove settings database option when plugin is uninstalled
Version 2.0.1 (25 Feb 2015)
- Fixed table creation code not running on upgrade
- Fixed snippets per page option not saving