Commit 14f2e431 authored by Bong Cosca's avatar Bong Cosca
Browse files

3.1.0 baseline

parent 97102f98
Loading
Loading
Loading
Loading
−3.79 KiB (477 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ final class Base {
	//@{ Framework details
	const
		PACKAGE='Fat-Free Framework',
		VERSION='3.0.9-Dev';
		VERSION='3.1.0-Dev';
	//@}

	//@{ HTTP status codes (RFC 2616)
+21 −0
Original line number Diff line number Diff line
CHANGELOG

3.0.9 (12 June 2013)
*	NEW: Web->whois()
*	NEW: Template <switch> <case> tags
*	Improve CACHE consistency
*	Case-insensitive MIME type detection
*	Support pre-PHP 5.3.4 in Prefab->instance()
*	Refactor isdesktop() and ismobile(); Add isbot()
*	Add support for Markdown strike-through
*	Work around ODBC's lack of quote() support
*	Remove useless Prefab destructor
*	Support multiple cache instances
*	Bug fix: Underscores in OpenId keys mangled
*	Refactor format()
*	Numerous tweaks
*	Bug fix: MongoId object not preserved
*	Bug fix: Double-quotes included in lexicon() string (Issue #341)
*	Bug fix: UTF-8 formatting mangled on Windows (Issue #342)
*	Bug fix: Cache->load() error when CACHE is FALSE (Issue #344)
*	Bug fix: send() ternary expression
*	Bug fix: Country code constants

3.0.8 (17 May 2013)
*	NEW: Bcrypt lightweight hashing library\
*	Return total number of records in superset in Cursor->paginate()