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
(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.