Releases: statamic/ssg
Releases · statamic/ssg
Release list
1.3.0
What's Changed
- Support Statamic 3.4 by @jasonvarga in #126
- Add an
ssg:servecommand for local testing by @jacksleight in #121 - Fix testing multiple Laravel versions and add Slack notification by @jasonvarga in #115
- Revert view backup by @jasonvarga in #120
New Contributors
- @jacksleight made their first contribution in #121
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Explicitly use the request in the cascade by @jasonvarga in #108
- Fix date to string format by @jasonvarga in #109
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.1
What's fixed
- Routes fall back to default site by @jasonvarga in #95
1.0.0
What's new
- Add Statamic 3.3 support 🎉
Major changes
- PHP 7.2 and 7.3 are no longer supported.
- Laravel 6 and 7 are no longer supported.
0.9.0
What's new
- The command can exit with a failure code. #74
0.8.0
0.7.0
What's new
- Added support for non-html files (like
xmlorjson). #64
0.6.0
What's new
- You can generate files concurrently. #54
0.5.0
What's new
- Ability to add URLs programmatically. #49
- A
404.htmlwill be generated automatically if aerrors.404view exists. #50 - Non-wildcard Statamic routes will be automatically registered. #48
What's fixed
- Fix multi-site handling. #47
- Fix redirect entries causing infinite redirects. #52
- Fix error when using a relative app url. #51
What's changed
- Requires at least Statamic 3.1.7