diff --git a/composer.json b/composer.json index a948fc2..6c3d160 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "mChat Extension for phpbb 3.1.x", "homepage": "http://www.dmzx-web.net", - "version": "0.0.6", + "version": "0.0.7", "time": "2015-03-10", "keywords": ["phpbb", "extension", "mchat"], "license": "GPL-2.0", diff --git a/migrations/mchat_schema.php b/migrations/mchat_schema.php index d6703c2..de3e0a6 100644 --- a/migrations/mchat_schema.php +++ b/migrations/mchat_schema.php @@ -20,7 +20,7 @@ class mchat_schema extends \phpbb\db\migration\migration array('config.add', array('mchat_on_index', true)), array('config.add', array('mchat_new_posts', false)), array('config.add', array('mchat_stats_index', false)), - array('config.add', array('mchat_version','0.0.6')), + array('config.add', array('mchat_version','0.0.7')), array('permission.add', array('u_mchat_use')), array('permission.add', array('u_mchat_view')), diff --git a/styles/prosilver/template/mchat_avatars.html b/styles/prosilver/template/mchat_avatars.html index a251eb4..2879b69 100644 --- a/styles/prosilver/template/mchat_avatars.html +++ b/styles/prosilver/template/mchat_avatars.html @@ -4,7 +4,7 @@
\ No newline at end of file diff --git a/styles/prosilver/template/mchat_no_avatars.html b/styles/prosilver/template/mchat_no_avatars.html index e53a7b5..5fde7d7 100644 --- a/styles/prosilver/template/mchat_no_avatars.html +++ b/styles/prosilver/template/mchat_no_avatars.html @@ -1,3 +1,3 @@ - + \ No newline at end of file