* 'develop' of github.com:getgrav/grav:
update Console/GPM for refactored Common/GPM
refactor Common/GPM namespace for more unified approach to installed vs remote packages
add filter function to iterator
* 'develop' of github.com:getgrav/grav:
switched to && operator
Moved default image quality to defines.php
Missing 'quality' in valid image functions
updated version
updated version
updated changelog
Fix for issue #158 - load order with debugger on
Added support for external URL in directs
more description for separator
Serve images as static files
Corrected HTML output of links with empty HTML anchors
Changed Twig Link Regex which fixes#149 [Markdown Doesn't Handle [words](#)]
Conflicts:
system/src/Grav/Common/Page/Medium.php
# By Sommerregen
# Via Andy Miller (1) and Sommerregen (1)
* 'develop' of https://github.com/getgrav/grav:
Corrected HTML output of links with empty HTML anchors
Changed Twig Link Regex which fixes#149 [Markdown Doesn't Handle [words](#)]
* 'develop' of github.com:getgrav/grav:
updated changelog
Added async and defer loading of JavaScript files
Updated web.config - Assets accesible
fixed date
version update
removed some unused vars
Removed some duplicate code via a trait
Broke out iterators into their own class files
only use files for last modified, so children don't affect the modified time of their parent page
prevent a page from taken it's parent into account when detecting modified time
Fixed `nth()` and added `first()` `last()` and `reverse()` methods
Revert "Replace constant with streams. (need for multisite)."
Replace constant with streams. (need for multisite).