Skip to content

Commit

Permalink
Update changelog and version number to version 3.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 8, 2023
1 parent 3b6f557 commit cdd36e9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.6.2 (08 Nov 2023)
* Fixed: Error when attempting to save shared network snippets marked as active.
* Fixed: Type error when rendering checkbox fields without a stored or default value.
* Fixed: Removed automatic encoding of code content.
* Fixed: Label for snippet sharing input incorrectly linked to input field.
* Fixed: Error when attempting to download export files from Edit menu.
* Fixed: Issue loading Freemius string overrides too early. (PRO)
* Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)

## 3.6.1 (07 Nov 2023)
* Fixed: Issue accessing fields on Snippets class.

Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* License: GPL-2.0-or-later
* License URI: license.txt
* Text Domain: code-snippets
* Version: 3.6.1
* Version: 3.6.2
* Requires PHP: 7.4
* Requires at least: 5.0
*
* @version 3.6.1
* @version 3.6.2
* @package Code_Snippets
* @author Shea Bunge <shea@codesnippets.pro>
* @copyright 2012-2023 Code Snippets Pro
Expand All @@ -37,7 +37,7 @@
*
* @const string
*/
define( 'CODE_SNIPPETS_VERSION', '3.6.1' );
define( 'CODE_SNIPPETS_VERSION', '3.6.2' );

/**
* The full path to the main file of this plugin.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "gulpfile.babel.ts",
"version": "3.6.1",
"version": "3.6.2",
"directories": {
"test": "tests"
},
Expand Down
18 changes: 11 additions & 7 deletions 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.6.1
Stable tag: 3.6.2
Tested up to: 6.4

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

== Changelog ==

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

= 3.6.1 (07 Nov 2023) =
* Fixed: Issue accessing fields on Snippets class.

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

**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**

== Upgrade Notice ==

= 3.6.1 =
New Pro feature: Generate and explain snippets using AI.

0 comments on commit cdd36e9

Please sign in to comment.