Skip to content

Commit

Permalink
[*]: update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 19, 2018
1 parent ec9c378 commit e0d96de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,12 +1,20 @@
# Changelog 2.0.1

* support for PHP 7.3
* update vendor


# Changelog 2.0.0

* drop support for PHP < 7.0
* use "strict_types"


# Changelog 1.6.1

* Fixed security breach (execution rights)


# Changelog 1.6.0

* Fixed UTF8 usage
Expand All @@ -18,6 +26,7 @@
* Added option to exclude conditional blocks when using inline-styles, thx to [KonstantinShkut](https://github.com/KonstantinShkut/CssToInlineStyles/commit/48ceb8ba7d182ebc1036b06bd9cefe3d6f0bf733),
for more information see the [Pull Request](https://github.com/KonstantinShkut/CssToInlineStyles/commit/48ceb8ba7d182ebc1036b06bd9cefe3d6f0bf733)


# Changelog since 1.5.3

* Fix properties split on base64 encoded url content, thx to [tguyard](https://github.com/Giga-gg),
Expand All @@ -27,10 +36,12 @@
* Remove version from require, thx to [barryvdh](https://github.com/barryvdh),
for more information see the [Pull Request](https://github.com/tijsverkoyen/CssToInlineStyles/pull/85)


# Changelog since 1.5.2

* Make sure the XML header is removed.


# Changelog since 1.5.1

* Refactor removing style tags, thx to [barryvdh](https://github.com/barryvdh),
Expand All @@ -48,6 +59,7 @@
* Added a .gitattributes file, thx to [GrahamCampbell](https://github.com/GrahamCampbell),
for more information see the [Pull Request](https://github.com/tijsverkoyen/CssToInlineStyles/pull/71)


# Changelog since 1.5.0

* Exclude vendor files from coverage, thx to [barryvdh](https://github.com/barryvdh),
Expand Down

0 comments on commit e0d96de

Please sign in to comment.