Skip to content

Commit d166d7a

Browse files
committed
chore(release): 2.2.1
1 parent 7773310 commit d166d7a

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.2.1](https://github.com/squarecandy/squarecandy-tinymce/compare/v2.2.0...v2.2.1) (2026-03-26)
6+
57
## [2.2.0](https://github.com/squarecandy/squarecandy-tinymce/compare/v2.1.3...v2.2.0) (2026-03-20)
68

79

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
define( 'SQUARECANDY_TINYMCE_DIR_PATH', plugin_dir_path( __FILE__ ) );
55
define( 'SQUARECANDY_TINYMCE_DIR_URL', plugin_dir_url( __FILE__ ) );
6-
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.1-develop.0' );
6+
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.1' );
77

88
// squarecandy-common files
99
require SQUARECANDY_TINYMCE_DIR_PATH . '/inc/sqcdy-common.php';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1-develop.0",
2+
"version": "2.2.1",
33
"scripts": {
44
"release": "standard-version"
55
},

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://github.com/squarecandy/squarecandy-tinymce
55
GitHub Plugin URI: https://github.com/squarecandy/squarecandy-tinymce
66
Description: An opinionated reconfiguration of the default WordPress TinyMCE settings.
7-
Version: 2.2.1-develop.0
7+
Version: 2.2.1
88
Author: Peter Wise
99
Author URI: http://squarecandydesign.com
1010
License: GPLv3

0 commit comments

Comments
 (0)