Bug fixes
- Fix "unknown shortcode token" when calling shortcode within fenced code block e7148f3 @bep #10819
- Don't fail when calling Paginate with an empty pages.PagesGroup 34a86e1 @bep #10802
- Improve error message for unclosed shortcode with inner content 9818724 @deining
Improvements
- tpl: Add hasSuffix alias d171d15 @jfish2
- Run gofmt -s on source files d55af2a @deining
- tpl/math: Allow multi numbers in add, sub, mul, div, min and max 84201e8 @septs
- server: Replace golang.org/x/net/context with context 0f01bd4 @alexandear
- watcher: use time.NewTicker to prevent leaks 02ab77d @alexandear
- ensure we default to 10 correctly 873be9f @davidejones
- switch transfers to workers bebb2b8 @davidejones
- customize parallel transfer count e6f029b @davidejones
- metadecoders: Add support for native org dates in frontmatter PR #7433 added support for Org timestamps for the DATE header. This PR widens the support with additional front matter headers LASTMOD, PUBLISHDATE and EXPIRYDATE. bdbfacb @johannesengl #8536
Dependency Updates
- deps: Update go-org to v1.6.6 1c841ec @niklasfasching