Skip to content

Releases: amostajo/lightweight-mvc

Release v1.0.5

24 Sep 16:31
Compare
Choose a tag to compare

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

24 Sep 01:44
Compare
Choose a tag to compare

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

18 Sep 20:33
Compare
Choose a tag to compare

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

29 Jul 06:53
Compare
Choose a tag to compare

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

20 Jul 21:10
Compare
Choose a tag to compare

Release version 1.0.0

Initial release.