Skip to content

Releases: codesnippetspro/code-snippets

v3.9.0-beta.1

03 Nov 12:44
c566ced

Choose a tag to compare

What's Changed

Full Changelog: v3.8.2...v3.9.0-beta.1

v3.8.2

31 Oct 14:14
18d4a13

Choose a tag to compare

What's Changed

Full Changelog: v3.8.1...v3.8.2

v3.8.1

28 Oct 09:47
7f2816d

Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

v3.8.0

24 Oct 13:38
5a9d824

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.1-beta.3

22 Oct 13:30
66cc3f9

Choose a tag to compare

What's Changed

Full Changelog: v3.7.1-beta.2...v3.7.1-beta.3

v3.7.1-beta.2

22 Oct 08:00
30b6276

Choose a tag to compare

What's Changed

Full Changelog: v3.7.1-beta.1...v3.7.1-beta.2

v3.7.1-beta.1

22 Oct 07:43
2f606b6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.7...v3.7.1-beta.1

Version 3.6.7 (2025-01-24)

24 Jan 12:20

Choose a tag to compare

Added

  • Generated snippet shortcode tags will include the snippet name, for easier identification.
  • Admin notices will dismiss automatically after five seconds. (#208)

Changed

  • Updated CSS to use latest Sass features.
  • Moved theme selector to just above editor preview on settings page (thanks to [brandonjp]). (#206)
  • [code_snippet] shortcodes can now be nested within each other. (#198)

Fixed

  • Save buttons above editor did not follow usual validation process in Pro. (PRO) (#197)
  • Minor inconsistencies in consistent UI elements between Core and Pro.
  • Tags input not allowing input. (#211)
  • Issue with Elementor source code widget. (PRO) (#205)
  • Snippet descriptions not visible when viewing cloud search results.
  • Snippet import page not displaying number of successfully imported snippets.
  • Use UTC time when deciding when to display campaign notices.

Version 3.6.6.1 (2024-11-27)

24 Jan 12:19

Choose a tag to compare

Fixed

  • Redeployment of v3.6.6 to overcome issue with initial build.
  • Type issue when caching cloud links. (PRO)

Version 3.6.6

24 Jan 12:18

Choose a tag to compare

Changed

  • Improved compatability with modern versions of PHP.
  • Extended welcome API to include admin notices.
  • Action hook code_snippets/update_snippet now only includes the snippet ID instead of the full snippet object.
  • Action hook code_snippets/admin/manage now includes the currently viewed type.

Fixed

  • Memory issue from checking aggregate posts while loading front-end syntax highlighter.
  • Translation functions being called too early on upgrade, resulting in localisation loading errors.
  • Bug preventing the 'share on network' status of network snippets from correctly updating.
  • Incorrect logic controlling when to display 'Save Changes' or 'Save Changes and Activate' buttons.
  • Old notices persisting when switching between editing and creating snippets.