8000 Tags · Shadow243/lunar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Shadow243/lunar

Tags

1.0.0-beta.5

Toggle 1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue where the AmountOff percentage is cast to an int, even t… (

lunarphp#2004)

The admin panel allows you to enter a decimal value when creating an
AmountOff Discount with a percentage discount. However, it gets cast to
an int in the AmountOff class, which results in the percentage being
rounded and the discount amount being slightly off.

You could argue that usually percentage discounts are given as whole
numbers, but since the admin panel already supports decimal values, I
think this should be changed.

Fixes lunarphp#2003

---------

Co-authored-by: tim <tim@direct-effect.nl>
Co-authored-by: Author <actions@github.com>
Co-authored-by: Alec Ritson <hello@itsalec.co.uk>

1.0.0-beta.4

Toggle 1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unsupported operand type on discounts (lunarphp#1984)

1.0.0-beta.3

Toggle 1.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix price breaks not storing in correct currency factor (lunarphp#1948)

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manually map models on migration instead of loading via directory (lu…

…narphp#1928)

Currently if you publish the migrations they can fail due to trying to
read a directory relative to the the vendor folder. This PR instead opts
to manually map the models to prevent this issue completely.

---------

Co-authored-by: alecritson <alecritson@users.noreply.github.com>
Co-authored-by: Glenn Jacobs <glenn@neondigital.co.uk>

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message
Update upgrading.md

1.0.0-alpha.37

Toggle 1.0.0-alpha.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup ProductOption accessor/mutator and fix fields casting (lunarp…

…hp#1783)

1.0.0-alpha.36

Toggle 1.0.0-alpha.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set payment order to null when setting the cart (lunarphp#1888)

1.0.0-alpha.35

Toggle 1.0.0-alpha.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update and lock pint to 1.17.0 (lunarphp#1880)

1.0.0-alpha.34

Toggle 1.0.0-alpha.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tweak Stripe logic (lunarphp#1877)

1.0.0-alpha.33

Toggle 1.0.0-alpha.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix status setting on Stripe webhook failures (lunarphp#1871)

0