Releases: codesnippetspro/code-snippets
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
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_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.
Version 3.6.5 (2024-05-24)
Added
- New admin menu providing useful resources and updates on the Code Snippets plugin and community.
Version 3.6.4 (2024-03-15)
Added
- AI generation for all snippet types: HTML, CSS, JS. (PRO)
- Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO)
Changed
- Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
- UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO)
Fixed
- Minor type compatibility issue with newer versions of PHP.
- Undefined array key issue when initiating cloud sync. (PRO)
- Bug preventing downloading a single snippet from a bundle. (PRO)
- Translations not loading for strings in JavaScript files.
Version 3.6.3 (2023-11-13)
Added
- Added debug action for resetting snippets caches.
Fixed
- Import error when initialising cloud sync configuration. (PRO)
Version 3.6.2 (11 Nov 2023)
- Fixed: Error when attempting to save shared network snippets marked as active.
- Fixed: Type error when rendering checkbox fields without a stored or default value.
- Fixed: Removed automatic encoding of code content.
- Fixed: Label for snippet sharing input incorrectly linked to input field.
- Fixed: Error when attempting to download export files from Edit menu.
- Fixed: Issue loading Freemius string overrides too early. (PRO)
- Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)
- Fixed: Import error when attempting to completely uninstall the plugin.
Version 3.6.1 (07 Nov 2023)
- Fixed: Issue accessing fields on Snippets class.
Version 3.6.0 (07 Nov 2023)
-
Updated minimum PHP requirement to 7.4.
-
Added: Ability to authenticate with Code Snippets Cloud using OAuth. (PRO)
-
Added: Integration with GPT AI for generating snippets. (PRO)
-
Added: Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO)
-
Added: Ability to generate tags and description text from existing snippet code with GPT AI. (PRO)
-
Improved: Ensure that the URL of the edit snippet page changes when adding a new snippet.
-
Improved: Snippet tags will automatically be added when focus is lost on the tags field.
-
Improved: Added debug settings menu for manually performing problem-solving actions.
-
Fixed: Moved active status border on edit name field to left-hand side.
-
Added: Filter to disable scroll-into-view functionality for edit page notices.
-
Fixed: New notices will not scroll if already at top of page.
-
Fixed: Potential CSRF vulnerability allowing an authenticated user to reset settings.