Skip to content

Commit

Permalink
Update changelog in readme.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Mar 9, 2023
1 parent 50fc159 commit f0c5b8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Fixed: Bug causing all snippets to show in site health information instead of those active.
* Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.

## 3.2.2 (17 Nov 2022)
* Fixed: Plugin lacking a valid header error on activation.

## 3.2.1 (05 Oct 2022)
* Fixed: Issue making survey reminder notice not dismissible.
* Added: `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
Tags: snippets, functions, multisite, code, php, html, css, javascript
License: MIT
License URI: license.txt
Stable tag: 3.2.2
Stable tag: 3.3.0
Tested up to: 6.1.1

An easy, clean and simple way to run code snippets on your site.
Expand Down Expand Up @@ -128,6 +128,14 @@ The best way to do this is to fork the [repository on GitHub](https://github.com

== Changelog ==

= 3.3.0 (09 Mar 2022) =
* Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
* Improved: Added additional editor shortcuts to list in tooltip.
* Added: Filter for changing Snippets admin menu position. [See this help article for more information.](https://help.codesnippets.pro/article/61-how-can-i-change-the-location-of-the-snippets-admin-menu)
* Added: Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
* Fixed: Bug causing all snippets to show in site health information instead of those active.
* Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.

= 3.2.2 (17 Nov 2022) =
* Fixed: Plugin lacking a valid header error on activation.

Expand Down Expand Up @@ -282,5 +290,8 @@ __New in Pro__

== Upgrade Notice ==

= 3.3.0 =
Assorted bug fixes and additional filter hooks.

= 3.2.2 =
Tested with WordPress 6.1.1.

0 comments on commit f0c5b8d

Please sign in to comment.