As of v26.1.0 the internal name of this plug-in is UNITEDCODES_SPINNER_ACTIONS. Up to and including v23.1 it was UC_SPINNER_ACTIONS.
APEX identifies a plug-in by its internal name, so a new version does not replace an older installation:
- On APEX 26.1 and later the import stops with
ORA-00001: unique constraint (APEX_260100.WWV_FLOW_PLUGIN_APEXLANG_UK) violated. Nothing is installed and nothing in your application is changed.
- On APEX 24.2 and earlier the import adds a second plug-in instead of replacing the old one. Both are listed as UC - Spinner Actions, and your existing dynamic actions keep running the old version.
There are three ways to upgrade, described in UPGRADE.md in the download:
- Delete and re-select - remove the old UC - Spinner Actions plug-in (internal name
UC_SPINNER_ACTIONS), import the new version, then re-select the action UC - Spinner Actions in every dynamic action that used it.
- Rename inside an application export - export the application, replace
UC_SPINNER_ACTIONS with UNITEDCODES_SPINNER_ACTIONS, import it back. No dynamic action has to be edited, which makes this the option to pick when an application contains many of them.
- Run both versions side by side - keep the old plug-in under a different name while you move dynamic actions over one at a time.
Whichever you choose, it is a one-time step: all later upgrades install over the previous version normally.