Changes in version 1.4:
Added Pagination fix proposed by F3ar 15/Aug/10, (Sun) 07:40 pm
Fix Database category security issue 15/Aug/10, (Sun) 07:38 pm
Fix CSRF Exploits. Soon to be released. 15/Aug/10, (Sun) 07:37 pm

Changes in version 1.3RC5:
Updated Security Release. Fixed Exploit in 1.3RC4 - 1.1 18/Mar/10, (Thu) 07:11 am

Changes in version 1.3RC4:
Fix Avatar width and height settings now work. 16/Mar/10, (Tue) 12:25 pm
Updated Plugin system has own directory for language files. 16/Mar/10, (Tue) 10:28 am
Updated Title plugin gains overhaul and new features. 16/Mar/10, (Tue) 10:28 am
Fix Plugin loaded check. Again. 15/Mar/10, (Mon) 02:18 am
Added Whole new session and cookie checking with login check to `session.php` 15/Mar/10, (Mon) 02:12 am
Removed Session checking and login coding inside of session.php 15/Mar/10, (Mon) 02:12 am

Changes in version 1.3RC3:
Removed Ninkobb.com items from template. 13/Mar/10, (Sat) 12:13 am
Added Automatic category selection when starting a new topic inside of a category. 13/Mar/10, (Sat) 12:11 am
Fix Error when no topics had been made in admin panel. 13/Mar/10, (Sat) 12:10 am
Removed Subject character warning 13/Mar/10, (Sat) 12:06 am
Fix Captcha plugin issue with headers 13/Mar/10, (Sat) 12:06 am

Changes in version 1.3RC2:
Updated Installation version SQL, had old 1.2 09/Mar/10, (Tue) 04:45 am
Fix BBCode Quoting bug in 1.3RC1. Would not allow nested quoting. 09/Mar/10, (Tue) 04:44 am
Fix Duplicate plugin loading issue. Missed function in hook.php 09/Mar/10, (Tue) 04:35 am

Changes in version 1.3RC1:
Fix NinkoBB powered by link 09/Mar/10, (Tue) 01:49 am
Added Gravatar fallback for when users haven't uploaded an icon. 08/Mar/10, (Mon) 10:43 pm
Removed Ninkicons 08/Mar/10, (Mon) 10:42 pm
Fix Updated `language` parsing to use alternative functions incase users don't have mb_string enabled. (Bug #3) 03/Mar/10, (Wed) 07:23 pm
Updated Plugin page with descriptions & Previous plugins versions 03/Mar/10, (Wed) 04:54 am
Fix Having duplicate entries of a plugin inside the database no longer takes down entire site with errors. 03/Mar/10, (Wed) 04:38 am
Feat New plugin `BBCBar` instead of hardcoded bbcode bar. 03/Mar/10, (Wed) 04:33 am
Added Warnings inside of upgrade script to backup database just in case of error. 03/Mar/10, (Wed) 04:32 am
Fix Redirect upon addition of post. 02/Mar/10, (Tue) 07:07 am
Added Redirect upon deletion of post 02/Mar/10, (Tue) 07:06 am
Added Category expansion as requested by `anonyuza` 02/Mar/10, (Tue) 03:56 am
Fix Quoting had included line-breaks inside them. 01/Mar/10, (Mon) 03:00 pm
Fix Page stretching on posts 01/Mar/10, (Mon) 02:55 pm
Fix Allow users to edit post without getting categories error 01/Mar/10, (Mon) 02:04 pm
Fix Cookies were saving as user instead of login 01/Mar/10, (Mon) 09:34 am
Fix Fixed `category` errors on editing of a reply 01/Mar/10, (Mon) 09:02 am
Added Updating of category to topic replies upon change of category. 01/Mar/10, (Mon) 08:59 am
Added Categories management to manage topics in admin panel 01/Mar/10, (Mon) 05:17 am
Fix `forum_count()` the way it was wouldn't allow user post count 01/Mar/10, (Mon) 01:42 am
Removed Support for user only posting category option 01/Mar/10, (Mon) 12:48 am
Added Category admin, moderator, user options 01/Mar/10, (Mon) 12:28 am
Fix Installation to include `interests` limiting in configuration 28/Feb/10, (Sun) 06:44 pm
Updated Installation and Upgrade script with new SQL data 28/Feb/10, (Sun) 06:44 pm
Updated `Categories` SQL with new fields for admin and specific user only topics / posting 28/Feb/10, (Sun) 06:36 pm
Feat Categories working throughout whole script, listing, viewing, editing posts to different categories. 27/Feb/10, (Sat) 04:51 am
Updated `forum_count()` to count topics and posts inside of categories 27/Feb/10, (Sat) 04:08 am
Added Category management. Deleting still needs to be done. Adding and Editing is done 27/Feb/10, (Sat) 04:07 am
Updated Forum `parse()` function to reflect new changes on query insertion. 26/Feb/10, (Fri) 05:15 pm
Removed Parsing before query insertion, validation and minor parsing left in. 26/Feb/10, (Fri) 05:15 pm
Fix & being encoded to & amp ; everywhere. 24/Feb/10, (Wed) 03:57 am
Updated Template files to look good in source code - Personal Preference 19/Feb/10, (Fri) 05:37 pm
Updated Theme to use tables for `topics`, and `categories` 19/Feb/10, (Fri) 02:36 pm
Updated Multiple files with changes to `fetch` and `forum_count` 19/Feb/10, (Fri) 02:35 pm
Fix Admin panel error with `manage posts`, Gave error with no posts. 19/Feb/10, (Fri) 02:34 pm
Updated Changed variables for `topics` and `stickies` reducing SQL calls and simplifying. 19/Feb/10, (Fri) 02:13 pm
Fix Upgrade script with new database layer 19/Feb/10, (Fri) 01:34 pm
Updated BBCode parse function with `hooks` 19/Feb/10, (Fri) 01:48 am
Updated Forum functions with category features. 19/Feb/10, (Fri) 01:45 am
Updated `Account` to include `birthday` field 19/Feb/10, (Fri) 01:44 am
Removed Required birthday field from `install` and `registration` 19/Feb/10, (Fri) 01:43 am
Removed SQLite changes 19/Feb/10, (Fri) 01:12 am
Feat Fixed all insertion queries inside the installer 16/Feb/10, (Tue) 11:57 pm
Updated MySQL Queries to work with SQLite and MySQL 16/Feb/10, (Tue) 11:56 pm
Fix SQLite database layer, parsing coding for creating database. 16/Feb/10, (Tue) 10:08 pm
Updated Adding `categories` and `database` handling to upgrade script 16/Feb/10, (Tue) 05:18 pm
Updated Added `categories` SQL data inside of installer script 16/Feb/10, (Tue) 04:39 pm
Updated Language file edits, spacing and commenting 16/Feb/10, (Tue) 01:40 pm
Added Database Abstraction Layer added. 16/Feb/10, (Tue) 01:13 pm
Updated Updated installer with language support / database layer support & extra security. 16/Feb/10, (Tue) 12:38 pm
Changelog v3.0 by: nijiko