Skip to content

Release Notes: 1.17.0

Sithu edited this page Apr 8, 2017 · 4 revisions

Download

Download at http://www.phplucidframe.com/downloads

What's New in Release 1.17.0

  • Add a new command php lucidframe schema:diff [db]. Check Managing Schema Changes.
  • Add a new command php lucidframe schema:update [db]. Check Managing Schema Changes.
  • Add --backup option for the schema:built command.
  • Add a function db_table() to get full table name with prefix. No more db_prefix() call.
  • Add db transaction and rollback functions in db helper.

Minor Updates and Bug Fixes

  • Fix andWhere() and orWhere() in QueryBuilder to accept multi-conditions added by method chaining.
  • Return Pager object even if there is no record.
  • Form helper fix for Ajax form response and generic form response.
  • Add a separate method getTableOptions and add timestamp fields into the built schema.
  • Fix to use $lc_defaultDbSource for default database namespace in db helper.
  • Refactor SchemaManager class using modular methods.
  • Fix foreign key constraints error occurred when schema:load is run.
  • Make sure to not select the empty database name.
  • Change default db collation to utf8_unicode_ci.
  • Add missing icons.
Clone this wiki locally