diff options
author | taca <taca@pkgsrc.org> | 2015-07-26 17:18:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-07-26 17:18:35 +0000 |
commit | 1d20f72578c7610360f7e5c00f2ec36a464b7b07 (patch) | |
tree | cf960e39eda6b863826520effeb7203f1f5f8a16 /www/contao | |
parent | 06e93b775ff62fd874456f7da7046797849aeee4 (diff) | |
download | pkgsrc-1d20f72578c7610360f7e5c00f2ec36a464b7b07.tar.gz |
Update contao35 to 3.5.2.
* Add Serbian language files.
Version 3.5.2 (2015-07-24)
--------------------------
### Fixed
Revert some of the PhpStorm code inspector changes (see #7937).
Version 3.5.1 (2015-07-24)
--------------------------
### Fixed
Add a `StringUtil` class to restore PHP 7 compatibility (see contao/core-bundle#309).
### Fixed
Fix the `Validator::isEmail()` method (see contao/core-bundle#313).
### Fixed
Strip tags before auto-generating aliases (see #7857).
### Fixed
Correctly encode the URLs in the popup file manager (see #7929).
### Fixed
Check for the comments module when compiling the news meta fields (see #7901).
### Fixed
Also sort the newsletter channels alphabetically in the front end (see #7864).
### Fixed
Disable responsive images in the back end preview (see #7875).
### Fixed
Overwrite the request string when generating news/event feeds (see #7756).
### Fixed
Store the static URLs with the cached file (see #7914).
### Fixed
Correctly check the subfolders in the `hasAccess()` method (see #7920).
### Fixed
Updated the countries list (see #7918).
### Fixed
Respect the `notSortable` flag in the parent (see #7902).
### Fixed
Round the maximum upload size to an integer value (see #7880).
### Fixed
Make the markup minification less aggressive (see #7734).
### Fixed
Filter the indices in `Database::getFieldNames()` (see #7869).
### Fixed
Back-ported two fixes from the upstream versions.
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 fe3d59ebed1..eef19fc0473 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.97 2015/06/06 03:41:24 taca Exp $ +# $NetBSD: Makefile.common,v 1.98 2015/07/26 17:18:35 taca Exp $ # # used by www/contao32/Makefile # used by www/contao34/Makefile @@ -7,7 +7,7 @@ # current release CT32_VERSION= 3.2.21 CT34_VERSION= 3.4.5 -CT35_VERSION= 3.5.0 +CT35_VERSION= 3.5.2 CT_VERS?= 35 |