From 9257a4f6e065e3b590d028d14afeb4f4ab3ec852 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Tue, 7 Nov 2023 02:35:01 +1100 Subject: [PATCH] Update changelog and version number to version 3.6.1. --- CHANGELOG.md | 3 +++ code-snippets.php | 6 +++--- package-lock.json | 4 ++-- package.json | 4 ++-- readme.txt | 7 +++++-- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d565a516..ac17784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.6.1 (07 Nov 2023) +* Fixed: Issue accessing fields on Snippets class. + ## 3.6.0 (07 Nov 2023) * Updated minimum PHP requirement to 7.4. diff --git a/code-snippets.php b/code-snippets.php index 8ce9dc4a..4ab2f8ce 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -8,11 +8,11 @@ * License: GPL-2.0-or-later * License URI: license.txt * Text Domain: code-snippets - * Version: 3.6.0 + * Version: 3.6.1 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.6.0 + * @version 3.6.1 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2023 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.6.0' ); + define( 'CODE_SNIPPETS_VERSION', '3.6.1' ); /** * The full path to the main file of this plugin. diff --git a/package-lock.json b/package-lock.json index 68f895ec..b2b338f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.6.0", + "version": "3.6.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.3", diff --git a/package.json b/package.json index 21f34711..b48ab38e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "code-snippets", - "version": "3.6.0", - "description": "Manage code snippets running on a WordPress-powered site through a graphical interface", + "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", "directories": { "test": "tests" }, diff --git a/readme.txt b/readme.txt index 273d265b..c41e022c 100644 --- a/readme.txt +++ b/readme.txt @@ -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.0 +Stable tag: 3.6.1 Tested up to: 6.4 An easy, clean and simple way to run code snippets on your site. @@ -131,6 +131,9 @@ You can report security bugs found in the source code of this plugin through the == Changelog == +## 3.6.1 (07 Nov 2023) +* Fixed: Issue accessing fields on Snippets class. + = 3.6.0 (07 Nov 2023) = * Updated minimum PHP requirement to 7.4. @@ -262,5 +265,5 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral). == Upgrade Notice == -= 3.6.0 = += 3.6.1 = New Pro feature: Generate and explain snippets using AI.