This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
v3.2.0
- Added ability for namespacing apps as per issue #91, multiple apps can now be installed for the same database
- Migration was added to support namespacing,
namespace
is added to shops table - Observer (global) added to shop model to support namespacing so all new shops created automatically get assigned a namespace
- Scope (global) added to the shop model to support namespacing so all calls on the model append a
where namespace = ?
See Changelog & Upgrading docs for more information in the wiki.