Version 1.5 FINAL
Version 1.5 beta 3
Version 1.5 beta 2
Version 1.5 beta 1
Version 1.5 alpha 3
Version 1.5 alpha 2
Version 1.5 alpha 1
Version 1.1
Version 1.0
Version 0.5
Version 0.4
Version 0.3
Version 0.2
Version 0.1
Version 1.5 FINAL
- More add_forum() fixes (Pita)
- Updated documentation (Pita)
- Added edit_post() function (Pita)
- Added ipb_version() function (Pita)
- Added get_post_attachments() function (Pita)
- Added check_anti_spam() function (Pita)
- Added antispam example (Pita)
Version 1.5 beta 3
- Unmodularised SDK for practicality reasons (Pita)
- Fixed add_forum return and concurrency issues (Pita)
- Added new function register_anti_spam (Pita)
- Added new function anti_spam_image (Pita)
- Added new function anti_spam_image_html (Pita)
Version 1.5 beta 2
- SDK was modularised! (Pita)
- attachment_info function added - currently undocumented (Pita)
- attachment_image function added - currently undocumented (Pita)
- attachment_thumb function added - currently undocumented (Pita)
- cookie {blank} bug fixed. (Pita)
- various other bugs fixed. (Pita)
Version 1.5 beta 1
- Fixed get_css() img_dir bug (Pita)
- Fixed forumname bug in add_forum() (Pita)
- Fixed get_advinfo() query (Pita)
- Updated Documentation (Pita)
- Fixed get_topic_info() query (Pita)
- Fixed list_topic_posts() query (Pita)
- Fixed add_post() cache bug (Pita)
- Fixed new_topic() cache bug (Pita)
- Fixed add_post() guestname bug (Pita)
- Fixed new_topic() guestname bug (Pita)
- Fixed strange get_css() bug (Pita)
- New ignore_member function (Pita)
- New unignore_member function (Pita)
- New list_ignored_members function (Pita)
Version 1.5 alpha 3
- parse_incoming bug fixed (Pita)
- IPB version Detection added (Pita)
- 'IN IPB' bug fixed (Pita)
- get_avatar() bug fixed (Pita)
- Code streamlined, queries removed (Pita)
Version 1.5 alpha 2
- User list bug fixed (Pita)
- Emoticon dir bug fixed (Pita)
- bbcode2html() bug fixed (Pita)
- Login bug fixed (Pita)
- Logout bug fixed (Pita)
- IPB cache bugs fixed (Pita)
- MySQL driver bug fixed (Pita)
Version 1.5 alpha 1
- IPB SDK made compatible with IPB 2.0 (Pita)
Version 1.1
- list_online_members bug fixed (Cow)
- get_active_count bug fixed (Cow/CirTap)
- PHPDoc comments fixed (CirTap)
- login2.php example bug fixed (astralbaby)
- New get_num_new_posts function (CTiga)
- New "ultimate config settings finder" (CirTap/Cow)
- folders.php setting finder included in examples/ folder (CirTap)
- "Error messages explained" guide included (CirTap)
- New PHPDoc Comments in CHM, HTML format avaliable (CirTap)
- IPBSDK::dbg_print() avaliable for debugging (CirTap)
- New login_redirect.php example (CirTap)
- Code cleaned up (CirTap)
- Hardcoded language removed (CirTap/Cow)
- New "Run Script as Another User" Example (Cow)
- New Smarty Portal Example (CirTap)
- Debugging added to Examples, new examples index page (CirTap)
- Added missing table prefixes to get_info() and login() (CirTap)
- Optimized Code (CirTap)
- New attribute to turn off STYLE tag in get_css() (CirTap)
- create_account() returns new member's ID on success (CirTap)
- add_forum() returns the new forum's ID on success (CirTap)
- SDK_Calendar::add_event() returns new events ID on success (CirTap)
- New German Language Pack (CirTap)
- New French Language Pack Bundled (Originally by Foxrer) (http://www.ipbr-fr.com/forums/index.php?showforum=44)
Version 1.0
- Base Code Rewrite
- Module Factory System Implemented
- list_cache_stores function
- get_cache_store_value function
- set_cache_store_value function
- get_board_stats function
- get_category_info function
- list_categories function
- sdk_set_language function
- search_cache_store function
- get_exectime function
- update_member function
- new_category function
- list_online_members function
- get_querycount function
- set_user_skin function
- list_skins function
- get_skin_info uses sid for consistancy
- html2bbcode function
- bbcode2html function
- parse_dohtml function
- list_emoticons function
- get_pm_info no longer marks messages as read by default
- update_custom_field has bypass perms switch
- simple_search function
- get_search_results function
- get_active_count function
- mail_member function
- add_post and new_topic parameter added for guestname
- list_members function
- get_member_pips function
- get_member_icon (With Pips in Current User Skin) function
- list_forum_topics accepts * and array of forums
- list_topic_posts accepts * and array of topics
- new_poll function
- get_birthday_members function
- add_post Posting Bug Fix (Thanks Ripper)
- sdk_date bug (Thanks nikoms)
- get_groupinfo function (Thanks ctiga)
- login function allows non-persistant logins (Thanks ctiga)
- Bug with some special characters in login fixed.
- add_contact bug fixed
- list_forum_topics returns more information
- get_css function added
- New Help Module
Version 0.5
- (0.5.2) list_forum_topics forcing random sort bug fixed
- (0.5.2) list_topic_posts forcing random sort bug fixed
- (0.5.2) get_avatar bug when retrieving other member's avatars fixed (Thanks to miriyasterling)
- (0.5.2) More dodgy sorting bugs in list_forum_topics and list_topic_posts fixed (Thanks to ctiga)
- (0.5.1) list_forum_topics documentation corrected (Thanks to Shihiko)
- (0.5.1) list_topic_posts filter argument now accepts orderby element
- (0.5.1) list_forum_topics filter argument now accepts orderby element
- (0.5.1) get_avatar made more efficent
- (0.5.1) get_topic_info documentation corrected (Thanks to Shihiko)
- (0.5.1) ipbsdk_date function added
- (0.5.1) get_skin_info function added
- get_poll_info function added
- get_poll_total_votes function added
- pollid2topicid function added
- Fixed IP Address Bug (Thanks to Eden)
- Caching Added to get_num_folder_unread_pms function
- ipbsdk_info function added
- vote_poll function added
- nullvote_poll function added
- pm_move_message function added
- pm_folder_exists bug fix
- get_raw_sig function added
- update_sig function added
- get_photo function added
- update_photo function added
- new_topic function added
- list_topic_posts function added
- get_topic_info function added
- add_post function added
- get_post_info function added
- add_forum function added
- list_forum_topics function added
- get_forum_info function added
- get_member_postable_forums function added
- get_member_readable_forums function added
- get_member_startable_forums function added
- is_forum_readable function added
- is_forum_postable function added
- is_forum_startable function added
Version 0.4
- (0.4.1) list_customfields returns blank array if no custom fields
- Caching added to id2name function
- Code Sample in is_ingroup function documentation corrected
- pm_folderid2name function added
- markread attribute added to get_pm_info function
- convert attribute added to get_pm_info function
- recipient_name now returned in get_pm_info and list_pms functions
- get_num_folder_unread_pms function added
- get_pm_space_usage function added
- login function bug fixed
- Anonymous Login added to login
- save_pm function added
- delete_pm function added
- get_contacts_list function added
- add_pm_folder function added
- rename_pm_folder function added
- Invalid SQL produced in create_account function bug fixed - Thanks to dbfury
- empty_pm_folder function
- remove_pm_folder function
- get_blocked_list function
- pm_mark_message function
- add_contact function
- block_contact function
Version 0.3
- Basic Caching System Introduced
- id2name function
- Code Sample in write_pm function documentation corrected
- is_ingroup function added
- get_num_folder_pms function
- get_advinfo function uses caching system
- get_advinfo returns custom profile field information
- get_skin_id function added
- get_customfield_value function added
- list_customfields function added
- pm_folder_exists function added
- Sent Items Folder support in write_pm function
- PM Sender Example Updates to include Sent Item Support
- update_customfield function added
Version 0.2
- ipbsdk_error function
- ipbsdk_version function
- get_advinfo function
- experimental write_pm function
- is_pmblocked function
- name2id function
- poll_voted function
Version 0.1
- First Public Alpha Release