Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: lunarphp/lunar

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Fix collection group resource permission (#2391)

imagesrc="https://github.com/user-attachments/assets/cf79cd5b-3c77-4d49-8e09-270f8c1d6562"
/>


In Access control screen, Manage Collections permission is described to
manage collections and groups. however currently the menu/permission
follows Manage Products. This PR is to fix the permission to follow the
description

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Add doctrine/dbal v4 to require (#2371)

1.2.0

Toggle 1.2.0's commit message
Update split_packages.yml

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Make Admin Dashboard compatible with immutable Carbon Dates (#2307)

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Handle soft deleted purchasable on order lines (#2302)

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Update logic to clean up order lines (#2296)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Update ManageVariantIdentifiers breadcrumb to match correct page #1 (#...

...2274)



## Summary by CodeRabbit

* **Bug Fixes**
* Corrected breadcrumb navigation in the Product Variant admin area.
When managing variant identifiers, the final breadcrumb now links to the
Identifiers page instead of Inventory, aligning with the page context.
This improves navigation accuracy and consistency across the admin
interface, reducing confusion for users. No changes to data or
functionality--only the breadcrumb destination was updated wherever this
breadcrumb appears.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
v1.0.0 prep (#2273)

Updates documentation for v1.0.0 release


## Summary by CodeRabbit

* **Documentation**
* Removed beta cautions and production-readiness warnings across docs;
content reflects a 1.x/stable focus.
* Simplified installation guidance and reorganized advanced options
(telemetry moved under Advanced).
* Revamped upgrade guide into versioned 1.x roadmap with
alpha/beta/stable notes and migration guidance.
* Updated admin references to Filament and minor formatting
improvements.
* Removed "Initial Set-Up" and "Release Schedule" pages; adjusted
navigation.
* Trimmed security guidance and added support note: no full codebase
reviews.


---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

1.0.0-beta25

Toggle 1.0.0-beta25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Fix InvalidArgument in shipping options DTO (#2243)

Not sure why we were using
`Doctrine\Common\Cache\Psr6\InvalidArgument;`, I don't believe it's an
exception that's supposed to be used externally to the package. It also
no longer exists in the latest version.


## Summary by CodeRabbit

* **Refactor**
* Updated internal error handling to improve reliability when processing
shipping options. No changes to user-facing features.


---------

Co-authored-by: Author

1.0.0-beta24

Toggle 1.0.0-beta24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Add vat number to db to all address tables (#2106)

The company's VAT number was not displayed at the order details (nor in
the generated PDF) on backend, and it should if the order was made by a
legal person.

Please check the related issue for more details:
#2070
As you suggested I added a new vat number field to the DB to all the 3
address tables.

I also renamed vat_no to vat_number at the customer.


## Summary by CodeRabbit

* **New Features**
* Added support for a new "tax identifier" field in addresses, orders,
carts, and customer records, including form inputs, table displays, and
PDF invoices.
* Introduced translations for the "tax identifier" field across multiple
languages (English, German, Spanish, French, Dutch, Polish, Vietnamese).

* **Refactor**
* Renamed all occurrences of "VAT No." to "Tax Identifier" in
customer-related fields, forms, and labels.
* Updated searchable data and global search attributes to use "tax
identifier" instead of "vat_no".

* **Documentation**
* Updated documentation and code examples to reference "tax identifier"
instead of "vat_no" and to include the new field where relevant.

* **Tests**
* Adjusted unit tests to use "tax_identifier" in place of "vat_no".


---------

Co-authored-by: Glenn Jacobs
PreviousNext