Skip to content

Commit

Permalink
1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaris committed Oct 17, 2024
1 parent 1f3a21c commit 88ae816
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.0] - 2024-10-17

- Add `applyConfig(final TinyMceEditor editor, final TinyMceConfigMode configMode)` to TinyMceConfigUtil class

## [1.2.0] - 2024-10-16

- TinyMCE Editor for Jmix 2.3.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The following table shows which version of the add-on is compatible with which v
|--------------|----------------|-------------------------------------------------|
| 2.2.x | 1.0.0 | gr.netmechanics.jmix:jmix-tinymce-starter:1.0.0 |
| 2.3.2 | 1.1.0 | gr.netmechanics.jmix:jmix-tinymce-starter:1.1.0 |
| 2.3.4 | 1.2.0 | gr.netmechanics.jmix:jmix-tinymce-starter:1.2.0 |
| 2.3.4 | 1.3.0 | gr.netmechanics.jmix:jmix-tinymce-starter:1.3.0 |

Add to your project's `build.gradle` dependencies:

```gradle
implementation 'gr.netmechanics.jmix:jmix-tinymce-starter:1.2.0'
implementation 'gr.netmechanics.jmix:jmix-tinymce-starter:1.3.0'
```

## How to use the add-on
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.2.0
version = 1.3.0

0 comments on commit 88ae816

Please sign in to comment.