Skip to content

Commit 563d7b2

Browse files
committed
Update changelog.
1 parent 569859c commit 563d7b2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.4.1 (unreleased)
3+
## 3.4.1 (29 Jun 2023)
44
* Fixed: Undefined array key error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
55
* Fixed: Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
66
* Improved: Added better debugging when calling REST API methods from the edit menu.

readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ The best way to do this is to fork the [repository on GitHub](https://github.com
128128

129129
== Changelog ==
130130

131+
= 3.4.1 (29 Jun 2023) =
132+
* Fixed: Undefined array key error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
133+
* Fixed: Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
134+
* Improved: Added better debugging when calling REST API methods from the edit menu.
135+
* Improved: Escape special characters when sending snippet code through AJAX to avoid false-positives from security modules. [[#](https://wordpress.org/support/topic/latest-3-4-0-ajax-bug-cannot-save-snippets-403-error/)]
136+
* Improved: Only display the latest update or error notice on the edit page, instead of allowing them to stack.
137+
* Fixed: Potential type issue when sorting snippets. [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
138+
* Fixed: Issue preventing asset revision numbers from updating correctly. (PRO) [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
139+
131140
= 3.4.0 (17 May 2023) =
132141
* Added: Proper WordPress REST API support for retrieving and modifying snippets.
133142
* Improved: Better compatibility with modern versions of PHP (7.0+).

0 commit comments

Comments
 (0)