diff --git a/README.md b/README.md index 51dafc9d..7368f23d 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ * A server with: * php >= 5.3.0 ([Slim framework](https://github.com/codeguy/Slim/blob/master/README.markdown#system-requirements) dependency) * apache server with mod_rewrite and .htaccess enabled - * write access to the phpfreechat-2.0.5/server/data/ and phpfreechat-2.0.5/server/log/ folder (777 or write permission for the web server) + * write access to the phpfreechat-2.1.0/server/data/ and phpfreechat-2.1.0/server/log/ folder (777 or write permission for the web server) * No database needed ! ## Quick start -Download [phpfreechat-2.0.5.zip](http://www.phpfreechat.net/download) and unzip it in the root folder of your Web server. +Download [phpfreechat-2.1.0.zip](http://www.phpfreechat.net/download) and unzip it in the root folder of your Web server. JQuery should be included in your html `` before the phpfreechat code: ```html - + ``` Include the phpfreechat plugin in your html ``: ```html - - + + ``` Add this piece of HTML in your `` where you want the chat to be displayed: @@ -36,7 +36,7 @@ Add this piece of HTML in your `` where you want the chat to be displayed: The add this piece of code just after (it will hook the chat on the page): ```html ``` @@ -50,9 +50,9 @@ phpfreechat is released with few themes. You can choose which one you want to us To select the theme, you only have to change one line in your html ``. To use the `default` theme: ```html - + ``` or this code for `carbon` theme: ```html - + ``` diff --git a/package.json b/package.json index c4a04000..9ac453f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpfreechat", - "version": "2.0.5", + "version": "2.1.0", "author": "Stéphane Gully ", "homepage": "http://www.phpfreechat.net", "license": "MIT", diff --git a/server/config.php b/server/config.php index 712fe350..12bc368a 100644 --- a/server/config.php +++ b/server/config.php @@ -1,7 +1,7 @@