Skip to content

Releases: alterfw/alter

v0.2.1

21 May 20:54
Compare
Choose a tag to compare
  • Add missing use statement in main.php

v0.2.0

29 Mar 22:57
Compare
Choose a tag to compare
Merge pull request #15 from alterfw/1.x-dev

Alter 1.x

v0.1.9

11 Aug 16:59
Compare
Choose a tag to compare
  • Addded paginate() and pagination() methods to Model
  • Theme agnostic, Alter now works with plugins too
  • find() method now returns an empty array instead of false when has no items
  • Added support to php 5.6

Added support to all custom fields of RW meta box

05 Apr 17:29
Compare
Choose a tag to compare
v0.1.8

Added support to all custom fields of RW weta box

Added helper for the site description

12 Dec 18:37
Compare
Choose a tag to compare
Merge pull request #11 from jpaulobneto/master

Helper for site's description

PHP 5.2 fix for load module files

02 Sep 18:31
Compare
Choose a tag to compare
Merge pull request #10 from Giseudo/master

PHP 5.2 fix for load module files

Added support to feed the 'option' attribute of 'list' fields in models with a function

01 Sep 01:58
Compare
Choose a tag to compare
Added support to feed the 'option' attribute of 'list' field with a f…

…unction

Solved a bug from the last release

29 Aug 01:05
Compare
Choose a tag to compare
v0.1.4

Added getter for appModel, solving bugs registering taxonomies

Unit tests and bug fixes

26 Aug 12:04
Compare
Choose a tag to compare

This version adds the unit tests to guarantee the framework stability and solve some bugs

Folder structure changes, Development Environment and more

05 Jul 11:54
Compare
Choose a tag to compare

In this release we made some changes in the folder structure, also we created the Development Environment using Vagrant.