Skip to content

Instantly share code, notes, and snippets.

@brendo
Created August 12, 2011 03:56
Show Gist options
  • Save brendo/1141419 to your computer and use it in GitHub Desktop.
Save brendo/1141419 to your computer and use it in GitHub Desktop.
Symphony 2.2.3 Release Notes

Symphony 2.2.3

This release is primarily a hotfix for issues that have cropped up in Symphony's submodules:

Fixes

  • #738 - Symphony Fatal Database Error when adding Author field
  • #713 - Fix year-month filtering in the core Date field on PHP 5.2
  • Restore the DatabaseException handler for incorrect database details. Fixes a regression since 2.1.x
  • Update the Devkit class to use SYMPHONY_URL constant

JIT Extension

  • Now tracking JIT 1.13
  • Add a new mode, Resize to Fit, that will conditionally resize your image if it is above the desired width/height otherwise it will leave the image as it. (thanks @21studios)
  • Output the correct file path in 404 errors (thanks @michael-e)
  • Fixes error in the error message when connecting to an external site
  • No longer serves 304 headers when CACHING is disabled in the configuration

Maintenance Mode

  • Now tracking Maintenance Mode 1.5
  • Update to use SYMPHONY_URL constant (breaks compatibility with Symphony versions prior to 2.2)
  • Added Romanian translation

Debug Devkit

  • Now tracking Debug Devkit 1.2.1
  • #730 - Adding arrays to the param pool breaks debug view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment