Skip to content

Releases: codesnippetspro/code-snippets

Version 2.8.4 (29 April 2017)

02 Sep 11:34

Choose a tag to compare

  • Fixed all snippets being treated as network snippets on non-multisite

Version 2.8.3 (29 April 2017)

02 Sep 11:33

Choose a tag to compare

  • 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)

02 Sep 11:33

Choose a tag to compare

  • Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice

Version 2.8.1 (25 Feb 2017)

02 Sep 11:32

Choose a tag to compare

  • Updated German translation
  • Fixed admin menu items not translating
  • Removed possible conflict between Debug Bar Console plugin (#52)
  • Corrected editor alignment on RTL sites (#)
  • Fixed bulk actions running when Filter button is clicked (#)
  • Updated CodeMirror to version 5.24.0

Version 2.8.0 (14 Dec 2016)

02 Sep 11:30

Choose a tag to compare

  • 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)

02 Sep 11:30

Choose a tag to compare

Version 2.7.1 (30 Sep 2016)

02 Sep 11:29

Choose a tag to compare

  • 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)

02 Sep 11:28

Choose a tag to compare

  • 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)

02 Sep 11:27

Choose a tag to compare

  • 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)

02 Sep 11:26

Choose a tag to compare

  • 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