Skip to content

Releases: fabrix-app/spool-cart

1.1.9

20 Aug 23:12
bb0d0c4
Compare
Choose a tag to compare

Bug Fixes

None

Change Log

Populates customer/order/:token with a temp patch

1.1.8

11 Aug 22:41
b0fb92c
Compare
Choose a tag to compare

Spelling correction

1.1.7

11 Aug 21:37
d67cc6b
Compare
Choose a tag to compare

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

11 Aug 21:07
f2a00c9
Compare
Choose a tag to compare

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

11 Aug 18:47
1f4bfdf
Compare
Choose a tag to compare

Update Dependencies

1.1.4

11 Aug 18:14
e73909a
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Order route prefixes

Change Log

  • None

1.1.3

11 Aug 17:48
37ad566
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a cart/addItems prefix issue

Change Log

  • Updates Dependencies

1.1.2

09 Aug 18:20
03b7107
Compare
Choose a tag to compare

Bug Fixes

  • Cleans up the build and removes "require" statements to be better imported into other projects

Change Log

  • None

1.1.1

09 Aug 16:19
f484d73
Compare
Choose a tag to compare

Bug Fixes

  • None

Change Log

  • Updates dependencies

1.1.0

04 Aug 21:54
Compare
Choose a tag to compare

Initial Release