From 47b323d3a005914cb09a6e961f47b6f799ef57b6 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Fri, 24 May 2024 22:16:30 +1000 Subject: [PATCH] PD-298 Update version number to 3.6.5. --- CHANGELOG.md | 2 +- code-snippets.php | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 25 +++++-------------------- 5 files changed, 12 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e4404d..2f7d6c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.6.5 (unreleased) +## 3.6.5 (24 May 2024) * Added: New admin menu providing useful resources and updates on the Code Snippets plugin and community. ## 3.6.4 (15 Mar 2024) diff --git a/code-snippets.php b/code-snippets.php index 6cdd40f7..5025d470 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.5-alpha.1 + * Version: 3.6.5 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.6.5-alpha.1 + * @version 3.6.5 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2023 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.6.5-alpha.1' ); + define( 'CODE_SNIPPETS_VERSION', '3.6.5' ); /** * The full path to the main file of this plugin. diff --git a/package-lock.json b/package-lock.json index 2bdba9f4..b9aa90f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.6.5-alpha.1", + "version": "3.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.6.5-alpha.1", + "version": "3.6.5", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.3", diff --git a/package.json b/package.json index d579c118..1d9e603e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "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.5-alpha.1", + "version": "3.6.5", "directories": { "test": "tests" }, diff --git a/readme.txt b/readme.txt index d089ecab..13494b1f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro Tags: snippets, functions, multisite, code, php, html, css, javascript, js, content, scripts, styles, cloud, shortcode License: MIT License URI: license.txt -Stable tag: 3.6.5-alpha.1 -Tested up to: 6.5-RC2 +Stable tag: 3.6.5 +Tested up to: 6.5.3 An easy, clean and simple way to enhance your site with code snippets. @@ -104,6 +104,9 @@ You can report security bugs found in the source code of this plugin through the == Changelog == += 3.6.5 (24 May 2024) = +* Added: New admin menu providing useful resources and updates on the Code Snippets plugin and community. + = 3.6.4 (15 Mar 2024) = * Fixed: Minor type compatability issue with newer versions of PHP. * 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). * Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets. * Fixed: Path to iron visible when updating the pro plugin. -= 3.2.0 (22 Jul 2022) = -* Fixed: Remove default value from SQL columns to improve compatibility with certain versions of MySQL. -* Fixed: Delay loading snippets in Gutenberg editor blocks. (PRO) -* Added: Option to show and hide line numbers in Gutenberg source code editor block. (PRO) -* Added: Support for highlighting HTML, CSS, JS and embedded code in the front-end PrismJS code highlighter. -* Added: Additional features to front-end PrismJS code highlighter, including automatic links and a copy button. -* Added: Support for multiple code styles in the source code Gutenberg editor block. (PRO) -* Added: Admin notice announcing release of Code Snippets Pro. -* Fixed: Inconsistencies with translations between different plugin versions. -* Fixed: Issue with Content Snippet shortcode information not displaying. -* Added: Button for copying shortcode text to clipboard. -* Improved: Include Code Snippets CSS and JS source code in distributed package. -* Improved: Don't delete data from plugin if deleting Code Snippets Free while Code Snippets Pro is active. -* Improved: Streamlined user interface and experience in Gutenberg editor blocks. (PRO) -* Added: Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor widget. (PRO) -* Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO) -* Improved: Replace icon font menu icon with embedded SVG icon. - **[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**