Changelog: Dwi - 2026-06-19
Daily Changelog - Waste Vantage Legacy
Overview
Today's changes by Dwi focus on compiling, deploying, and cache-busting frontend assets for the staging environment. Key actions include updating built CSS/JS assets, updating Select2, Stripe Client, and TinyMCE plugins in public directory paths, and renewing the mix manifest with unique version identifiers.
Added
- None.
Changed
- Asset Compilation and Live Deployment (
public/mix-manifest.json,public/js/,public/css/)- Updated production compiled Javascript (
app.js,front.js,frontframe.js,stripe-client.js) and stylesheet files (app.css,front.css,select2.min.css,chart.min.css). - Generated new Webpack Mix version hash mapping keys in
mix-manifest.jsonfor proper cache bust control on client browsers. - Refreshed TinyMCE and dependencies (visualblocks, visualchars, code, theme, icons) within the public vendor assets directory to align with live environment expectations.
- Updated production compiled Javascript (
Fixed
- None.
Removed
- None.