Commit 6c51866e by Carsten Brandt

Update UPGRADE.md

parent 340e2b51
......@@ -291,3 +291,8 @@ new ones save the following code as `convert.php` that should be placed in the s
});
```
* The signature of `View::registerJsFile()` and `View::registerCssFile()` has changed. The `$depends` and `$position`
paramaters have been merged into `$options`. The new signatures are as follows:
- `registerJsFile($url, $options = [], $key = null)`
- `registerCssFile($url, $options = [], $key = null)`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment