Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set cache headers for these locations

Implementing cache busting for customization assets

  • Create a PHP file inĀ {customization folder}/system_overrides/releaseNumber.php (or pick any other file name)

  • Add a function called getReleaseNumber(), have it return a string of your choosing

  • Change it whenever you need to invalidate your static assets.