Skip to content

Releases: lunarphp/lunar

v0.2-rc1

26 Jan 14:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.2-rc1

v0.1.6

19 Jan 08:55
97504d1
Compare
Choose a tag to compare

Core

Fixed

  • Updated version constraint for licensing to a stable release.

Hub

Fixed

  • Added unique validation against language code when saving.
  • Properly handle adding media when disk is not local.

v0.1.5

02 Dec 10:56
be0aca5
Compare
Choose a tag to compare

Core

Fixed

  • Cart manager will now check for active order before associating and merging carts.
  • Price update will now correctly save the compare price.

Hub

Fixed

  • Fixed incorrect translations when restoring staff members.
  • Brand name validation has been improved.
  • Fixed an issue where users would be unable to remove newly added URLs before saving.
  • Fixed an issue where users were unable to remove product associations.

Added

  • Added a <x-hub::thumbnail> component to keep image appearance consistent.
  • Various UI improvements

Changed

  • Lunar version is no longer hard coded to 2.0-beta if no suitable version is found.
  • Improved layout for error messages when editing customer group pricing.

Tables

Added

  • Added Deleted filter

v0.1.4

14 Nov 11:16
dcf73ca
Compare
Choose a tag to compare

Admin

Fixed

  • Restoring a staff member has been fixed in the hub.

Core

Fixed

  • Prices are now stored as bigInt to avoid out of range errors for certain currencies.

Livewire Tables

Fixed

  • Pagination should now highlight the current page better

v0.1.3

10 Nov 14:31
867d9d4
Compare
Choose a tag to compare

Admin

Fixed

  • Added missing translations for min,max inputs
  • Removed redundant $symbol on price input.
  • Fixed readable validation error messages
  • Input groups now support $errorIcon to help UI issue when validation errors are present.
  • Tiered pricing UI now displays correctly under headings
  • Staff table can now save searches properly.
  • Order status UI will now fallback on the original if it doesn't exist in config.
  • The side menu should now display the correct menu items when variants aren't present.
  • The bcmul function is now used when saving prices to avoid rounding issues.

Core

Fixed

  • Transaction activity log should now store the correct properties.

0.1.2

07 Nov 11:26
86ef10e
Compare
Choose a tag to compare

Core

Added

  • Added shorthand attr which can be used instead of translateAttribute

Hub

Fixed

  • Call validate when creating a tax class before the DB transaction.
  • Fix product thumbnail on dashboard.
  • Fix issue with customer saving #654
  • Use @js directive instead of @JSON
  • Fixed an issue where Spatie Media couldn't regenerate media transforms from within the hub in production.
  • Fixed issues with product editing when disabling variants.
  • Fixed issue where trying to add a saved search on product types has no effect.
  • Fixed an issue where the bulk action Livewire component wasn't registering correctly.
  • The orders table will now show the correct minutes in the timestamp.

Changed

  • When the hub password reset form is submitted, it will return a success message regardless.

Added

  • Added top, bottom slots to brands
  • Added unique validation to attribute handles.

Livewire Tables

Fixed

  • Added missing name parameter on ShippingOption data type.
  • Fixed a wire:key naming conflict on tables.

Added

  • Added after method to enable positioning of additional columns.

0.1.1

07 Oct 08:31
Compare
Choose a tag to compare

Admin

Fixed

  • Added missing method for removing variant options in product editing.

0.1.0

05 Oct 14:18
f09c34a
Compare
Choose a tag to compare

Initial 0.1.0 release

Admin

Fixed

  • Product variant will fallback on it's product's thumbnail if it has no primary image.
  • Language code will now correctly be set on factory and unique.

Database driver

Fixed

  • Migration will check for SQLite driver before attempting a fullText index.

Livewire Tables

Changed

  • Table pagination will now default to true.

0.1.0-rc.5

29 Sep 10:03
a6f3a7e
Compare
Choose a tag to compare

Core

Changed

  • Updated publishing tag to be more consistent

Admin

Fixed

  • Image manager with now use a set key when referenced by array index to keep Livewire state intact.

Changed

  • Brand requirement is now configurable via config/lunar-hub/products.php
  • Updated publishing tag to be more consistent

Livewire Tables

Changed

  • Updated publishing tag to be more consistent

0.1.0-rc.4

28 Sep 11:06
c194613
Compare
Choose a tag to compare

Core

Fixed

  • Lunar migration command will now add brands into the correct table.
  • Added additional check for language existence when running the brand update state class.

Admin Hub

Fixed

  • Registered missing table builders as singletons.