Releases: roelofjan-elsinga/aloia-cms
Releases · roelofjan-elsinga/aloia-cms
4.3.0
4.2.3
- Trim leading
\r\n
when storing content to the filesystem
4.2.2
- The base model no longer attempts to store the model to a file if there have been no changes to the model
4.2.1
- Improve frontmatter writer: Always have only 1 blank line between the frontmatter and content body
4.2.0
4.1.3
Fixed issue with content block get function signature
4.1.2
- Added default value parameter to the get() method on a model
This allows for a more concise usage of default values in your code:
Before:
$model->get("somevalue") ?? "a string"
After:
$model->get("somevalue", "a string")
4.1.1
- Added an empty check for dates in the Postable + Updatable traits
4.1.0
- Added sitemap generator for flat file models
4.0.2
- Removed unused authentication block in config file