Skip to content

Release v1.0.4

Compare
Choose a tag to compare
@amostajo amostajo released this 24 Sep 01:44
· 8 commits to v1.0 since this release

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.