Release 2.7.4 (2012-07-04)
------------------------------------------------------------------------------

* Update script issue fix when did not update from 2.4.30
* Payza payment gateway
* Bug fix when shopping cart did not generate subscribable invoices
* 2Checkout gateway updates
* Does not list hidden products by default in guest/product/get_list call
* Ability to remove order with addons.

Release 2.7.2 (2012-07-02)
------------------------------------------------------------------------------

* Pass hosting account password to email template as variable
* Whm server manager updates
* Set default currency if clients currency is not defined when preparing invoice for client
* Ability to call custom event hook on invoice item activation. New invoice item type - hook_call
* Parameter **execute** in admin/invoice/mark_as_paid now can activate related services immediately
* Order renewal logic parameter. Can select how renewal date is calculated
* added new field in client database to define authorization type
* admin/client/create password is not mandatory
* admin/client/get can now find client by email  
* Invoices duplicate listing issue fix
* Added Akismet checking for forum posts in spamChecker module
* Support for php-gettext if gettext extension is not installed on server.
* AliPay payment gateway updates
* Added Thank You page. Clients can be redirected after payment instead of invoice. 

Release 2.6.22 (2012-06-22)
------------------------------------------------------------------------------

* Invoice tax calculation bug fix
* Whm/Cpanel invalid body response issue updates
* Fixed order event hooks
* Can not create currency issue fix. Change currency price format from %price% to {{price}}. Solving an for servers where mod_security is enabled. 
* Fix for issue: Email templates are cached and does not auto refresh if BB_DEBUG mode is false
* Add message to notification center after client makes post to forum topic. Notification center extension must be enabled.

Release 2.6.17 (2012-06-17)
------------------------------------------------------------------------------

* New SolusVM VPS product type. Ability to import clients and existing servers from SolusVM master server. Full control from admin and client area.
* New product type BoxBiling license. Ability to sell BoxBilling licenses from any BoxBilling installation. Enable 
* Email templates are generated on first event occurrence. Until then it can not be managed.
* Ability to filter orders by invoice option: issue invoice manually or automatically.
* Ability to preview email templates. Old email templates are deprecated.
* Ability to place new order for clients from admin area 
* Ability to change currency price format
* Deprecated bb-library/Hook bindings. Now event hooks are binded from modules Service.php class
* php mcrypt extension is now mandatory
* Email settings are now stored in encrypted format
* Added ability to reset email template to default
* Moved email sending settings from *general settings* to *email templates* menu
* New dashboard widget to show active orders count grouped by products
* Updated Twig to 1.8.2 version
* Added ability to disable/enable automatic invoice issuing for orders
* SpamChecker is a module. Google recapthca and stopforumspam.com database checks can be simply enabled or disabled as any other module
* All extensions can call other extension event hooks
* All extensions can hook into cron job event
* Added new API methods **extension_config_get** and **extension_config_save** to store encrypted extension configuration data
* Admin layout contains more blocks. Gives more freedom for extensions developers. 
* Admin area dashboard statistics links now filters data for today and yesterday
* Ability to load custom listing template file for order index page
* Check if template file exists function for guest API guest.system_template_exists({"file":"mod_index_dashboard.phtml"})
* Ability to create admin account if none exists from admin area interface instead of login form.
* Default sort order for new products
* Products grouped by type can now be ordered on *slider* type form 
* Bug fix when installed in subfolder named same as one of the modules
* Client profile management page updates - split to sections
* Adding dotTk domain registrar to official version
* Adding Interkassa payment gateway
* Email registrar bug fixes
* Internetbs registrar bug fixes
* Ability to create custom products. These products can now be enabled and disabled as an extension
* Added loader spinner to admin area login form
* Added weekly pricing option for products
* Currency rate is saved in invoice on payment event
* Google Recaptcha now uses https
* Ability to add/remove forum topic to favorites
* Ability to subscribe/unsubscribe to forum message notifications
* Adding new field to extensions meta table - client_id

Release v2.4.30 (2012-04-30)
------------------------------------------------------------------------------

* Fixed bug when admin was not able to update order creation date in admin area
* Promo code can be recurrent or applied to first order only
* Promo code validation once per client
* PayPal gateway validates non latin characters IPNs correctly
* Ability to change how many times promo code was used
* Added ability for admin to issue new invoice for order
* Setup price promo code issue fix.
* More translations made available
* Show ticket notes counter in list and ticket
* Order renewal invoice due date is same a order expiration date
* Added version param to js and css files to avoid clear cache on update
* https links updates
* https://github.com/boxbilling/BoxBilling/issues/115 fix
* Password issue fix: https://github.com/boxbilling/BoxBilling/issues/114
* Including http://redbeanphp.com/ ORM in bb-library/rb.php For extensions as a helper 
* Simplifie nginx server support. Routing includes only 2 simple rules
* Adding new core module mod_api. Api is now accessible from yourdomain.com/api/role/module/method. bb-api is deprecated and will be removed in 2.6 version
* Gravatar url uses ssl if BoxBilling is on https
* Selectable refunds logic: generate refund invoice with paid invoice numbering or generate credit note
* New invoice status: "canceled". Invoice with canceled status are not counted into income.
* Invoice mark as paid with credits fix.
* Show task status and charge icons for invoice items for approved invoices
* Ability to remove clients balance
* Adding exception to PayPal gateway for HUF currency.
* Ability to install module from extensions site
* Ability to filter invoices by paid_at date in url param
* Adding config field for license service for more possibilities
* https://github.com/boxbilling/BoxBilling/issues/113 update
* Mail issue fix when port number was not recognized
* Stats module update: Income is counted on paid_at date not created_at date
* onBeforeClientProfileUpdate Event updates. Now receives currently logged in client data.
* Invoice API returns more information
* Display currency selector only if more than one currency is available
* Hosting account password is generated on order activation action
* Removing favicon to avoid overwriting on update
* Added zip code management to invoice client credentials
* Whm/Cpanel server manager update. Do not try to exceute command again if response failed
* Translations fix
* Typo fix in order management page
* WebToPay payment adapter updates
* Admin area dashboard updates. Clickable titles.
* Adding missing email templates for closing ticket event
* Client area popup close button style fix
