Skip to content

<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>

Home | Changelog

Version 4

version 4.83

  • [4.83.0] feat: Introduced main theme template UI update
  • [4.83.0] feat: Added FakeDataSeed seeder to generate fake data for SaaS onboarding

Notes

  • [4.83.0] Need

    • npm ci && npm run production
  • [4.83.0] Add DEMO_DATA_EDITION variable to .env file:

    • Defaults to pharmacy, options are pharmacy,fashion and bookstore
  • [4.83.0] Skip in existing clients:

    • Merge each client branch up through version 4.82
    • Resolve any conflicts
    • Merge only version4.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
  • [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 the shouldExecute flag to false in the FakeDataSeed class.