Skip to content

Commit 3c077b2

Browse files
committed
Version 1.6.9
1 parent 49b2013 commit 3c077b2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### Development
22

3+
## 1.6.9
4+
5+
- Added Changelog
6+
- Fixed issue with spaces befor closing tag Fixes #45
7+
- Fixed some code quality issues found by scrutinizer
8+
- Added Scrutinizer to README
9+
- Reformated code to comply with PSR-1/2
10+
- Added preserve line break option. Defaults to false. fixes #40
11+
- Updated the tests
12+
- Added options: cleanupInput, removeScripts and removeStyles
13+
314
## 1.6.8
415

516
- Added comments and reformated some code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP Html Parser
22
==========================
33

4-
Version 1.6.8
4+
Version 1.6.9
55

66
[![Build Status](https://travis-ci.org/paquettg/php-html-parser.png)](https://travis-ci.org/paquettg/php-html-parser)
77
[![Coverage Status](https://coveralls.io/repos/paquettg/php-html-parser/badge.png)](https://coveralls.io/r/paquettg/php-html-parser)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paquettg/php-html-parser",
33
"type": "library",
4-
"version": "1.6.8",
4+
"version": "1.6.9",
55
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
66
"keywords": ["html", "dom", "parser"],
77
"homepage": "https://github.com/paquettg/php-html-parser",

0 commit comments

Comments
 (0)