Version 2.0.1

This commit is contained in:
dmzx
2017-04-28 08:00:39 +02:00
parent 28f847ecff
commit 6405c7c7ab
45 changed files with 398 additions and 135 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "dmzx/mchat",
"type": "phpbb-extension",
"description": "mChat Extension",
"description": "mChat",
"homepage": "https://github.com/kasimi/mChat",
"version": "2.0.0",
"time": "2016-10-20",
"version": "2.0.1",
"time": "2017-02-03",
"keywords": ["phpbb", "extension", "mchat"],
"license": "GPL-2.0",
"authors": [
@@ -39,10 +39,9 @@
"phpbb/phpbb": ">=3.1.8-RC1,<3.3.0@dev"
},
"version-check": {
"host": "kasimi.github.io",
"directory": "/mChat",
"filename": "mchat_version.json",
"ssl": true
"host": "www.phpbb.com",
"directory": "/customise/db/extension/mchat_extension",
"filename": "version_check"
}
}
}