Development

Changeset 8639

You must first sign up to be able to contribute.

Changeset 8639

Show
Ignore:
Timestamp:
04/27/08 15:32:03 (6 months ago)
Author:
fabien
Message:

updated CHANGELOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/CHANGELOG

    r8419 r8639  
     1Version 1.1.0 beta4 
     2------------------- 
     3 
     4* The new forms framework now handles field names based on Propel phpName since r8508. You'll need to regenerate your base forms using the `symfony propel:build-forms` command after having upgraded your project 
     5* You can now define an i18n translations catalogue for each of your forms 
     6* Components are now rendered correctly (beta3 broked them) 
     7* File upload used with a Propel form now works as expected 
     8* You can now generate task classes using the `generate:task` command 
     9* The checkbox widget now works correctly when the checkbox value is 0 
     10 
    111Version 1.1.0 beta3 
    212-------------------