Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 15, 2023
1 parent 6dce76f commit b14e69c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.3.0 - 2023-02-15

### Added
- Added `spicyweb\tinymce\models\Settings::$enablePremiumPlugins`
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-tinymce",
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
"version": "1.2.1",
"version": "1.3.0",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -21,7 +21,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-tinymce/issues",
"source": "https://github.com/spicywebau/craft-tinymce",
"docs": "https://github.com/spicywebau/craft-tinymce/blob/1.2.1/README.md",
"docs": "https://github.com/spicywebau/craft-tinymce/blob/1.3.0/README.md",
"rss": "https://github.com/spicywebau/craft-tinymce/commits/1.x.atom"
},
"require": {
Expand All @@ -39,7 +39,7 @@
"name": "TinyMCE Field",
"class": "spicyweb\\tinymce\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-tinymce/blob/1.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/1.2.1.zip"
"downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/1.3.0.zip"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-tinymce",
"version": "1.2.1",
"version": "1.3.0",
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
"private": true,
"main": "client/src/main.ts",
Expand Down
1 change: 1 addition & 0 deletions src/models/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Settings extends Model

/**
* @var bool
* @since 1.3.0
*/
public bool $enablePremiumPlugins = false;
}

0 comments on commit b14e69c

Please sign in to comment.