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.