Code Snippets Pro - WordPress Code Snippets Plugin

GPL Code Snippets Pro - WordPress Code Snippets Plugin V3.6.9

No Permission To Download Please Login Or Register
## [3.6.9] (2025-02-17)

### Changed
  • Updated Cloud_API::get_bundles() to properly check bundle data and return an empty array if no valid bundles are present.
  • Refactored Cloud_List_Table::fetch_snippets() to always return a valid Cloud_Snippets instance.
  • Cleaned up bundle iteration code and improved translation handling in the bundles view.

### Fixed
* Fixed errors in bundle iteration by adding a check for the bundles array before iterating.
## [3.6.8] (2025-02-13)

### Added

* code_snippets/hide_welcome_banner filter hook for hiding welcome banner in dashboard.

### Removed
* Functionality allowing [code_snippet] shortcodes to be embedded recursively – it will be re-added in a future version.

### Fixed
  • Shortcodes embedded within [code_snippet] shortcodes not evaluating correctly.
  • Translation functions being called too early in some instances when loading plugin settings.
  • 'Generate' button not appearing on some sites. (PRO)
  • Incorrect arrow entity used in cloud list table (props to [brandonjp]).
Code Snippets Pro Changelog version [3.6.7] (2025-01-24)

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.
Back
Top