Skip to content

Commit 47b323d

Browse files
committed
PD-298 Update version number to 3.6.5.
1 parent daca5a6 commit 47b323d

File tree

5 files changed

+12
-27
lines changed

5 files changed

+12
-27
lines changed

CHANGELOG.md

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

3-
## 3.6.5 (unreleased)
3+
## 3.6.5 (24 May 2024)
44
* Added: New admin menu providing useful resources and updates on the Code Snippets plugin and community.
55

66
## 3.6.4 (15 Mar 2024)

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.6.5-alpha.1
11+
* Version: 3.6.5
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.5-alpha.1
15+
* @version 3.6.5
1616
* @package Code_Snippets
1717
* @author Shea Bunge <[email protected]>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.6.5-alpha.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.5' );
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
@@ -3,7 +3,7 @@
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://wordpress.org/plugins/code-snippets",
55
"main": "gulpfile.babel.ts",
6-
"version": "3.6.5-alpha.1",
6+
"version": "3.6.5",
77
"directories": {
88
"test": "tests"
99
},

readme.txt

+5-20
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro
44
Tags: snippets, functions, multisite, code, php, html, css, javascript, js, content, scripts, styles, cloud, shortcode
55
License: MIT
66
License URI: license.txt
7-
Stable tag: 3.6.5-alpha.1
8-
Tested up to: 6.5-RC2
7+
Stable tag: 3.6.5
8+
Tested up to: 6.5.3
99

1010
An easy, clean and simple way to enhance your site with code snippets.
1111

@@ -104,6 +104,9 @@ You can report security bugs found in the source code of this plugin through the
104104

105105
== Changelog ==
106106

107+
= 3.6.5 (24 May 2024) =
108+
* Added: New admin menu providing useful resources and updates on the Code Snippets plugin and community.
109+
107110
= 3.6.4 (15 Mar 2024) =
108111
* Fixed: Minor type compatability issue with newer versions of PHP.
109112
* Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
@@ -222,22 +225,4 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
222225
* Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
223226
* Fixed: Path to iron visible when updating the pro plugin.
224227

225-
= 3.2.0 (22 Jul 2022) =
226-
* Fixed: Remove default value from SQL columns to improve compatibility with certain versions of MySQL.
227-
* Fixed: Delay loading snippets in Gutenberg editor blocks. (PRO)
228-
* Added: Option to show and hide line numbers in Gutenberg source code editor block. (PRO)
229-
* Added: Support for highlighting HTML, CSS, JS and embedded code in the front-end PrismJS code highlighter.
230-
* Added: Additional features to front-end PrismJS code highlighter, including automatic links and a copy button.
231-
* Added: Support for multiple code styles in the source code Gutenberg editor block. (PRO)
232-
* Added: Admin notice announcing release of Code Snippets Pro.
233-
* Fixed: Inconsistencies with translations between different plugin versions.
234-
* Fixed: Issue with Content Snippet shortcode information not displaying.
235-
* Added: Button for copying shortcode text to clipboard.
236-
* Improved: Include Code Snippets CSS and JS source code in distributed package.
237-
* Improved: Don't delete data from plugin if deleting Code Snippets Free while Code Snippets Pro is active.
238-
* Improved: Streamlined user interface and experience in Gutenberg editor blocks. (PRO)
239-
* Added: Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor widget. (PRO)
240-
* Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO)
241-
* Improved: Replace icon font menu icon with embedded SVG icon.
242-
243228
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**

0 commit comments

Comments
 (0)