Releases: codesnippetspro/code-snippets
Releases · codesnippetspro/code-snippets
v3.9.0-beta.1
What's Changed
- feat: trash (soft delete) by @louiswol94 in #261
- fix: raise ecma version from 2018 to 2022 by @ramiy in #282
- fix: use logical properties by @ramiy in #283
- fix: wrong logical properties by @ramiy in #285
- Release: v3.9.0-beta.1 by @code-snippets-bot in #284
Full Changelog: v3.8.2...v3.9.0-beta.1
v3.8.2
What's Changed
- fix: improve file based execution with namespaced php snippets by @louiswol94 in #279
- Release: v3.8.2 by @code-snippets-bot in #280
Full Changelog: v3.8.1...v3.8.2
v3.8.1
What's Changed
- fix: improve file based handling on multisite by @louiswol94 in #276
- Release: v3.8.1 by @code-snippets-bot in #277
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- Update edit menu UI by @sheabunge in #244
- chore: automated tests by @louiswol94 in #252
- tweak: make sidebar position sticky on edit form by @louiswol94 in #260
- Feat/ Adjustable font size to code editor by @CarolinaOP in #246
- feat: run snippets from files by @louiswol94 in #258
- fix: #228 html validation bug fix by @code-snippets-bot in #248
- Release: v3.7.1-beta.1 by @code-snippets-bot in #262
- Release: v3.7.1-beta.1 by @code-snippets-bot in #263
- Release: v3.7.1-beta.1 by @imantsk in #264
- Fix/verions-nr by @imantsk in #265
- Release: v3.7.1-beta.1 by @code-snippets-bot in #266
- Release: v3.7.1-beta.1 by @code-snippets-bot in #267
- feat: Implement version switching functionality in plugin settings by @imantsk in #251
- Release: v3.7.1-beta.2 by @code-snippets-bot in #268
- fix: rest-api-pagination by @imantsk in #269
- Release: v3.7.1-beta.3 by @code-snippets-bot in #271
- Release v3.8.0 by @imantsk in #272
- Release: v3.8.0 by @code-snippets-bot in #273
New Contributors
- @CarolinaOP made their first contribution in #246
- @code-snippets-bot made their first contribution in #248
Full Changelog: v3.7.0...v3.8.0
v3.7.1-beta.3
What's Changed
- fix: rest-api-pagination by @imantsk in #269
- Release: v3.7.1-beta.3 by @code-snippets-bot in #271
Full Changelog: v3.7.1-beta.2...v3.7.1-beta.3
v3.7.1-beta.2
What's Changed
- feat: Implement version switching functionality in plugin settings by @imantsk in #251
- Release: v3.7.1-beta.2 by @code-snippets-bot in #268
Full Changelog: v3.7.1-beta.1...v3.7.1-beta.2
v3.7.1-beta.1
What's Changed
- correcting laquo to lsaquo by @brandonjp in #215
- re-correcting laquo to lsaquo in cloud table nav by @brandonjp in #223
- Merge similar translations strings by @ramiy in #232
- Improve i18n, a11y, and security by @rami-elementor in #233
- Use CSS logical properties to support both LTR & RTL by @ramiy in #234
- Minor i18n fix by @ramiy in #235
- fix: add missing comma to translation string formatting in safe mode notice by @louiswol94 in #236
- Feat/workflows by @imantsk in #237
- Update edit menu UI by @sheabunge in #244
- chore: automated tests by @louiswol94 in #252
- tweak: make sidebar position sticky on edit form by @louiswol94 in #260
- Feat/ Adjustable font size to code editor by @CarolinaOP in #246
- feat: run snippets from files by @louiswol94 in #258
- fix: #228 html validation bug fix by @code-snippets-bot in #248
- Release: v3.7.1-beta.1 by @code-snippets-bot in #262
- Release: v3.7.1-beta.1 by @code-snippets-bot in #263
- Release: v3.7.1-beta.1 by @imantsk in #264
- Fix/verions-nr by @imantsk in #265
- Release: v3.7.1-beta.1 by @code-snippets-bot in #266
- Release: v3.7.1-beta.1 by @code-snippets-bot in #267
New Contributors
- @rami-elementor made their first contribution in #233
- @louiswol94 made their first contribution in #236
- @CarolinaOP made their first contribution in #246
- @code-snippets-bot made their first contribution in #248
Full Changelog: v3.6.7...v3.7.1-beta.1
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.
Version 3.6.6.1 (2024-11-27)
Fixed
- Redeployment of v3.6.6 to overcome issue with initial build.
- Type issue when caching cloud links. (PRO)
Version 3.6.6
Changed
- Improved compatability with modern versions of PHP.
- Extended welcome API to include admin notices.
- Action hook
code_snippets/update_snippetnow only includes the snippet ID instead of the full snippet object. - Action hook
code_snippets/admin/managenow 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.