- AUN is not counted when showing the used amount add-ons from the limit
- The backend already had this, but frontend didn't correctly indicate it.
- Exclude legacy add-ons, thanks @SeToY
- Not checked
- Not counting toward limit
- Not showing any indicators
Some forum owners seem to have missed the detail about setting up an API key for the add-on to work, so we now also show a message at the top of the add-on page so they notice it at some point
- Some phrases had been added during development when we tested the 90-prefix in versioning.
- This release resets them to be on version 1010391 rather than previous wrong value of 901000070
Since it was requested by a few customers to allow more add-ons, we decided to add 2 new tiers..
If you currently have e.g. 60 extra add-ons and choose to upgrade to 120 extra, the remaining days on your current license will be prorated, e.g. 50 days remaining on license @ 60 extra add-ons becomes 25 days remainings @ 120 add-ons + 1 year from that date.
Since @Xon has started using a special versioning format to streamline their development, we needed to update our backend to be able to map their released version_string values to the actual version_id values used.
This is a backend change so there is no need for updating the add-on on your site, and you should start getting update notifications for Xon's add-ons correctly again.
Don't show version/download/changelog info in the "Upgradeable" box.
(When FTP uploading zip archive with new version)
We added a new section to our site that highlights new/fresh and trending add-ons that might be of interest.
The existing "best Xenforo Add-ons" page only highlights the most used ones, which favors older add-ons that have been around a long time and therefore will likely have more installs.
This new section is more dynamic and will boost newer add-ons higher up to promote new and popular add-ons as well.
Currently, the formula is a quite basic number of installs / days since release, but...
By default (since this update) the download button has been set to download directly from xenforo.com if possible. This release adds the option to prefer downloading from developer's own site if it exis
A bunch of add-ons are using the 90-prefix to bump down the version_string, while still using a larger number.
We had code in the backend to handle this when parsing the version from add-on pages, but had forgotten to add logic that could automatically notice & mark these add-ons as using the "90-prefix/hack". So a couple add-ons in our system were being parsed as using "normal" versioning.
Because of this a couple of add-ons have not been reported as having updates when your forums' have...
- Basically a fix to hide the "update available" info and buttons for add-ons that are disabled.