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 README with link to Quill
* Updated homepage for composer
  • Loading branch information
deanblackborough committed May 20, 2018
1 parent b11f189 commit 0f8c770
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.10.1 - 2018-05-21

* Fixed bugs #64 and #65, empty deltas being created by the preg_match on \n

## v3.10.0 - 2018-05-16

* Added support for passing multiple deltas into the API/parser, limited to multiple of the same type.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ the goal is to eventually support every Quill feature.

## Planned features

Over the next few weeks/months I want to continue adding support for additional Quill features and add additional
parsers and renderers, I expect Markdown will be next.
Over the next few weeks/months I want to continue adding support for additional [Quill](https://github.com/quilljs/quill)
features and add additional parsers and renderers, I expect Markdown will be next.

## PHP < 7.2

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"DBlackborough\\Quill\\" : "src/"
}
},
"homepage": "http://www.transmute-coffee.com/",
"keywords": [ "quill", "quilljs", "renderer", "delta", "parse", "html", "php"],
"homepage": "http://www.transmute-coffee.com/php-quill-renderer.php",
"keywords": [ "quill", "quilljs", "renderer", "delta", "parse", "html", "php", "markdown"],
"authors": [
{
"name": "Dean Blackborough",
Expand Down

0 comments on commit 0f8c770

Please sign in to comment.