diff options
author | taca <taca@pkgsrc.org> | 2014-06-10 03:57:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-06-10 03:57:01 +0000 |
commit | 2747d7acd7eb51e0926140b4a51200cddd5b7f75 (patch) | |
tree | 193510dd6437b4e7a89b99363bf5d5b268dbadc3 /www/contao | |
parent | 9f3a4bf7abbf380b86b036382e9a82be3b5997c1 (diff) | |
download | pkgsrc-2747d7acd7eb51e0926140b4a51200cddd5b7f75.tar.gz |
Update contao33 to 3.3.2.
Version 3.3.2 (2014-06-04)
--------------------------
### Fixed
Add the media query to the style sheets in debug mode (see #7070).
### Fixed
Disable the debug mode in the extension creator (see #7068).
### Fixed
Convert image source insert tags in the back end preview (see #7065).
### Fixed
Render all root nodes in the page and file picker (see #6844).
### Fixed
Add the "scssphp-compass" library to support Compass functions.
### Fixed
Support adding multiple TinyMCE instances to the same page (see #7061).
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 37a1e696922..dc1063d372b 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.73 2014/06/10 03:47:59 taca Exp $ +# $NetBSD: Makefile.common,v 1.74 2014/06/10 03:57:01 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao32/Makefile @@ -6,7 +6,7 @@ # current release CT32_VERSION= 3.2.11 -CT33_VERSION= 3.3.1 +CT33_VERSION= 3.3.2 CT_VERS?= 32 |