Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.83.md for this page in Markdown format</div>
Version 4
version 4.83
- [4.83.0] feat: Introduced main theme template UI update
- [4.83.0] feat: Added
FakeDataSeedseeder to generate fake data for SaaS onboarding
Notes
[4.83.0] Need
npm ci && npm run production
[4.83.0] Add
DEMO_DATA_EDITIONvariable to.envfile:- Defaults to
pharmacy, options arepharmacy,fashionandbookstore
- Defaults to
[4.83.0] Skip in existing clients:
- Merge each client branch up through version
4.82 - Resolve any conflicts
- Merge only version
4.83, discarding changes from master and keep client overrides to preserve their codebase - (UI update applies only to new clients opened manually or via ecommercen onboarding app; seeder is for SaaS onboarding)
- Keep going with versions ahead of
4.83
- Merge each client branch up through version
[4.83.0] Running the seeder:
- If you want fake data in a new instance:bash
php migrator.php seed:run --seed=FakeDataSeed - If you do not want fake data, either omit running the seed command (for example, run only the
InitialSeed->php migrator.php seed:run --seed=InitialSeed) or set theshouldExecuteflag tofalsein theFakeDataSeedclass.
- If you want fake data in a new instance: