Posts Tagged ‘1.3’


CFWheels 1.3.3 maintenance release

Today, we release the third maintenance release in the 1.3.x series.

Download version 1.3.3 to fix the following bugs:

  • Correct output of boolean HTML attributes using new global booleanAttributes setting
  • Make sure locks cannot be affected by other applications running on the same server
  • Fixed bug with updating an integer column from NULL to 0
  • Fixed potential permissions issue when running on shared hosting

More info in the 1.3.3 CHANGELOG.

If you’re upgrading from 1.3.0+, you just need to replace the wheels folder with the new one from the download. If you’re upgrading from an older version of CFWheels, see the instructions.

CFWheels 1.3.2 maintenance release

Today we release the second maintenance release in the 1.3.x series.

Download version 1.3.2 to fix the following bugs:

  • Fixed regression bug with setting unique id for nested properties
  • Fixed reversed usage for setting option text/value when passing in an array of structs to select() / selectTag()
  • Tableless models should not require dataSourceName – #351
  • Fixed issue with using group by with calculated properties – #89
  • Fixed ORM incorrectly parsing a property value as NULL – #209
  • Fixed bug with application scope when sharing name across applications – #359
  • Fix for removing AS from ORDER BY clause in Microsoft SQL Server – #132
  • Calling valid() will now correctly validate all associations when using nested properties – #284
  • Fixed issue with save()causing callbacks to run twice when using nested properties – #284
  • Fixed race condition issue with caching – #376
  • Fixed number parsing in WHERE strings

More info in the 1.3.2 CHANGELOG.

If you’re upgrading from 1.3.0+, you just need to replace the wheels folder with the new one from the download. If you’re upgrading from an older version of CFWheels, see the instructions.

CFWheels 1.3.1 maintenance release

We have fixed a few bugs discovered by the community after releasing CFWheels 1.3.0 a few weeks ago and packaged them as version 1.3.1.

Behold the major fixes released in version 1.3.1:

  • Fixed issue with calling addFormat() on application start-up.
  • Fixed so that Railo outputs IDs for nested properties as integers instead of exponents.
  • Make sure that IDs for nested properties are unique.

See the v1.3.1 CHANGELOG for a full record of all changes.

To upgrade from 1.3.0, replace the wheels folder in your application with the new one from the zip file. See the instructions if you’re upgrading from an earlier release.

Keep rocking, CFWheels community! \m/

CFWheels 1.3.0 released

After a couple years of work on version 1.2 of CFWheels, we decided to reboot our efforts and simplify.

To mark this new milestone, we are releasing CFWheels version 1.3.0 today. Version 1.3.0 includes many back-ported commits from the 1.2 branch but aims to be a non-breaking upgrade.

If you’re upgrading, review the instructions for upgrading and enjoy some new improvements:

  • Form and view helpers are now more HTML5-friendly. (See the HTML5 data Attributes section of Form Helpers and Showing Errors.)
  • You can now create model components that don’t need a database table behind them. (See the Models Without Database Tables section of Object Relational Mapping.)
  • Application reloading and startup is now thread-safe.
  • 49 new features and bugs were fixed. See the CHANGELOG.

Give 1.3 a spin and submit an issue if you find any bugs. Some plugins may need to be updated, so be sure to work with plugin authors to get 1.3 compatibility going.

There are more exciting changes coming for and from our community. Thank you for your support!