⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

New Features in version 1.2.3



xcoder

xcoder
  • profile picture
  • Member

Posted 14 June 2012 - 17:27 PM

what are the new features in version 1.2.3?

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 14 June 2012 - 17:53 PM

The version 1.2.3 it is more a maintenance release so except of many bug fixes the features are:
- Compatible and with the new CI version 2.1.1
- set_primary_key method that it not documented yet, but I will documented as soon as possible it is a really great method. With this method you can change your actual primary_key. It is really useful when in some tables you don't have a primary key or you want to use the secondary key as primary (eg.url-title) to your CRUD. It also works fine with the set_relation and set_relation_n_n. In addition it is also useful with the combination of mysql VIEWS.
- change_field_type supports enum and set fields and you can set easily a drodown list to your CRUD ( for more you can see http://www.grocerycr...type#enum-field )

You can also check the change_logs for more changes