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

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
* Updated CHANGELOG and README for release.
  • Loading branch information
deanblackborough committed Jun 13, 2018
1 parent 44e7d10 commit 8a57048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

Full changelog for PHP Quill Renderer

## v3.13.0 - 2018-06-xx
## v3.13.0 - 2018-06-14

* Added video support to HTML and Markdown parsers.
* Added video support to HTML and Markdown parsers.
* Newlines before inserts were being ignore, closes #87.
* Minor corrections to README.
* Added test coverage.

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# PHP Quill Renderer

Render quill insert deltas to HTML and Markdown (Markdown support still in testing)
Render quill insert deltas to HTML and Markdown

## Description

Expand Down Expand Up @@ -123,9 +123,11 @@ List | `<ul>` `<ol>` | `* ` & `[n]`
## Credits

* [carlos](https://github.com/sald19) [Bugfix] v1.01.0
* [pdiveris](https://github.com/pdiveris) [Issue #43] v2.03.1 - Null inserts
* [pdiveris](https://github.com/pdiveris) [Issue #43] - Null inserts
* [Mark Davison](https://github.com/markdavison) - Pushed me in the right direction for v3.00.0
* [tominventisbe](https://github.com/tominventisbe) [Issue #54] v3.01.0 - Parser::load() does not reset the deltas array
* [tominventisbe](https://github.com/tominventisbe) [Issue #55] v3.01.0 - Image deltas with multiple attributes incorrectly being passed to Compound delta
* [tominventisbe](https://github.com/tominventisbe) [Issue #54] - Parser::load() does not reset the deltas array
* [tominventisbe](https://github.com/tominventisbe) [Issue #55] - Image deltas with multiple attributes incorrectly being passed to Compound delta
* [bcorcoran](https://github.com/bcorcoran) [Issue #81] - Suggested reverting requirements to necessary requirements
* [kingga](https://github.com/kingga) [Issue #86] - Video support
* [Jonathanm10](https://github.com/Jonathanm10) [Issue #87] - Newlines proceeding inserts ignored, bug report
* [raphaelsaunier](https://github.com/raphaelsaunier) [Issue #87] - Newlines proceeding inserts ignored, bug location

0 comments on commit 8a57048

Please sign in to comment.