From b811f49635c1e8a5e534f99e0cc9040876ce6a63 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 29 Aug 2014 14:33:08 +0000 Subject: Update contao32 to 3.2.14. Version 3.2.14 (2014-08-27) --------------------------- ### Fixed Allow floating point numbers in "number" input fields (see #7257). ### Fixed Do not adjust the start time of past events (see #7121). ### Fixed Reset the image margins if it exceeds the maximum image size (see #7245). ### Fixed Reset `$blnPreventSaving` when a model is cloned (see #7243). ### Fixed Do not reload after storing `CURRENT_ID` in the session (see #7240). ### Fixed Correctly validate the page number of the versions menu (see #7235). ### Fixed Handle underscores in the Google+ vanity name (see #7241). ### Fixed Correctly handle the `rem` unit when importing style sheets (see #7220). ### Fixed Fix two issues with the extension repository theme. --- www/contao/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/contao') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 84eb9b9ad24..c49a9bc953c 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.79 2014/07/30 03:28:34 taca Exp $ +# $NetBSD: Makefile.common,v 1.80 2014/08/29 14:33:08 taca Exp $ # # used by www/contao32/Makefile # used by www/contao33/Makefile # current release -CT32_VERSION= 3.2.13 +CT32_VERSION= 3.2.14 CT33_VERSION= 3.3.4 CT_VERS?= 32 -- cgit v1.2.3