Articles tagged with "changelog"

Release: Some RC2 Sweetness

By gwoo
The release of CakePHP 1.2RC2 [1] with several bug fixes and optimizations brings more speed and stability to the 1.2 series. Check out the changelog[2] for the modifications that went into this release. As promised previously deprecated methods were removed and others received errors to be triggered. We left the findAll, findCount, etc methods alone but still recommend that you change to the new find('all'), find('count'), etc syntax. Otherwise, you'll see that its mostly bug fixes in the changelog, so upgrading should be as smooth and easy as replacing your "cake"
[Read more]