diff options
author | taca <taca@pkgsrc.org> | 2013-10-15 14:33:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-10-15 14:33:28 +0000 |
commit | a022df14caaeb3be27016ce973422c90cedbc445 (patch) | |
tree | b962ef52656c41391ea7fae5251408b7c204257f /www/contao | |
parent | 8b3f2ca6be8606d244ddd77636174b28bb7452a0 (diff) | |
download | pkgsrc-a022df14caaeb3be27016ce973422c90cedbc445.tar.gz |
Update contao to 3.1.4.
Version 3.1.4 (2013-10-14)
--------------------------
### Fixed
Do not show the debug bar in the modal dialog (see #6302).
### Fixed
Ignore the "maxlength" setting in certain form fields (see #6283).
### Fixed
Correctly show the "toggle page status" icon (see #6282).
### Removed
Removed the TinyMCE spell checker (see #6247).
### Updated
Updated TCPDF to version 3.0.38 (see #6268).
### Fixed
Correctly render the pages breadcrumb menu for non-admin users (see #6067).
### Fixed
Correctly handle the accordion fields during the version 3.1 update (see #6229).
### Fixed
Correctly handle special characters in page aliases (see #6232).
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 3aaa6e4e17f..5fcf39331f4 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2013/09/30 10:04:34 taca Exp $ +# $NetBSD: Makefile.common,v 1.44 2013/10/15 14:33:28 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -12,7 +12,7 @@ CT_MASTER_SITE= https://download.contao.org/ \ # current release CT211_VERSION= 2.11.12 -CT310_VERSION= 3.1.3 +CT310_VERSION= 3.1.4 CT_VERS?= 211 |