Skip to content

Commit 01a0dfd

Browse files
committed
Update changelog and version number for version 3.5.1.
1 parent 0e40426 commit 01a0dfd

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 3.5.0 (14 Sep 2023)
3+
## 3.5.1 (13 Sep 2023)
4+
* Fixed: Undefined array key error when accessing plugin settings page. (PRO)
5+
* Fixed: Issue registering API endpoints affecting edit post screen. (PRO)
6+
7+
## 3.5.0 (13 Sep 2023)
48
* Added: Support for the Code Snippets Cloud API.
59
* Added: Search and download public snippets.
610
* Added: Codevault back-up and synchronisation. (PRO)

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.5.0
11+
* Version: 3.5.1
1212
* Requires PHP: 7.0
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.5.0
15+
* @version 3.5.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.5.0' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.5.1' );
4141

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "gulpfile.babel.ts",

readme.txt

+4-1
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.5.0
7+
Stable tag: 3.5.1
88
Tested up to: 6.3.1
99

1010
An easy, clean and simple way to run code snippets on your site.
@@ -290,5 +290,8 @@ __New in Pro__
290290

291291
== Upgrade Notice ==
292292

293+
= 3.5.1 =
294+
Code Snippets Cloud is here! Share snippets and synchronise between sites.
295+
293296
= 3.5.0 =
294297
Code Snippets Cloud is here! Share snippets and synchronise between sites.

0 commit comments

Comments
 (0)