Releases: lunarphp/lunar
Releases · lunarphp/lunar
1.0.0-beta.5
What's Changed
- fix create product url by @AidasK in #1999
- Make Product name and SKU searchable by @ryanmitchell in #1986
- Fix: Rule unique slug url use morph class by @lguichard in #1983
- Fix an issue where the AmountOff percentage is cast to an int, even t… by @tvlokven in #2004
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- Remove duplicated code sample by @mattdfloyd in #1967
- fix: add discount config to service provider by @wychoong in #1965
- Fix docblock return types by @mattdfloyd in #1968
- Update alpha mentions to beta by @glennjacobs in #1980
- Fix: case sensitivity typo by @lguichard in #1991
- Fix/updating order line observer by @wychoong in #1964
- Fix relation manager url generation by @AidasK in #1995
- Fix: Missing morphName in database state by @lguichard in #1990
- Fix unsupported operand type on discounts by @ryanmitchell in #1984
New Contributors
Full Changelog: 1.0.0-beta.3...1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- Tweak pint action author by @alecritson in #1959
- Fix method
getMorphClass
call on string by @alecritson in #1957 - Update carts.md by @kylekanderson in #1952
- fix price breaks not storing in correct currency factor by @wychoong in #1948
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- Fix test for Amount Off discount by @alecritson in #1929
- Fix extended model morph map by checking parent class map by @wychoong in #1944
- OrderFactory: make sure taxTotal is an integer. by @kfowler in #1941
- Preload base prices on Product Variant page by @adevade in #1934
- Helper function to get model morph name by @wychoong in #1947
- Fix extended model resolving by @alecritson in #1949
- Manually map models on migration instead of loading via directory by @alecritson in #1928
New Contributors
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
v1.0.0-beta.1
What's Changed
- Add attribute check on name attribute on base resource by @alecritson in #1795
- Fixes to shipping methods by @alecritson in #1828
- Handle model deletion better to prevent FK exceptions by @alecritson in #1859
- Update tax zone actions to use active column by @alecritson in #1908
- Swap merge order on product shipping by @alecritson in #1915
- Tweak best sellers to 12 months by @alecritson in #1916
- Force cart calculation when calling
estimateShipping
by @alecritson in #1918 - Fallback to existing translation when translating attributes by @alecritson in #1919
- Refactor Stripe payment intent checking and storage by @alecritson in #1892
- Make caller (e.g. Page) available to Filament panel extensions by @glennjacobs in #1856
- Add missing configuration methods to TranslatedText component by @xalabama in #1826
- Fix cart merging - old cart should merge into new one by @ryanmitchell in #1920
- Extend relation managers by @tvlokven in #1824
- Add tax rate editing to the panel by @alecritson in #1847
- Model extending by @alecritson in #1661
- Ensure customer groups are associated when creating resources by @alecritson in #1922
- Enable channel if default on record creation by @alecritson in #1923
- Make association type dynamic on customer relation manager by @alecritson in #1924
New Contributors
Full Changelog: 1.0.0-alpha.37...1.0.0-beta.1
v1.0.0-alpha.37
Note
This will be the last Alpha release before we move to a beta release cycle.
What's Changed
- Fixing handling of required for field types by @maurice-ellis in #1853
- Fix - SoftDeletes missing in ProductVariant by @lguichard in #1886
- Display product variants' option values flex-col by @wychoong in #1890
- Comments: orders -> order's by @rhynodesigns in #1865
- Fix test runners by @alecritson in #1898
- fix: no registration of Shipping resources if not enabled by @wychoong in #1891
- Fixes postgres compatibility by @jstoks in #1852
- Fix tests for Filament panel by @alecritson in #1900
- Add Postgres support for query sorting by @alecritson in #1899
- fix: product variants
getKey
on array by @wychoong in #1887 - Fix - Error product null if create product variant record on resource by @lguichard in #1884
- Support discounts specifying fields in the discount UI by @ryanmitchell in #1653
- Link to Laravel Herd in Starter Kit docs by @adevade in #1901
- Ensure cart is calculated by @alecritson in #1879
- Add cart stock validators to config by @alecritson in #1904
- Set Fieldtype config to empty array when null by @alecritson in #1896
- Fixed and added additional config for File Fieldtype by @maurice-ellis in #1894
- Fix: Collection resource subnav extension by @wychoong in #1902
- Fixed an error in installation document by @georgyKurian in #1874
- Fix: install command not publishing panel config by @wychoong in #1868
- fix: attribute empty translated description error by @wychoong in #1862
- Add action to check maintainer access to repo by @alecritson in #1905
- Documentation Fixes by @alecritson in #1906
- Fix Postgres issue on create customer page by @alecritson in #1907
- Fixes attribute description migration in postgresql by @jstoks in #1851
- Prevent lazy loading of customer group pricing by @alecritson in #1909
- Port PR #1732 to 1.0 by @alecritson in #1911
- cleanup ProductOption accessor/mutator and fix fields casting by @wychoong in #1783
New Contributors
- @jstoks made their first contribution in #1852
- @georgyKurian made their first contribution in #1874
Full Changelog: 1.0.0-alpha.36...1.0.0-alpha.37
v1.0.0-alpha.36
What's Changed
- Set payment order to null when setting the cart by @alecritson in #1888
Full Changelog: 1.0.0-alpha.35...1.0.0-alpha.36
v1.0.0-alpha.35
What's Changed
- Fix - Cart session manager by @lguichard in #1878
- Update and lock pint to 1.17.0 by @alecritson in #1880
Full Changelog: 1.0.0-alpha.34...1.0.0-alpha.35
v1.0.0-alpha.34
What's Changed
- Tweak Stripe logic by @alecritson in #1877
Full Changelog: 1.0.0-alpha.33...1.0.0-alpha.34
v1.0.0-alpha.33
What's Changed
- Docs: Add missing semicolon by @rhynodesigns in #1864
- Docs: stores -> store's by @rhynodesigns in #1866
- Updated DocBlock by @sulfo in #1869
- Fix status setting on Stripe webhook failures by @alecritson in #1871
New Contributors
Full Changelog: 1.0.0-alpha.32...1.0.0-alpha.33