Skip to content

Commit

Permalink
change function name, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppex committed Oct 25, 2024
1 parent e6b3247 commit a548e0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Unreleased

* Add tinyMCE plugin that adds helper class to elements

### 3.0.9: 2024-09-25

* Disable dashboard widgets for wpseo-wincher, tinypng and objectcache
Expand Down
2 changes: 1 addition & 1 deletion assets/js/plugin-tinymce-add-class.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-undef, no-unused-vars */
(function addClassesToWysiwygElements() {
(function addClassToWysiwygElements() {
tinymce.create('tinymce.plugins.addClass', {
init(editor, url) {
editor.on('NodeChange', () => {
Expand Down

0 comments on commit a548e0d

Please sign in to comment.