# 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).
* 'develop' of github.com:getgrav/grav: (21 commits)
Added initial named-assets implementation
version update
Update README.md
Added optional deep option. defaults to false
Added more flexible param separator option
PSR camelCase fix
missed a logical operator
Fix camelCase method
removed function in loop
removed some commented out code
removed unused vars
Removed unused `use` statements
rename fixme to todo
remove fixme
Object type hints
strict boolean compare
PSR fixes
Strict boolean compares
Some insight fixes
Added new random string static and twig function
...
* 'develop' of github.com:getgrav/grav: (31 commits)
Some performance optimizations for folder/file checking routines
now checks for symlink availability before giving that option
updated bundled composer package
Backup pages folder if it exits in demo copy
Fix rcopy reference
Fix for issue #140 - plugin/theme install status not working on windows
added a space after prompt
Look for `_demo` content in packages and prompt to install it
Use rcopy from Utils class
Set package_type for unknown packages based on best guess
Added recursive folder copy
Don't critically fail, only log when plugin has config but is missing
added repo URL to output
text addition
some corner case fixes
Added symlink + git clone installation methods
beginning of dependency work
move timezone setting to after Config's `init()` method
added timezone override support
added a twig processTemplate() method
...
Conflicts:
system/src/Grav/Common/Markdown/ParsedownGravTrait.php
system/src/Grav/Common/Page/Media.php
system/src/Grav/Common/Page/Medium.php