From 6c941d7ce90d6d2f3b0f9e65efa698119f421cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gully?= Date: Fri, 26 Oct 2012 22:00:05 +0200 Subject: [PATCH] prepare 2.0.4 --- README.md | 10 +++++----- package.json | 2 +- server/config.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 91739622..ee1484cf 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ Here is an example of a basic communication between client and server: * 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.3/server/data/ folder (777 or write permission for the web server) + * write access to the phpfreechat-2.0.4/server/data/ folder (777 or write permission for the web server) * No database ! ## Quick start installation Include phpfreechat plugin in your html ``: ```html - - + + ``` Add a piece of HTML in your `` where you want the chat to be displayed: @@ -86,11 +86,11 @@ 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 - + ``` ## Parameters client side diff --git a/package.json b/package.json index 635c2a79..a7739c10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpfreechat", - "version": "2.0.3", + "version": "2.0.4", "author": "Stéphane Gully ", "homepage": "http://www.phpfreechat.net", "license": "MIT", diff --git a/server/config.php b/server/config.php index e0ab950e..d6a66bf6 100644 --- a/server/config.php +++ b/server/config.php @@ -1,7 +1,7 @@