Skip to content

EasyPopulate V4 4.0.35 ZC Release

Compare
Choose a tag to compare
@mc12345678 mc12345678 released this 30 Apr 03:59
· 214 commits to master since this release
  • 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 &&).