Releases: getcandy/admin
Releases · getcandy/admin
v2.0-beta15
Changed
savePricing
on theGetCandy\Hub\Http\Livewire\Traits\HasPrices
trait now supportsbasePrices
andtierPrices
parameters.
Fixed
- When variants are disabled, editing a product type will not longer display tabs for variant attributes.
- Fixed an issue where adding a comment to the activity log would error.
- Comments should now show correctly on product editing pages.
- Sortable is now attached to the browser window so it's globally available.
- Fixed an issue where incorrect attributes were showing when changing product types
doctrine/dbal
locked to3.3.7
due to issue with Sqlite
v2.0-beta14
Changed
- The activity log timeline is now extendable.
- Partial card number will now only appear if last four is populated on a transaction.
- Collection searching in the hub will now return the breadcrumb, making it more obvious on the choice.
- Hub assets have been taken off CDN as much as possible in favour of being bundled with the hub assets
- Transactions UI on orders has been tweaked to include more relevant information.
- Swapped out the meta fields on the customers table in favour of showing attributes.
- Saved cart functionality has been removed.
- Complete refactor on the activity log display.
Added
- Migrations are now publishable under the tag
getcandy-migrations
. - Added current and purchase stock level to order lines.
- Added order notifications to order status updates.
- Added Tax Management screens.
- It's now possible for developers to extend Rich text configuration per attribute.
- Order status updates has been improved and now supports notifications
- Initial groundwork has been added to allow staff members to impersonate users on the store
- Added ability to download an order as a PDF
- Added an extra check when deleting a collection group to prevent mistakes.
- Billing details should now be visible on the orders table in the listing.
- Added a copy to clipboard button for order reference and customer reference when viewing an order.
- The full name and company of the customer has been added to the order table listing.
- Delivery instructions should be visible on orders, when they are present on the address.
- Variant slots will now appear on product editing when only one variant is present.
- Datepicker component now supports passing whole array of config.
- The stock level on order lines will show if present in the meta.
- Slots have been added to the order screen.
- Migrations are now publishable under the tag
getcandy-migrations
. - UI update across the board.
Fixed
- The side menu will now load correctly depending on whether expanded or collapsed without flickering.
- When adding a collection to a group it will now display the correct node tree afterwards.
- Fixed an error in Alpine caused by syntax issues for the settings menu.
- Order addresses will now display the contact phone and email address.
- The Toggle fieldtype will now correctly set to
false
when conditions are met instead ofnull
. - The
last_four
column on the transactions table now allowsnull
. - Improved the add-on manifest to correctly fetch add-ons which are installed.
2.0-beta13.2
Fixed
- Order screens will now handle null
placed_at
columns. - Switched to using array access on dynamic scopes for Laravel 9 support
- Scoped the
FilePond
reference it's component to sort browser quirks
Changed
- Cart/Order modifiers now require
$next
in pipeline usage.
2.0-beta13.1
Fixes
- The correct search driver will be checked when searching in the hub #297 by @ryanmitchell
2.0-beta13
Added
- Added functionality to restore soft deleted products from the listing view.
- Added functionality to filter products based on status and whether they are soft deleted.
Fixed
- The Quill editor now has some added spacing between elements such as Paragraphs.
- If a fieldtype class no longer exists, the editing pages will now remove it and prevent the associated errors.
- When deleting a collection with descendants, their relationships will now be factored in. #292
- When deleting a collection, their URLs will now also be removed.
Changed
- Collection tree now uses a Livewire approach for loading, which should reduce the load on the browser. #274
2.0-beta12
Fixed
- Updated exchange rate validation to allow values greater than 255.
- Fixed references to DB connection. By @ryanmitchell
2.0-beta11
Added
- Added new config option
disable_variants
togetcandy-hub/products.php
. This is set tofalse
by default so variants remain enabled. - Added validation message for URLs when editing a product
- Added
slug
field when creating a new collection and URLs are required. - Added ability to save searches on the orders table.
- Added a new Slot feature so developers can start extending screens within the Hub.
Fixed
wire:model
now correctly references the current property when editing an attribute.- Attribute editing validation rules will now take in to account all languages.
- The
Number
field type will now show the correct input with validation By @lucasvmds
Changed
- Customer screens have been completely overhauled.
- Order screens has been completely overhauled.
- Complete rewrite to the orders table.
- The way order statuses are defined in
config/getcandy/orders.php
has changed, see upgrade guide for detais.
2.0-beta10.1
2.0-beta10
Added
- Added product association component to product editing/creation pages.
- Added collections to the product editing screen.
Fixed
- GetCandy will now register its bindings in the
boot
method of the service providers. By @edcoreweb
2.0-beta9
Fixed
- When editing a product variant, you should now be able to select an image and save.
- Image browser on variants is now scrollable to fix an issue with it going off-screen.