Update highlights
This version primarily focuses on Quality-of-Life updates for the order management flow in the AdminCP.
Furthermore, a potential fix has been added for "A non-numeric value encountered" that affects a very limited amount of users. As this issue cannot be replicated, there is no way to know if the fix worked, unfortunately.
Feature: New rebuild job: "Rebuild product cost caches"
Feature: Order log search criteria is now carried over when performing many actions
Fix: Ensure default direction is respected in the order log
Fix: Order log search would not correctly set selected values if you were filtering on a single order state
Fix: Potentially fix an issue with "A non-numeric value encountered"
Update highlights
This version primarily fixes an issue where it was not possible to complete an order if the order contained custom user fields. The root cause is a XenForo bug which will hopefully be resolved in a future version.
The SVG icon handling has also been improved, to prevent XenForo from trying to optimise SVG uploads if you have that setting enabled.
Change: Remove webp override
Change: Improve SVG icon handling
Fix: Work around XenForo bug triggered by orders with custom fields
This version contains two major improvements.
The first is integration with XenForo 2.3's "Optimize images" feature. Existing product icons can be optimized via a rebuild task in the AdminCP or via the CLI, and new icons will now respect the AdminCP setting.
The second major feature is a simplified address form. Prior to v4.1, both personal and business customers were shown the same address form on checkout/in their address books, which could be daunting for new customers, especially depending on the type of products you sell. Now, non-business customers will see a much simpler form; An address title, the name to appear on their invoice, and the country selector. This is the minimal information required to calculate taxes properly.
Another new feature is the replacement of many of the product select drop-downs (f.ex. when adding a new license) with a search box. This should help find the correct product if you have multiple products with similar or identical names, and stops you from wearing out the scroll wheel on your mouse if you have a lot of products.
Furthermore, a few reported bugs have been fixed.
Feature: Rebuild task: Optimize existing product icons
Feature: CLI command: Optimize existing product icons
Feature: Replace certain product select boxes with autocomplete
Feature: Simplified address form for personal customers
Change: Remove "None" in the address edit form
Change: Support decimal numbers for various "length" input boxes
Fix: Fix product image uploads when Image Optimization is enabled
Fix: Use minified payment.js on checkout
Feature: Add WebP support to product icons
Feature: Add JPG/JPEG support to invoice icons
Feature: Changing the MaxMind GeoIP license key will now immediately trigger a background update
Feature: Add version number to product overview page where applicable
Feature: License prefix can now be auto-assigned on product creation
Feature: More prominent "Your licenses" button on the product wrapper
Change: Any validation errors when creating or replying to a product update thread will now be logged in the XenForo error log
Change: Product wrapper now uses icons for Join Discussion and Get Support buttons
Change: Reduced template duplication for the product wrapper sidebar
Change: Better dynamic redirects when removing items from cart via the navbar menu
Change: Always show license key in the license drop-downs
Change: Add option to only fetch purchasable licenses to License repo function
Change: Remove user reference from certain navigation links that don't need it
Change: Refactored backend code
Change: Bump minimum PHP version to 7.4 and recommended version to 8.2
Change: Update dependencies to the latest version(s)
Fix: Fix MySQL errors when unsubscribing from Watched emails
Fix: Fix inverted check for the "Buy add-ons" button in the license list
Fix: Eliminate a couple of queries on product overview page
Fix: Fix PHP 8.4 compatibility issue
Release notes
!!!This version requires PHP 7.4+!!!
This version contains numerous quality-of-life updates, please see the changelog for the complete list.
In addition, a bug that inverted the check for the "Buy add-ons" button on a user's license list has been resolved. Whoops.
This version also refactors some backend code and fixes a compatibility issue with PHP 8.4.
Update highlights
This version resolves an oversight with the Shipping Method formula; previously,q
referred to the number of items being shipped, not the quantity. For instance, if you had 100 of Product A and 1 of Product B,q = 2
.
In this version,q = 101
.
If you would like to keep using the previous functionality, a new tokent
has been introduced that behaves like before.
Please check your shipping formula after updating if this applies to you.
Complete Change Log
Change: Fixed calculation of q and added t in Shipping Method formulae
Fix: Fix potential server error when checking if shipping method is applicable to any given order