Extension management in CubeCart was reworked across four releases: a redeveloped marketplace in 6.6.0, visibility and toggle controls in 6.6.3, ownership in the hook registry in 6.7.0, and auto-update surfacing in 6.7.4. Individually minor, collectively they change how much you can see about what is running on your store.
Completely redeveloped for browsing and installing extensions. The practical effect is that finding and installing an extension is a supported flow rather than a hunt.

The marketplace, filtered by category, with an enable toggle and version selector on each extension. Click for full sized image
Two related fixes followed quickly, which tells you the first version had rough edges: 6.6.1 made the extension upgrade button active only when the version has actually changed, and 6.6.2 stopped the install redirect forcing a page change.
Three changes that together fix a genuine blind spot:
That middle one sounds trivial and is not. Being able to see at a glance which extensions are installed but disabled is how you find the plugin somebody turned off two years ago to test something and never removed. Disabled extensions are still files on your server, still potentially unpatched, and still a maintenance liability.
Covered in more detail in our article on the hook system, but the relevant part here: extensions became first class owners in the hook registry, and the manage hooks screen shows which extension owns which hook.
This is the tool for diagnosing extension conflicts. Two plugins attaching to the same checkout behaviour is a classic cause of intermittent faults, and previously you had to infer that from symptoms. Now you can look.
Plugin and extension auto-updates are surfaced on both the dashboard and the extensions page, so an available update is visible where you already look rather than only if you go hunting for it.
6.7.6 fixed a related annoyance: the “recent extensions” notification not clearing for stores west of UTC. A timezone bug, and one that made the notification useless for anyone in the Americas.
6.7.6 also made plugins that provide a gateway.class.php show their allowed and disabled zones, which is useful if you run several payment gateways with different geographic availability.
Three changes across these releases gave extensions capabilities they previously lacked, which matters if you use them or write them:
Trusted Smarty include paths (6.6.1). Extensions can register their own. Without this the 6.6.0 template security policy broke third party extensions outright.
Hook registry ownership (6.7.0). Extensions declare their hooks properly rather than registering anonymously.
Scheduled task registration (6.7.6). Through a new class.cron.tasks hook, an extension registers its own task, appearing in Scheduled Tasks with its own toggle, frequency, last run and last result, instead of sharing the single code snippets task. For anyone running several extensions with background work, this is the difference between seeing what ran and guessing.
Now that the information is available, it is worth acting on it. Twice a year is enough:
That last point is worth taking seriously. Every extension you can retire because core now covers it is one less thing to update, one less potential conflict, and one less unmaintained codebase running on your store.
Encoded files used to be tied to a specific PHP version by their encoder, so a PHP upgrade could break a commercial extension in ways that looked like a CubeCart fault. That is no longer the case with ours: every encoded extension we supply runs on all PHP versions from 7.4 up to and including 8.5, so moving your store to a newer PHP needs no rebuild and no new download. If you run encoded extensions from another vendor, it is worth confirming the same before you upgrade.
If you host your CubeCart store with us and want a hand auditing what is installed, or working out which extensions you no longer need, get in touch.