Skip to content

Commit 5a8bac6

Browse files
authored
Merge branch 'phpbb:3.3.x' into replace_chumper_zipper
2 parents 1731cf3 + 379975b commit 5a8bac6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function set_default_config()
184184
'30' => array('latest_revision' => '14', 'name' => 'phpBB 3.0.x', 'allow_uploads' => false),
185185
'31' => array('latest_revision' => '12', 'name' => 'phpBB 3.1.x', 'allow_uploads' => false),
186186
'32' => array('latest_revision' => '11', 'name' => 'phpBB 3.2.x', 'allow_uploads' => false),
187-
'33' => array('latest_revision' => '14', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
187+
'33' => array('latest_revision' => '15', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
188188
)),
189189

190190
// MPV server(s)
218 KB
Binary file not shown.
7.19 MB
Binary file not shown.

language/en/types/extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
'EXTENSION_UPDATE_PUBLIC_NOTES' => '
8181
8282
[b]Notes:[/b] %1$s',
83-
'EXTENSION_UPLOAD_AGREEMENT' => '<span style="font-size: 1.5em;">By submitting this revision you agree to abide by the <a href="https://www.phpbb.com/extensions/rules-and-policies/">Extensions database policies</a> and that your extension conforms to and follows the <a href="https://area51.phpbb.com/docs/32x/coding-guidelines.html">phpBB 3.2 Coding Guidelines</a>.
83+
'EXTENSION_UPLOAD_AGREEMENT' => '<span style="font-size: 1.5em;">By submitting this revision you agree to abide by the <a href="https://www.phpbb.com/extensions/rules-and-policies/">Extensions database policies</a> and that your extension conforms to and follows the <a href="https://area51.phpbb.com/docs/33x/coding-guidelines.html">phpBB 3.3 Coding Guidelines</a>.
8484
8585
You also agree and accept that this extension is to be released under the <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</a> and that the license of any included components are compatible with the <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</a> and that you also allow the re-distribution of your extension through this website indefinitely. For a list of available licenses and licenses compatible with the GNU GPLv2 please reference the <a href="https://en.wikipedia.org/wiki/List_of_FSF_approved_software_licenses">list of FSF approved software licenses</a>.</span>',
8686
'EXTENSION_VALIDATION' => '[phpBB Extension-Validation] %1$s %2$s',

0 commit comments

Comments
 (0)