Skip to content

Commit 26fce8a

Browse files
committed
compatible phpBB 3.3
1 parent 77f4640 commit 26fce8a

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "phpbbseo/related",
33
"type": "phpbb-extension",
44
"description": "Related Topics for phpBB-SEO",
5-
"homepage": "http://www.phpbb-seo.org",
5+
"homepage": "http://www.phpbb-seo.ir",
66
"keywords": ["phpbbSEO", "extension", "seo", "USU", "related", "topics", "similar"],
7-
"version": "2.0.0-b1",
8-
"time": "2019-03-12",
7+
"version": "2.0.0-b2",
8+
"time": "2020-04-12",
99
"license": "GPL-2.0",
1010
"authors": [
1111
{
1212
"name": "Meis@M",
13-
"email": "info@phpbb-seo.org",
14-
"homepage": "http://www.phpbb-seo.org/",
13+
"email": "info@phpbb-seo.ir",
14+
"homepage": "http://www.phpbb-seo.ir/",
1515
"role": "Lead Developer"
1616
},
1717
{
@@ -20,17 +20,18 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.4.2"
23+
"php": ">=7.1.0"
2424
},
2525
"extra": {
2626
"display-name": "Related Topics for phpBB-SEO",
2727
"soft-require": {
2828
"phpbb/phpbb": "3.2.*@dev"
2929
},
3030
"version-check": {
31-
"host": "version.phpbb-seo.org",
32-
"directory": "/",
33-
"filename": "related.json"
31+
"host": "phpbb-seo.github.io",
32+
"directory": "/versions",
33+
"filename": "relate.json",
34+
"ssl": true
3435
}
3536
}
3637
}

config/services.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ services:
1010
phpbbseo.related.listener:
1111
class: phpbbseo\related\event\listener
1212
arguments:
13-
- @config
14-
- @auth
15-
- @template
16-
- @user
17-
- @cache
18-
- @dbal.conn
13+
- '@config'
14+
- '@auth'
15+
- '@template'
16+
- '@user'
17+
- '@cache'
18+
- '@dbal.conn'
1919
- %core.root_path%
2020
- %core.php_ext%
21-
- @?phpbbseo.usu.core
21+
- '@?phpbbseo.usu.core'
2222
tags:
2323
- { name: event.listener }
2424

0 commit comments

Comments
 (0)