Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Update TinyMCE to version 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emptynick committed Oct 20, 2022
1 parent 18a6553 commit 5e4dc28
Show file tree
Hide file tree
Showing 9 changed files with 3,261 additions and 6,750 deletions.
2 changes: 1 addition & 1 deletion docs/customization/overriding-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After that go to the BREAD-settings and fill in the Controller Name with your fu

![](../.gitbook/assets/bread_controller.png)

You can now override all methods from the [VoyagerBaseController](https://github.com/the-control-group/voyager/blob/1.5/src/Http/Controllers/VoyagerBaseController.php)
You can now override all methods from the [VoyagerBaseController](https://github.com/the-control-group/voyager/blob/1.6/src/Http/Controllers/VoyagerBaseController.php)

## Overriding Voyagers Controllers

Expand Down
28 changes: 5 additions & 23 deletions docs/getting-started/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,19 @@
# Upgrading

## Upgrading 1.4 to 1.5
## Upgrading 1.5 to 1.6

### Update your Composer.json

To update to the latest version inside of your composer.json file make sure to update the version of Voyager inside the require declaration of your composer.json to:

`tcg/voyager": "1.5.*`
`tcg/voyager": "1.6.*`

And then run `composer update`

### Removed hooks
### Check your TinyMCE configuration

Version 1.5 removes the hooks functionality.
If you use any hooks, either skip this release or convert them to regular composer packages.
Another way is to disable ssl verification in your `composer.json`:

```
"repositories": {
"hooks": {
"type": "composer",
"url": "https://larapack.io",
"options": {
"ssl": {
"verify_peer": false
}
}
}
}
```


If you do not use any hooks, you don't have to take any actions!
TinyMCE was updated to version 6 and with that, a lot of configurations have changed.
If there are any errors in the console and you changed the TinyMCE configuration, make sure you are using the latest options and values from their docs.

### Troubleshooting

Expand Down
Loading

0 comments on commit 5e4dc28

Please sign in to comment.