Skip to content

Releases: codesnippetspro/code-snippets

Version 1.7.1.1 (29 April 2013)

02 Sep 10:01
Compare
Choose a tag to compare
  • Fixed a bug with custom capabilities and admin menus

Version 1.7.1 (22 April 2013)

02 Sep 09:59
Compare
Choose a tag to compare
  • Fix a bug with snippet being set as deactivated when saved
  • Updated PHP Documentation completely. [View online]
  • Only load admin functions when viewing dashboard
  • Added German translation thanks to David Decker
  • Allow or deny site administrators access to snippet admin menus. Set your preference in the Enable Administration Menus setting under the Settings > Network Settings network admin menu.
  • Improve database table creation and upgrade process
  • Optimized to use less database queries

Version 1.7 (26 Mar 2013)

02 Sep 09:58
Compare
Choose a tag to compare
  • Improved plugin API
  • Fixed a bug with saving snippets per page option (#)
  • Updated CodeMirror to version 3.11
  • Allow plugin to be activated on individual sites on multisite (#)
  • Slimmed down the description visual editor
  • Added icon for the new MP6 admin UI (#)
  • Strip PHP tags from the beginning and end of a snippet on save (#)
  • Changed to MIT license
  • Removed HTML, CSS and JavaScript CodeMirror modes that were messing things up
  • Change label in admin menu when editing a snippet
  • Improved admin styling
  • Made everything leaner, faster, and better

Version 1.6.1 (29 Dec 2012)

02 Sep 09:56
Compare
Choose a tag to compare
  • Fixed a bug with permissions not being applied on install (#)
  • Fixed a bug in the uninstall method (#)

Version 1.6 (22 Dec 2012)

02 Sep 09:54
Compare
Choose a tag to compare
  • Updated code editor to use CodeMirror 3
  • Improved compatibility with Clean Options plugin
  • Code improvements and optimization
  • Changed namespace from cs to code_snippets
  • Move css and js under assets
  • Organized CodeMirror scripts
  • Improved updating process
  • Current line of code editor is now highlighted
  • Highlight matches of selected text in code editor
  • Only create snippet tables when needed
  • Store multisite only options in site options table
  • Fixed compatibility bugs with WordPress 3.5

Version 1.5 (18 Sep 2012)

02 Sep 09:52
Compare
Choose a tag to compare
  • Updated CodeMirror to version 2.33
  • Updated the 'Manage Snippets' page to use the WP_List_Table class
    • Added 'Screen Options' tab to 'Manage Snippets' page
    • Added search capability to 'Manage Snippets' page
    • Added views to easily filter activated, deactivated and recently activated snippets
    • Added ID column to 'Manage Snippets' page
    • Added sortable name and ID column on 'Manage Snippets' page (#)
  • Added custom capabilities
  • Improved API
  • Added 'Export to PHP' feature (#)
  • Lengthened snippet name field to 64 characters (#)
  • Added i18n

Version 1.4 (20 Aug 2012)

02 Sep 09:52
Compare
Choose a tag to compare
  • Added interface to Network Dashboard
  • Updated uninstall to support multisite
  • Replaced EditArea with CodeMirror
  • Small improvements

Version 1.3.2 (17 Aug 2012)

02 Sep 09:51
Compare
Choose a tag to compare
  • Changed plugin website URI
  • Cleaned up some code

Version 1.3 (1 Aug 2012)

02 Sep 09:50
Compare
Choose a tag to compare
  • Added export option to 'Manage Snippets' page
  • Added 'Import Snippets' page

Version 1.2 (29 July 2012)

02 Sep 09:48
Compare
Choose a tag to compare
  • Minor improvements
  • Added code highlighting
  • Removed 'Uninstall Plugin' page
  • Data will now be cleaned up when plugin is deleted through WordPress admin