mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
* Fixed `url()` returning wrong path if using stream with grav root path in it, eg: `user-data://shop` when Grav is in `/shop` * Fixed `url()` not returning a path to non-existing file (`user-data://shop` => `/user/data/shop`) if it is set to fail gracefully * Fixed `url()` returning false on unknown streams, such as `ftp://domain.com`, they should be treated as external URL |
||
|---|---|---|
| .. | ||
| _support | ||
| acceptance | ||
| fake | ||
| functional | ||
| phpstan | ||
| unit | ||
| _bootstrap.php | ||
| acceptance.suite.yml | ||
| functional.suite.yml | ||
| unit.suite.yml | ||