mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge branch 'prep-release-3.0.8' into develop-olympus
* prep-release-3.0.8: [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog [ticket/9903] Script for detecting potentially malicious flash bbcodes [ticket/9904] Update WebPI Parameters.xml to work with WebMatrix. [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
This commit is contained in:
@@ -914,6 +914,8 @@ function database_update_info()
|
||||
'3.0.7' => array(),
|
||||
// No changes from 3.0.7-PL1 to 3.0.8-RC1
|
||||
'3.0.7-PL1' => array(),
|
||||
// No changes from 3.0.8-RC1 to 3.0.8
|
||||
'3.0.8-RC1' => array(),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1852,6 +1854,10 @@ function change_database_data(&$no_updates, $version)
|
||||
|
||||
$no_updates = false;
|
||||
break;
|
||||
|
||||
// No changes from 3.0.8-RC1 to 3.0.8
|
||||
case '3.0.8-RC1':
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3797,4 +3803,4 @@ class updater_db_tools
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user