Sheabunge Code Snippets Versions Save

Code Snippets WordPress Plugin

v2.14.5

1 year ago
  • Fixed: Incompatibility issue with older versions of PHP.

v2.14.3

1 year ago
  • Fixed: Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for reporting.

v2.14.2

1 year ago
  • Fixed: Prevent network snippets table from being created on single-site installs.
  • Added translations:
  • Added: Support for :class syntax to the code validator.
  • Added: PHP8 support to the code linter.
  • Added: Color picker feature to the code editor.
  • Added: Failsafe to prevent multiple versions of Code Snippets from running simultaneously.

v2.14.4

2 years ago
  • Fixed: Prevent array key errors when loading the snippet table with unknown order values.

v2.8.4

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

v2.8.3

2 years ago
  • 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

v2.8.2

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

v2.8.1

2 years ago
  • 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

v2.8.0

2 years ago
  • 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

v2.7.2

2 years ago