You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full upgrade requires remove/install of the configuration settings, otherwise this version added a default to activate featured product that have an expiration date that is "blank" (0001-01-01)
Added a notifier to follow loading the admin header.php file to support adding jquery related loads in a logical location rather than forcing the use of an alternative notifier.
Modified the import of featured product to expand the capability and use of featured product management.
Incorporated data cleaning on import of basic attributes.
Modified import file to fallback to strlen comparison if mb_strlen is not installed/active on a site.
Expanded the use of the code with systems that do not have mb_
Added language fallback to english capability if the SESSION['language'] folder does not exist for EP4 menus.
Modified one import bitwise operator to a comparison operator (& to &&).