File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11Code Snippets – WordPress Plugin
22
3- Copyright 2012-2021 Shea Bunge
3+ Copyright 2012-2022 Shea Bunge
44
55This program is free software: you can redistribute it and/or modify
66it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ The best way to do this is to fork the [repository on GitHub](https://github.com
122122= 3.0.0 (14 May 2022) =
123123
124124__Added__
125+
125126* Added: HTML content snippets for displaying as shortcodes or including in the page head or footer area.
126127* Added: Notice reminding users to upgrade unsupported PHP versions.
127128* Added: Visual settings to add attributes to shortcodes.
@@ -134,6 +135,7 @@ __Added__
134135* Added: Add suffix to title of cloned snippets.
135136
136137__Changed__
138+
137139* Improved: Updated plugin code to use namespaces, preventing name collisions with other plugins.
138140* Improved: Added key for the 'active' and 'scope' database table columns to speed up queries.
139141* Improved: Redirect from edit menu if not editing a valid snippet.
@@ -146,10 +148,12 @@ __Changed__
146148* Fixed: Snippets table layout on smaller screens.
147149
148150__Deprecated__
151+
149152* Removed: Deprecated functions and compatibility code for unsupported PHP versions.
150153* Removed: Option to disable snippet scopes.
151154
152155__New in Pro__
156+
153157* Added: CSS style snippets for the site front-end and admin area.
154158* Added: JavaScript snippets for the site head and body area on the front-end.
155159* Added: Browser cache versioning for CSS and JavaScript snippets.
You can’t perform that action at this time.
0 commit comments