diff options
author | taca <taca@pkgsrc.org> | 2014-01-21 16:20:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-01-21 16:20:09 +0000 |
commit | 16977af5de8649d486edfaa57e645a80f4e7c119 (patch) | |
tree | 62930d3febbed5db88b44ea82e5e7738c6dcec36 /www/contao | |
parent | 2b3717d19c203ab4b0c52fbf8c99ffb5ef57954d (diff) | |
download | pkgsrc-16977af5de8649d486edfaa57e645a80f4e7c119.tar.gz |
Update contao32 to 3.2.4.
Version 3.2.4 (2014-01-20)
--------------------------
### Fixed
Updated the Russian translation of the TinyMCE "typolinks" plugins (see #6224).
### Fixed
Do not create multiple stylect layers upon Ajax changes.
### Fixed
Some DCAs were missing the "rem" unit (see #6634).
### Fixed
Correctly trim the SQL statements in the `Database` class (see #6623).
### Fixed
Fix some broken back end icons (see #6214).
### Fixed
Show a hint in the news archive menu if there are no items (see #5888).
### Fixed
Prevent the back end tool tips from exceeding the screen width (see #6639).
### Fixed
Support the Google+ vanity name in addition to the numeric ID (see #6454).
### Fixed
Correctly detect Android tablets in the `Environment` class (see #5869).
### Fixed
Correctly resolve the module dependencies (see #6606).
### Fixed
Correctly unset the PHP session cookie depending on its parameters.
### Fixed
Fixed the XHTML variant of the comments form (see #5675).
### Fixed
Correctly assign articles to columns (see #6595).
### Fixed
Correctly merge the CSS classes in the `Hybrid` class (see #6601).
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 9d3e25f3b52..1a1236771bf 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2013/12/21 02:46:25 taca Exp $ +# $NetBSD: Makefile.common,v 1.54 2014/01/21 16:20:09 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -11,7 +11,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release CT211_VERSION= 2.11.13 CT31_VERSION= 3.1.5 -CT32_VERSION= 3.2.3 +CT32_VERSION= 3.2.4 CT_VERS?= 211 |