Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
New release v3.18.1
Browse files Browse the repository at this point in the history
- Updated CHANGELOG and added credit to README.
- PHPDoc correction
  • Loading branch information
deanblackborough committed Dec 10, 2019
1 parent 8259b5f commit 11d3c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

Full changelog for PHP Quill Renderer

## v3.18.1 - 2019-12-10

* Videos with custom attributes supported, thank you [Nicholas Humphries](https://github.com/Humni).

## v3.18.0 - 2019-11-24

* Custom attributes values which aren't strings are ignored.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ for use under the MIT License (MIT).
* [Lode Claassen](https://github.com/lode) [PR121] - Missing supported format in exception messages.
* [Lode Claassen](https://github.com/lode) [PR122] - Validation code DRY.
* [Lode Claassen](https://github.com/lode) [PR123] - Allow already decoded json to be passed to parser.
* [Nicholas Humphries](https://github.com/Humni) [PR128] - Videos with attributes not supported.

## Coding standards credits

Expand Down
2 changes: 1 addition & 1 deletion src/Parser/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public function video(array $quill)
/**
* Checks the delta json is valid and can be decoded
*
* @param $quill_json Quill json string
* @param array $quill_json Quill json string
*
* @return boolean
*/
Expand Down

0 comments on commit 11d3c7c

Please sign in to comment.