Skip to content

Commit e05b573

Browse files
committed
Update version in database
1 parent 291edc4 commit e05b573

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

migrations/v204.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
33
*
4-
* IP anonymised extension for the phpBB Forum Software package.
4+
* Pastebin extension for the phpBB Forum Software package.
55
*
6-
* @copyright (c) 2020 Crizzo <https://www.crizzo.de>
6+
* @copyright (c) 2020 Crizzo <https://www.phpBB.de>
77
* @license GNU General Public License, version 2 (GPL-2.0)
88
*
99
*/
@@ -21,6 +21,10 @@ static public function depends_on()
2121

2222
public function update_data()
2323
{
24+
$data = array(
25+
array('config.update', array('pastebin_version', '2.0.4')),
26+
);
27+
2428
// Check if user role exists and assign permission to user standard role
2529
if ($this->role_exists('ROLE_USER_STANDARD'))
2630
{

0 commit comments

Comments
 (0)