From 7a6f9b64e0dfbd6f5c68d11fb3d718b898ad9fe5 Mon Sep 17 00:00:00 2001 From: Dan Montgomery Date: Mon, 26 Dec 2011 12:54:19 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e008d3b..b3ba02a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ ##Installation Copy the included files to their appropriate locations in the application/ folder. Import bitauth.sql into your database. **If you would like to change the names of the tables BitAuth uses, you can change them in this .sql file, and must also change them in config/bitauth.php**. +##Updating +If updating from v0.1.x, there is a convert() function in the Example controller. This will modify the structure of your groups table, as well as convert any roles you have stored to the new format. This function uses base_convert(), which means results may vary depending on the machine you're running this on. After upgrading, be sure to check the roles in your groups for accuracy. + ##Notes As of v0.2.0, php-gmp is no longer used. The structure of the bitauth_groups table has changed, as well.