mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[ticket/14492] Update versions in files
PHPBB3-14492
This commit is contained in:
parent
afe16a6272
commit
c54838b25f
4 changed files with 5 additions and 5 deletions
|
@ -199,13 +199,13 @@ acp_groups_position_teampage_add_button_before
|
||||||
acp_help_phpbb_stats_after
|
acp_help_phpbb_stats_after
|
||||||
===
|
===
|
||||||
* Location: adm/style/acp_help_phpbb.html
|
* Location: adm/style/acp_help_phpbb.html
|
||||||
* Since: 3.2.0-b2
|
* Since: 3.2.0-RC2
|
||||||
* Purpose: Add content after send statistics tile
|
* Purpose: Add content after send statistics tile
|
||||||
|
|
||||||
acp_help_phpbb_stats_before
|
acp_help_phpbb_stats_before
|
||||||
===
|
===
|
||||||
* Location: adm/style/acp_help_phpbb.html
|
* Location: adm/style/acp_help_phpbb.html
|
||||||
* Since: 3.2.0-b2
|
* Since: 3.2.0-RC2
|
||||||
* Purpose: Add content before send statistics tile
|
* Purpose: Add content before send statistics tile
|
||||||
|
|
||||||
acp_logs_quick_select_forum_button_append
|
acp_logs_quick_select_forum_button_append
|
||||||
|
|
|
@ -76,7 +76,7 @@ class acp_help_phpbb
|
||||||
*
|
*
|
||||||
* @event core.acp_help_phpbb_submit_before
|
* @event core.acp_help_phpbb_submit_before
|
||||||
* @var boolean submit Do we display the form or process the submission
|
* @var boolean submit Do we display the form or process the submission
|
||||||
* @since 3.2.0-b2
|
* @since 3.2.0-RC2
|
||||||
*/
|
*/
|
||||||
$vars = array('submit');
|
$vars = array('submit');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_help_phpbb_submit_before', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_help_phpbb_submit_before', compact($vars)));
|
||||||
|
|
|
@ -18,7 +18,7 @@ class add_help_phpbb extends \phpbb\db\migration\migration
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
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
|
* they were added
|
||||||
*/
|
*/
|
||||||
static public $default_extensions_update = [
|
static public $default_extensions_update = [
|
||||||
'3.2.0-b3' => ['phpbb/viglink']
|
'3.2.0-RC2' => ['phpbb/viglink']
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue