Download Latest Version v2.4.8 source code.zip (60.3 MB)
Email in envelope

Get an email when there's a new version of bagisto

Home / v2.4.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-08 1.4 kB
v2.4.8 source code.tar.gz 2026-07-08 58.1 MB
v2.4.8 source code.zip 2026-07-08 60.3 MB
Totals: 3 Items   118.4 MB 1

:pencil2: Changes

  • Security fixes.

  • Added a "remove item" affordance to the storefront quantity selector: on the cart and mini-cart, when a line item's quantity reaches the minimum (1) the minus icon is replaced with a trash icon that removes the item. Enabled via an opt-in removable prop on the quantity-changer component (default off), so add-to-cart quantity selectors on product, bundle, grouped, booking, and wishlist pages keep their existing behavior.

  • Fixed the installer's .env parser (EnvironmentManager::getEnvVariable()) truncating environment values that contain an = (e.g. DB_PASSWORD="examplePassword="), which caused database authentication failures during php artisan bagisto:install even though the same .env worked with standard Laravel commands. Values are now split on the first = only; the parser also preserves spaces inside quoted values and matches keys exactly instead of by substring.

  • Made sitemaps channel-wise: a sitemap can now be assigned to one or more channels (via a new sitemap_channels pivot table), and the sitemap files are generated per channel — each using that channel's hostname, root-category subtree, and channel-scoped products and CMS pages, written under sitemaps/<channel-code>/. The admin sitemap listing shows the associated channels and a per-channel "Link for Google" for each entry.

Source: README.md, updated 2026-07-08