Upgrade from 7.x-2.x to 7.x-3.x is not supported. If you need assistance, please contact me @ justy.
Nightly development build/snapshot of the Views number field calculate module for Drupal 7.x.
The 7.x-2.0 branch removes the code which provides SOAP functionality, in preparation for Akamai disabling CCU's support for SOAP in favor as REST.
Changes since 7.x-1.7:
* Converted inconsistent ID selectors to name selectors for textareas in ajax forms.
* Replaced jQuery.is('.class') usage with the faster hasClass() method
* Removed deprecated escape/unescape/toGMTString methods.
* Removed deprecated jQuery browser/size/unload
Changes since 7.x-1.8:
* Allow administrators edit User-1 profile.
* Fix/prevent misconfigurations where anonymous users are given unrestricted access.
* Terminate earlier on init if conf is missing.
* Bind global error handler on successful init.
* Updated jquery.form.js. Got rid of iframe upload and html response for modern browsers that support FormData object.