Skip to content

Commit

Permalink
PD-298 Update version number to 3.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 24, 2024
1 parent daca5a6 commit 47b323d
Show file tree
Hide file tree
Showing 5 changed files with 12 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.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)
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.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 <[email protected]>
* @copyright 2012-2023 Code Snippets Pro
Expand All @@ -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.
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.5-alpha.1",
"version": "3.6.5",
"directories": {
"test": "tests"
},
Expand Down
25 changes: 5 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.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.

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

0 comments on commit 47b323d

Please sign in to comment.