mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/14492] Update versions in files
PHPBB3-14492
This commit is contained in:
@@ -18,7 +18,7 @@ class add_help_phpbb extends \phpbb\db\migration\migration
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v320\v320a2',
|
||||
'\phpbb\db\migration\data\v320\v320rc1',
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -76,7 +76,7 @@ class update_extensions extends task_base
|
||||
* they were added
|
||||
*/
|
||||
static public $default_extensions_update = [
|
||||
'3.2.0-b3' => ['phpbb/viglink']
|
||||
'3.2.0-RC2' => ['phpbb/viglink']
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user