Skip to content

Releases: lunarphp/lunar

v0.3.0-alpha

30 Mar 11:03
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 0.2-rc2...0.3.0-alpha

v0.2.1

29 Mar 11:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Mar 07:21
Compare
Choose a tag to compare
Update split_packages.yml

0.2-rc3

24 Mar 14:19
7c9c9c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2-rc2...0.2-rc3

0.2-rc2

21 Feb 14:40
a87ca39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2-rc1...0.2-rc2

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.