Skip to content

Commit 9257a4f

Browse files
committed
Update changelog and version number to version 3.6.1.
1 parent 67c129a commit 9257a4f

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.6.1 (07 Nov 2023)
4+
* Fixed: Issue accessing fields on Snippets class.
5+
36
## 3.6.0 (07 Nov 2023)
47
* Updated minimum PHP requirement to 7.4.
58

code-snippets.php

Lines changed: 3 additions & 3 deletions
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.0
11+
* Version: 3.6.1
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.0
15+
* @version 3.6.1
1616
* @package Code_Snippets
1717
* @author Shea Bunge <shea@codesnippets.pro>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.6.0' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.1' );
4141

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "code-snippets",
3-
"version": "3.6.0",
4-
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
3+
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
54
"homepage": "https://wordpress.org/plugins/code-snippets",
65
"main": "gulpfile.babel.ts",
6+
"version": "3.6.1",
77
"directories": {
88
"test": "tests"
99
},

readme.txt

Lines changed: 5 additions & 2 deletions
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.0
7+
Stable tag: 3.6.1
88
Tested up to: 6.4
99

1010
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
131131

132132
== Changelog ==
133133

134+
## 3.6.1 (07 Nov 2023)
135+
* Fixed: Issue accessing fields on Snippets class.
136+
134137
= 3.6.0 (07 Nov 2023) =
135138
* Updated minimum PHP requirement to 7.4.
136139

@@ -262,5 +265,5 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
262265

263266
== Upgrade Notice ==
264267

265-
= 3.6.0 =
268+
= 3.6.1 =
266269
New Pro feature: Generate and explain snippets using AI.

0 commit comments

Comments
 (0)