Releases: fabrix-app/spool-cart
Releases · fabrix-app/spool-cart
1.1.9
Bug Fixes
None
Change Log
Populates customer/order/:token with a temp patch
1.1.8
Spelling correction
1.1.7
Bug Fixes
- Fixes the account_id on transaction table
Change Log
- Account_id is or now added to transactions during normal transaction build events.
1.1.6
Bug Fixes
none
Change Log
- Account id is added to the transaction table for lookups of transactions by account
- Migrate Using
ALTER TABLE "public"."transaction"
ADD COLUMN "account_id" integer,
ADD CONSTRAINT transaction_account_id_fkey
FOREIGN KEY (account_id)
REFERENCES "public"."account" (id);
1.1.5
Update Dependencies
1.1.4
Bug Fixes
- Fixed Order route prefixes
Change Log
- None
1.1.3
Bug Fixes
- Fixes a cart/addItems prefix issue
Change Log
- Updates Dependencies
1.1.2
Bug Fixes
- Cleans up the build and removes "require" statements to be better imported into other projects
Change Log
- None
1.1.1
Bug Fixes
- None
Change Log
- Updates dependencies
1.1.0
Initial Release