Skip to content

Commit cdd36e9

Browse files
committed
Update changelog and version number to version 3.6.2.
1 parent 3b6f557 commit cdd36e9

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.6.2 (08 Nov 2023)
4+
* Fixed: Error when attempting to save shared network snippets marked as active.
5+
* Fixed: Type error when rendering checkbox fields without a stored or default value.
6+
* Fixed: Removed automatic encoding of code content.
7+
* Fixed: Label for snippet sharing input incorrectly linked to input field.
8+
* Fixed: Error when attempting to download export files from Edit menu.
9+
* Fixed: Issue loading Freemius string overrides too early. (PRO)
10+
* Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)
11+
312
## 3.6.1 (07 Nov 2023)
413
* Fixed: Issue accessing fields on Snippets class.
514

Diff for: code-snippets.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* License: GPL-2.0-or-later
99
* License URI: license.txt
1010
* Text Domain: code-snippets
11-
* Version: 3.6.1
11+
* Version: 3.6.2
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.1
15+
* @version 3.6.2
1616
* @package Code_Snippets
1717
* @author Shea Bunge <[email protected]>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.6.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.2' );
4141

4242
/**
4343
* The full path to the main file of this plugin.

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://wordpress.org/plugins/code-snippets",
55
"main": "gulpfile.babel.ts",
6-
"version": "3.6.1",
6+
"version": "3.6.2",
77
"directories": {
88
"test": "tests"
99
},

Diff for: readme.txt

+11-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
44
Tags: snippets, functions, multisite, code, php, html, css, javascript
55
License: MIT
66
License URI: license.txt
7-
Stable tag: 3.6.1
7+
Stable tag: 3.6.2
88
Tested up to: 6.4
99

1010
An easy, clean and simple way to run code snippets on your site.
@@ -131,7 +131,16 @@ You can report security bugs found in the source code of this plugin through the
131131

132132
== Changelog ==
133133

134-
## 3.6.1 (07 Nov 2023)
134+
= 3.6.2 (08 Nov 2023) =
135+
* Fixed: Error when attempting to save shared network snippets marked as active.
136+
* Fixed: Type error when rendering checkbox fields without a stored or default value.
137+
* Fixed: Removed automatic encoding of code content.
138+
* Fixed: Label for snippet sharing input incorrectly linked to input field.
139+
* Fixed: Error when attempting to download export files from Edit menu.
140+
* Fixed: Issue loading Freemius string overrides too early. (PRO)
141+
* Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)
142+
143+
= 3.6.1 (07 Nov 2023) =
135144
* Fixed: Issue accessing fields on Snippets class.
136145

137146
= 3.6.0 (07 Nov 2023) =
@@ -262,8 +271,3 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
262271
* Improved: Allow display styles in snippet descriptions.
263272

264273
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
265-
266-
== Upgrade Notice ==
267-
268-
= 3.6.1 =
269-
New Pro feature: Generate and explain snippets using AI.

0 commit comments

Comments
 (0)