Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Dec 22, 2016
1 parent b42afeb commit e8d0e48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 6.0
- Changed: you might now need to set an option to load files (security)
- `[\FluentDOM\Options\ALLOW_FILE => TRUE]`
- `[\FluentDOM\Options\IS_FILE => TRUE]`
- Changed: major cleanup/overhaul of the examples
- Refactored: Replace func_get_args() with variadics
- Added: HTML loader now supports 'html-fragment' and 'text/html-fragment'
- Added: XML/HTML loaders now support libxml options for the load methods
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ If you find a bug or have a feature request please report it in the [issue track

You can check out the [![Gitter chat](https://img.shields.io/badge/gitter-join--chat-blue.svg)](https://gitter.im/FluentDOM/FluentDOM), too.

Be ware that the release packages (downloads) do not include the examples or tests. They are not needed
to use the library. If you clone the repository, they will be included.


### Security Issues

If you find a bug that has security implications, you can send an email directly to `thomas@weinert.info`.
Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleXML Migration/7_create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require(__DIR__.'/../../vendor/autoload.php');

/*
* SimpleXML has some limit functionality for this, basically you
* SimpleXML has some limited functionality for this, basically you
* can add child elements.
*/
$element = simplexml_load_string('<ul/>');
Expand Down

0 comments on commit e8d0e48

Please sign in to comment.