Skip to content

Releases: getcandy/core

2.0-beta8

01 Feb 14:52
6badf21
Compare
Choose a tag to compare

Fixed

  • Added missing HasTranslations trait to ProductVariant model.

Changed

  • When adding addresses via the CartManager we update any existing addresses rather than removing and re adding.
  • When generating handles for models, we have moved to a forced snake case. i.e. some_handle. By @itcyborg

Added

  • Added scopeDefault to the Url model.
  • Added a new defaultUrl relationship to models using the HasUrls trait.
  • Added new PricingManager class to deal with price fetching on purchasable objects.
  • Allow hub path to be configurable in system config. By (@ryanmitchell)

View Changes

2.0-beta7

19 Jan 15:22
Compare
Choose a tag to compare

Fixed

  • When translating an attribute, if we can't find a translation, we default to whatever the FieldType gives back instead of erroring.
  • TranslatedText fieldtype now implements JsonSerializable interface (#50).

Changed

  • Models that have channels now implement start_at and end_at columns. This replaces the previous published_at column.
  • Laravel UI modal components removed.

Added

  • Added a new default column to the tax_classes table.
  • Added customer_id to orders so an order has a 1:1 relation to a customer. (#73).
  • Created the AttributeManifest class so dev's can add their own attributable classes.
  • Created the FieldTypeManifest class so dev's can add custom FieldTypes to the store.
  • Added $table->userForeignKey() macro for migrations that create foreign keys which reference a user id.

View Changes

2.0-beta5

10 Jan 12:21
Compare
Choose a tag to compare

Fixes

  • Added check on customers for when using MySQL search driver to prevent undefined columns #40

Changed

  • Changed https to http on country import due to issues with local environment CA installations.

2.0-beta4

07 Jan 10:41
Compare
Choose a tag to compare

Added

  • Made customers searchable via Scout
  • Added Addresses relationship to the customer model

Changed

  • Customers meta column now uses Laravel's casts property and is cast to an object.

Fixes

  • Fixes Issue 24 where URL relationship is elements when it should be element
  • Fixed an issue where now()->year would return an int on single digit months, but we need to have a leading zero.

2.0-beta3

24 Dec 11:34
5f11411
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed and issue where the meilisearch set up wasn't creating the indexes it needed if they didn't exist.

2.0-beta2

23 Dec 13:17
093e415
Compare
Choose a tag to compare
Release/beta2 (#3)

* Don't publish hub resources

* Make sure currency is set to enabled

* Add a collection group on install

2.0-beta

22 Dec 16:10
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/getcandy/core