Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lunarphp/lunar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: lunarphp/lunar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    dc34157 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. documentation: fix a typo (#2288)

    Just a typo fix  in the docs.
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    * **Documentation**
      * Corrected typo in the Carts reference (card → cart).
    * Clarified how cart changes are detected across tabs and how checkout
    responds, improving accuracy and comprehension.
      * Improved readability with minor wording and line-break adjustments.
    * No functional or API changes; purely editorial to reduce reader
    confusion.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    gigabites19 authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    2a30eb2 View commit details
    Browse the repository at this point in the history
  2. Use logical and operator instead of binary (#2287)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    * **Bug Fixes**
    * Fixed an issue where existing cart line items could be misidentified
    when no changes were present, leading to unintended merges or
    duplicates.
    * Cart lines are now matched only when there are truly no new, edited,
    or removed differences, improving the accuracy of item updates.
    * Results in more predictable cart behavior and smoother checkout
    consistency.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Co-authored-by: Alec Ritson <[email protected]>
    hosni and alecritson authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    0c34f27 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    7586c34 View commit details
    Browse the repository at this point in the history
Loading