Skip to content

Commit

Permalink
updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed May 20, 2015
1 parent 136ca04 commit 3288421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1.1
===

2015-05-20

- `text()` function now returns combined text of all elements in set (as jQuery does; previously only the nodeValue of
the first element was returned) and can act as a setter `text($string)` that sets the nodeValue of all elements to
the specified string
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requirements
Installation
------------

- using [composer] (http://getcomposer.org): `require "wa72/htmlpagedom":"~1.0"`
- using [composer] (http://getcomposer.org): `require "wa72/htmlpagedom":"~1.1"`

- using other [PSR-4] (http://www.php-fig.org/psr/psr-4/) compliant autoloader:
clone this project to where your included libraries are and point your autoloader to look for the
Expand Down

0 comments on commit 3288421

Please sign in to comment.