Skip to content

Commit

Permalink
Update version number to 3.6.4-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Feb 23, 2024
1 parent 54228df commit ecfad99
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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 <[email protected]>
* @copyright 2012-2023 Code Snippets Pro
Expand All @@ -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.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
32 changes: 12 additions & 20 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

0 comments on commit ecfad99

Please sign in to comment.