GitHub / codesnippetspro / code-snippets
Code Snippets WordPress Plugin
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesnippetspro%2Fcode-snippets
PURL: pkg:github/codesnippetspro/code-snippets
Stars: 339
Forks: 108
Open issues: 29
License: None
Language: PHP
Size: 22.4 MB
Dependencies parsed at: Pending
Created at: over 13 years ago
Updated at: 15 days ago
Pushed at: 12 days ago
Last synced at: 12 days ago
Commit Stats
Commits: 1850
Authors: 24
Mean commits per author: 77.08
Development Distribution Score: 0.073
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/codesnippetspro/code-snippets
Topics: code, hacktoberfest, php, snippets, wordpress, wordpress-development, wordpress-plugin
Version 2.8.3 (29 April 2017)
v2.8.3
- 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
Download
Version 2.8.2 (27 Feb 2017)
v2.8.2
- Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice
Download
Version 2.8.1 (25 Feb 2017)
v2.8.1
Download
Version 2.8.0 (14 Dec 2016)
v2.8.0
- 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
Download
Download
Version 2.7.1 (30 Sep 2016)
v2.7.1
- 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
Download
Version 2.7.0 (23 July 2016)
v2.7.0
- 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=trueto the URL - Fixed snippet fields not importing
- Updated CodeMirror to version 5.17.0
- Fixed a minor XSS vulnerability discovered by Burak Kelebek [#]
Download
Version 2.6.1 (10 Feb 2016)
v2.6.1
- 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
Download
Version 2.6.0 (31 Dec 2015)
v2.6.0
- 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
Download
Version 2.5.1 (11 Oct 2016)
v2.5.1
- 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
Download