• Please be aware that you need a valid XenForo license to download our XenForo products. If you do not have a valid license, you will not be able to access any purchased products.

    Please click here to validate your XenForo license.

DragonByte eCommerce 1.3.0b2

Change log

Feature: The API overlay now has a "copy to clipboard" button
Feature: All API endpoints now have docblock comments, so you can generate documentation via the command line
Change: The "Add product" buttons in the AdminCP have been condensed into a single drop-down menu
Change: Changed the icons for the "Add Product" buttons in the front-end
Fix: Fixed an issue where order fields would have their values double-escaped when posting the resulting thread
Fix: FIxed an issue where a clean install of v1.3.0 would fail due to an incorrect default value for one of the options

Release notes

Hot on the heels of the XenForo 2.1 exclusive v1.3.0 is this second update, with some minor changes as well as a few fixed bugs.

In the back-end, there have been many API changes, and it is now possible to generate API documentation specifically for your forum by running php cmd.php xf-dev:generate-api-docs DBTech/eCommerce --renderer=xf2Html --target=docs.txt --force to create a docs.txt file with XF2 pretty-printed API docs. The output, when added to a Page node, will be something like this:D

(API key generation is not live yet here @ DBTech, as the things I'm plotting aren't quite ready yet ;) )

The "Add Product" buttons in the AdminCP were a little bit unwieldy on mobile devices, so they have now been condensed into a single drop-down menu.

In terms of bug fixes, an issue affecting clean installs, and an issue affecting the "Order fields" double-escaping the values when posting its thread, have been resolved.
Back
Top