bee_colony 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bee_colony-6.x-2.x-dev.tar.gz | 21.91 KB | f41723538bda7e84fb8c2074b9cece30 |
| bee_colony-6.x-2.x-dev.zip | 26.02 KB | 76fe6e0dae06884fcd4b369f754e4656 |
Release notes
Implementation of bee_colony_user module
bee_colony 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| bee_colony-6.x-1.0-beta3.tar.gz | 19.83 KB | 59a3311e9f8389ca4bbc72db8ae3bb0f |
| bee_colony-6.x-1.0-beta3.zip | 22.35 KB | cfaf93f5b83ac2771672ffa16c5dfb0f |
Release notes
Critical BugFix in product.delete: Model was assumed as integer. Now properly checks for string type in addition to integers.
bee_colony 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| bee_colony-6.x-1.0-beta2.tar.gz | 19.79 KB | 68918f0fe1a229122c7ab6ff56e822dc |
| bee_colony-6.x-1.0-beta2.zip | 22.32 KB | 991227ccf975e04250c26c1b0b5cfcf5 |
Release notes
Bug fixes. refer to Changelog
bee_colony 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| bee_colony-6.x-1.0-beta1.tar.gz | 19.27 KB | df4235ed1892b85a9c9e8f16a61f695a |
| bee_colony-6.x-1.0-beta1.zip | 22.68 KB | 35593b0efc27522cfda1bf3a04938fff |
Release notes
FIX: "beeColony.productInsert" Some internal paths hardcoded to test site.
FIX: "beeColony.productInsert" Modified some text strings.
FIX: "beeColony.productInsert" now properly updates description and weight for existing taxonomy terms.
FIX: "beeColony.orderUpdate" now uses uc_order_update_status() so ubercart can trigger conditional actions.
FEATURE: "beeColony.productInsert" status key to control if product node is published.
FEATURE: "beeColony.purgeOrphanTaxonomy" new method to delete catalog taxonomy terms with no products.
FEATURE: "beeColony.productInsert" Support for multiple product types (ie. created with ubercart classes).
Product type "product_kit" throws an error, due to future Product Kit module support.
bee_colony 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| bee_colony-6.x-1.x-dev.tar.gz | 21.23 KB | 02d40c51411187be707213c44c577def |
| bee_colony-6.x-1.x-dev.zip | 23.77 KB | c558682ec7eccff2a0a1d068eb54761c |
Release notes
Initial release.
Actual available commands:
- beeColony.ordersGetByStatus(status)
- beeColony.ordersGetAll()
- beeColony.orderUpdate(id, data)
- beeColony.orderProductsGet(orders)
- beeColony.orderProductsUpdate(id, sku, data)
- beeColony.ordersGetXML(status)
- beeColony.ordersGetAllXML()
- beeColony.productGet(sku)
- beeColony.productInsert(product, images*, taxonomy*, force_update*)
- beeColony.productUpdate(product, images*, taxonomy*)
- beeColony.productDelete(sku)
* = optional
Refer to README.TXT for help.