ログイン



CakePHP2.1.1 と 1.3.15リリース

月曜日, 3月 26th, 2012 by

本日、CakePHPの最新版がリリースされたようです。

CakePHP 2.1.1 and 1.3.15 released

CakePHP2.1.1と1.3.15がリリースされました。共にバグフィックス(メンテナンス)リリースです。

CakePHP2.1.1の修正点

  • session_cache_limiter() removed when starting a session, also remove setting P3P header
  • Updated the .htaccess files, make sure you update them in you apps as well.
  • Set::sort() now correctly sorts when using {s}.path
  • Fixed Session.cookieTimeout default behavior
  • Made Validation class more strict when checking values in list.
  • Used urldecode trailing pass arguments in the URL
  • Added missing ‘recursive’ option to DigestAuthenticate object.

    CakePHP 1.3.15 の修正点

  • Fixed an issue with find(count) and translated conditions.
  • Adding iPad and windows phone os as mobile clients.
  • Fixed Number::currency() when using custom formats and numbers between -1 and 1.
  • Fix a bug introduced when generating partial compatibility between 1.3 and 2.0 Cookies, where an empty valued key
  • caused a PHP notice. Also, harden tests.
  • Fix header stripping in EmailComponent, it was aggressively stripping to: from text.
  • Fix EmailComponent::reset() not resetting delivery
  • Fix issues where nested HABTM associations would create duplicate content.

    2.1.1はこれ迄のバージョンの中で、最も豊富な機能と、最高の安定性を兼ね備えています。この機会に是非2.1.1にアップデートしましょう!

  • Leave a Reply