Skip to content

Commit d3e625b

Browse files
committed
chore(release): 2.2.2
1 parent 3886143 commit d3e625b

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.2](https://github.com/squarecandy/squarecandy-tinymce/compare/v2.2.1...v2.2.2) (2026-06-11)
6+
7+
8+
### Bug Fixes
9+
10+
* add debug state to embed manager ([efe4349](https://github.com/squarecandy/squarecandy-tinymce/commit/efe434946bbdf20fd2590b1a223784dd41c5f61b))
11+
* add style attr for googlemaps embed ([9bec3ed](https://github.com/squarecandy/squarecandy-tinymce/commit/9bec3ed01770b37cfeb622a72bb288840565f9a9))
12+
* adjust fb video dimensions & styles ([6adf4b8](https://github.com/squarecandy/squarecandy-tinymce/commit/6adf4b80707d740737867c5c864380edfb3ccc28))
13+
* adjust gmaps embed to grab only src and dimension values, fix bug in visual code editor ([573c97d](https://github.com/squarecandy/squarecandy-tinymce/commit/573c97d964d5e4aec4f216ae6a90d4f1e21c3713))
14+
* adjust how line breaks are added ([d72b819](https://github.com/squarecandy/squarecandy-tinymce/commit/d72b819ae88b70d740f01b79d2ba4aec087a8752))
15+
* clean up mailchimp embed ([66d574e](https://github.com/squarecandy/squarecandy-tinymce/commit/66d574eed5c6e1bdffb51a36a1eb1704b9e70ce4))
16+
* fix extra empty paragraph issue ([a665d09](https://github.com/squarecandy/squarecandy-tinymce/commit/a665d09e1e6a18e5e51d9e75e15b4ddeea665d0d))
17+
* fix fb video embed alignment ([14e4c42](https://github.com/squarecandy/squarecandy-tinymce/commit/14e4c4238f7f7285e09ca5fdfb8505908975527a))
18+
* fix typo ([bfbf4fa](https://github.com/squarecandy/squarecandy-tinymce/commit/bfbf4fa4761024ae8f21fef750f0456022ac5755))
19+
* focus input after selection radio button ([3eb14f9](https://github.com/squarecandy/squarecandy-tinymce/commit/3eb14f903fadabd678fea7116671ac798030f166))
20+
* handle entities in youtube urls ([ab335d8](https://github.com/squarecandy/squarecandy-tinymce/commit/ab335d8f02c9a49d0e22eab55ec48d5f211e11d1))
21+
* handle more youtube parameters ([471845f](https://github.com/squarecandy/squarecandy-tinymce/commit/471845fd6e04ae2b6db648f0e46cfe1dd5a74f1a))
22+
* handle vimeo showcase and timecode embeds ([b1a1bb1](https://github.com/squarecandy/squarecandy-tinymce/commit/b1a1bb1816611a015df21b1d1ba7f22ac48b8dd7))
23+
* support undo in text editor mode ([9e94cb2](https://github.com/squarecandy/squarecandy-tinymce/commit/9e94cb225f6660835ee75867088314ba348a8ca7))
24+
* wrap Termageddon v2 code ([02df1d3](https://github.com/squarecandy/squarecandy-tinymce/commit/02df1d3347f1be568e81bf3362cc29689700b356))
25+
526
### [2.2.1](https://github.com/squarecandy/squarecandy-tinymce/compare/v2.2.0...v2.2.1) (2026-03-26)
627

728
## [2.2.0](https://github.com/squarecandy/squarecandy-tinymce/compare/v2.1.3...v2.2.0) (2026-03-20)

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.2-develop.10' );
6+
define( 'SQUARECANDY_TINYMCE_VERSION', 'version-2.2.2' );
77

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

package-lock.json

Lines changed: 2 additions & 2 deletions
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.2-develop.10",
2+
"version": "2.2.2",
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.2-develop.10
7+
Version: 2.2.2
88
Author: Peter Wise
99
Author URI: http://squarecandydesign.com
1010
License: GPLv3

0 commit comments

Comments
 (0)