You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
# Changelog
2
2
3
-
## 3.6.6.1 (2024-11-27)
3
+
## [3.6.7] (2025-01-24)
4
+
5
+
### Added
6
+
* Generated snippet shortcode tags will include the snippet name, for easier identification.
7
+
* Admin notices will dismiss automatically after five seconds. ([#208](https://github.com/codesnippetspro/code-snippets/issues/208))
8
+
9
+
### Changed
10
+
* Updated CSS to use latest Sass features.
11
+
* Moved theme selector to just above editor preview on settings page (thanks to [brandonjp]). ([#206](https://github.com/codesnippetspro/code-snippets/issues/206))
12
+
*`[code_snippet]` shortcodes can now be nested within each other. ([#198](https://github.com/codesnippetspro/code-snippets/issues/198))
13
+
14
+
### Fixed
15
+
* Save buttons above editor did not follow usual validation process in Pro. (PRO) ([#197](https://github.com/codesnippetspro/code-snippets/issues/197))
16
+
* Minor inconsistencies in consistent UI elements between Core and Pro.
17
+
* Tags input not allowing input. ([#211](https://github.com/codesnippetspro/code-snippets/issues/211))
18
+
* Issue with Elementor source code widget. (PRO) ([#205](https://github.com/codesnippetspro/code-snippets/issues/205))
19
+
* Snippet descriptions not visible when viewing cloud search results.
20
+
* Snippet import page not displaying number of successfully imported snippets.
21
+
* Use UTC time when deciding when to display campaign notices.
22
+
23
+
## [3.6.6.1] (2024-11-27)
4
24
5
25
### Fixed
6
26
* Redeployment of [v3.6.6](#366-2024-11-27) to overcome issue with initial build.
@@ -11,6 +31,8 @@
11
31
### Changed
12
32
* Improved compatability with modern versions of PHP.
13
33
* Extended welcome API to include admin notices.
34
+
* Action hook `code_snippets/update_snippet` now only includes the snippet ID instead of the full snippet object.
35
+
* Action hook `code_snippets/admin/manage` now includes the currently viewed type.
14
36
15
37
### Fixed
16
38
* Memory issue from checking aggregate posts while loading front-end syntax highlighter.
An easy, clean and simple way to enhance your site with code snippets.
@@ -103,6 +103,26 @@ You can report security bugs found in the source code of this plugin through the
103
103
104
104
== Changelog ==
105
105
106
+
= 3.6.7 (2025-01-24) =
107
+
108
+
__Added__
109
+
* Generated snippet shortcode tags will include the snippet name, for easier identification.
110
+
* Admin notices will dismiss automatically after five seconds. ([#208](https://github.com/codesnippetspro/code-snippets/issues/208))
111
+
112
+
__Changed__
113
+
* Updated CSS to use latest Sass features.
114
+
* Moved theme selector to just above editor preview on settings page (thanks to [brandonjp]). ([#206](https://github.com/codesnippetspro/code-snippets/issues/206))
115
+
* `[code_snippet]` shortcodes can now be nested within each other. ([#198](https://github.com/codesnippetspro/code-snippets/issues/198))
116
+
117
+
__Fixed__
118
+
* Save buttons above editor did not follow usual validation process in Pro. (PRO) ([#197](https://github.com/codesnippetspro/code-snippets/issues/197))
119
+
* Minor inconsistencies in consistent UI elements between Core and Pro.
120
+
* Tags input not allowing input. ([#211](https://github.com/codesnippetspro/code-snippets/issues/211))
121
+
* Issue with Elementor source code widget. (PRO) ([#205](https://github.com/codesnippetspro/code-snippets/issues/205))
122
+
* Snippet descriptions not visible when viewing cloud search results.
123
+
* Snippet import page not displaying number of successfully imported snippets.
124
+
* Use UTC time when deciding when to display campaign notices.
125
+
106
126
= 3.6.6.1 (2024-11-27) =
107
127
108
128
__Fixed__
@@ -310,30 +330,4 @@ __Fixed__
310
330
* Bug causing all snippets to show in site health information instead of those active.
311
331
* Unnecessary sanitization of file upload data causing import process to fail on Windows systems.
312
332
313
-
= 3.2.2 (2022-11-17) =
314
-
315
-
__Fixed__
316
-
317
-
* Plugin lacking a valid header error on activation.
318
-
319
-
= 3.2.1 (2022-10-05) =
320
-
321
-
__Added__
322
-
323
-
* `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
324
-
* Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
325
-
* Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
326
-
thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
327
-
* WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
0 commit comments