Update contao211 to 2.11.8, LTS release.
Version 2.11.8 (2013-01-07) --------------------------- ### Fixed Make sure entered dates map to an existing date (see #5086). ### Fixed Fixed the MySQLi field count (see #5182). ### Fixed The Date class should return `00:00` for `Date(0)->time` (see #4249). ### Reverted Handle dependencies when updating extensions (see #3804). ### Fixed Fixed the unprefixed CSS gradient output (see #4569). ### Fixed Fixed a small formatting issue in the Music Academy theme (see #5160). ### Fixed Show all extensions in the log when updating multiple at once (see #5144). ### Fixed Standardize RSS feed aliases (see #5096). ### Fixed Make the `FileUpload` constructor public (see #5054). ### Fixed Use `isset()` in the `Database::fetch*()` methods (see #4990). ### Fixed Changed the `System::getReadableSize()` algorithm to powers of two (see #4283). ### Fixed Removed Tahiti and the Netherlands Antilles from the countries list (see #3791). ### Fixed Also adjust the `be_navigation.html5` template to the new "getUserNavigation" hook changes (see #3411).
This commit is contained in:
parent
36f650af6a
commit
173d69aede
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.23 2012/11/30 03:36:44 taca Exp $
|
||||
# $NetBSD: Makefile.common,v 1.24 2013/01/07 14:30:30 taca Exp $
|
||||
#
|
||||
# used by www/contao/Makefile.example"
|
||||
# used by www/contao211/Makefile
|
||||
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
# current release
|
||||
CT211_VERSION= 2.11.7
|
||||
CT211_VERSION= 2.11.8
|
||||
CT300_VERSION= 3.0.1
|
||||
|
||||
CT_VERS?= 211
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/11/30 03:37:26 taca Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/01/07 14:30:30 taca Exp $
|
||||
|
||||
SHA1 (contao-2.11.7.tar.gz) = f5558232042b90173c6c609a92edcf06a42c08d5
|
||||
RMD160 (contao-2.11.7.tar.gz) = 3572f149dc4a49be891430aa44025e6ba4f84391
|
||||
Size (contao-2.11.7.tar.gz) = 5332877 bytes
|
||||
SHA1 (contao-2.11.8.tar.gz) = a4470185cfa5f842e2288ed1f86c22dc0fc9c702
|
||||
RMD160 (contao-2.11.8.tar.gz) = 62e6422c2f503dca916e9aa076953c48209c5c3b
|
||||
Size (contao-2.11.8.tar.gz) = 5330929 bytes
|
||||
SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a
|
||||
|
|
Loading…
Reference in a new issue