From ecfad99a311d9f6ad7bb69e64d477c0621c87467 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 24 Feb 2024 03:10:10 +1030 Subject: [PATCH] Update version number to 3.6.4-beta.1. --- CHANGELOG.md | 2 +- code-snippets.php | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 32 ++++++++++++-------------------- 5 files changed, 19 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d609780..086054d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.6.4 (unreleased) +## 3.6.4 (beta release) * 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) * Fixed: Undefined array key issue when initiating cloud sync. (PRO) diff --git a/code-snippets.php b/code-snippets.php index 5df0a4aa..1f0493d5 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.3 + * Version: 3.6.4-beta.1 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.6.3 + * @version 3.6.4-beta.1 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2023 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.6.3' ); + define( 'CODE_SNIPPETS_VERSION', '3.6.4-beta.1' ); /** * The full path to the main file of this plugin. diff --git a/package-lock.json b/package-lock.json index 8bc7e7d2..a4cff4ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.6.3", + "version": "3.6.4-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.6.3", + "version": "3.6.4-beta.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.3", diff --git a/package.json b/package.json index 0fb5de2a..2647cdd9 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.3", + "version": "3.6.4-beta.1", "directories": { "test": "tests" }, diff --git a/readme.txt b/readme.txt index a18530e9..aec93fc7 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.2 -Tested up to: 6.4.3 +Stable tag: 3.6.4-beta.1 +Tested up to: 6.5-beta2 An easy, clean and simple way to enhance your site with code snippets. @@ -104,6 +104,16 @@ You can report security bugs found in the source code of this plugin through the == Changelog == += 3.6.4 (beta release) = +* 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) +* Fixed: Undefined array key issue when initiating cloud sync. (PRO) +* Fixed: Bug preventing downloading a single snippet from a bundle. (PRO) +* Added: AI generation for all snippet types: HTML, CSS, JS. (PRO) +* Fixed: Translations not loading for strings in JavaScript files. +* Improved: UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO) +* Added: Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO) + = 3.6.3 (13 Nov 2023) = * Fixed: Import error when initialising cloud sync configuration. (PRO) * Improved: Added debug action for resetting snippets caches. @@ -230,22 +240,4 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral). * Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO) * Improved: Replace icon font menu icon with embedded SVG icon. -= 3.1.2 (03 Jul 2022) = -* Updated external links and branding for Code Snippets Pro. -* Improved: Add link URLs to settings pages, as an alternative to in-page navigation. -* Fixed: Various fixes to block editor scripts. (PRO) -* Fixed: Improved visual style of Gutenberg editor blocks. (PRO) - -= 3.1.1 (13 Jun 2022) = -* Fixed: Download snippets feature not including snippet content. -* Fixed: Alignment of 'opens externally' dashicon. -* Improved: Added additional parameters to `code_snippets/export/filename` filter. - -= 3.1.0 (17 May 2022) = -* Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching. -* Improved: Simplified database queries. -* Added: More comprehensive cache coverage, including for active snippets. -* Added: Icon to 'Go Pro' button indicating it opens an external tab. -* Improved: Allow display styles in snippet descriptions. - **[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**