Skip to content

Commit

Permalink
Update changelog and version number to version 3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 6, 2023
1 parent 67c129a commit 9257a4f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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.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 <shea@codesnippets.pro>
* @copyright 2012-2023 Code Snippets Pro
Expand All @@ -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.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 5 additions & 2 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.0
Stable tag: 3.6.1
Tested up to: 6.4

An easy, clean and simple way to run code snippets on your site.
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 9257a4f

Please sign in to comment.