Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 24, 2015
2 parents 6f5d80a + 23cc957 commit ac68761
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion system/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Core version
*/
define('VERSION', '3.5');
define('BUILD', '1');
define('BUILD', '2');
define('LONG_TERM_SUPPORT', true);


Expand Down
7 changes: 7 additions & 0 deletions system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Contao Open Source CMS changelog
================================

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)
--------------------------

Expand Down
2 changes: 0 additions & 2 deletions system/modules/core/controllers/BackendInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class BackendInstall extends \Backend
*/
public function __construct()
{
parent::__construct();

$this->import('Config');
$this->import('Session');

Expand Down
2 changes: 0 additions & 2 deletions system/modules/core/library/Contao/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ class File extends \System
*/
public function __construct($strFile, $blnDoNotCreate=false)
{
parent::__construct();

// Handle open_basedir restrictions
if ($strFile == '.')
{
Expand Down
2 changes: 0 additions & 2 deletions system/modules/core/library/Contao/Folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class Folder extends \System
*/
public function __construct($strFolder)
{
parent::__construct();

// Handle open_basedir restrictions
if ($strFolder == '.')
{
Expand Down
1 change: 1 addition & 0 deletions system/modules/repository/classes/RepositorySettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// valid core versions in descending order
define('REPOSITORY_COREVERSIONS',
'30050029,30050029;'. // 3.5.2
'30050019,30050019;'. // 3.5.1
'30050009,30050009;'. // 3.5.0
'30050006,30050006;'. // 3.5.0-RC1
Expand Down

0 comments on commit ac68761

Please sign in to comment.