Releases: amostajo/lightweight-mvc
Release v1.0.5
Version 1.0.5
Change log:
- Meta restrictions
Meta restrictions
Added a restriction when saving Wordpress created post meta. Models no longer can be able to save or modify created wordpress meta values (for integrity reasons).
No compatibility issues with previous versions detected.
Release v1.0.4
Version 1.0.4
Change log:
- Meta features
- Request array support
Meta features
In order to prevent broken functionality to happen, models now act blind to Wordpress generated post meta values, those starting with _wp_
are ignored.
Wordpress metas can still be added to the model only if they have an alias, like:
protected $aliases = [
'alt' => 'meta__wp_attachment_image_alt'
];
Request array support
Request
class now supports array as input.
No compatibility issues detected.
Release v1.0.3
Version 1.0.3
Change log:
- Collection group by.
- Bug fixes.
Collection group by
Collections now can be grouped by attribute.
Bug fixes
Bug fix for when calling to $engine->view
property.
Release v1.0.2
Version 1.0.2
Change log:
- PHP 5.4.0
- Bug fixes.
PHP 5.4.0
Because of traits PHP is locked to 5.4.0
http://php.net/manual/en/language.oop5.traits.php
Bug fixes
A number of bug fixes form v1.0.1
Version 1.0.0
Release version 1.0.0
Initial release.