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: InvoicePlane/InvoicePlane
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.3-rc1
Choose a base ref
...
head repository: InvoicePlane/InvoicePlane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3-rc2
Choose a head ref
  • 2 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 19, 2025

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

Commits on Jul 23, 2025

  1. Development v163rc2 (#1272)

    * composer upgrade: Lock file operations: 5 updates
    
    Updating dependencies
      - Upgrading filp/whoops (2.18.0 => 2.18.1)
      - Upgrading laravel/pint (v1.20.0 => v1.22.1)
      - Upgrading phpstan/phpstan (2.1.16 => 2.1.17)
      - Upgrading rector/rector (2.0.16 => 2.0.17)
      - Upgrading symfony/deprecation-contracts (v3.5.1 => v3.6.0)
    
    * Composer\\Config::disableProcessTimeout (scripts)
    
    To fix The process "pint" exceeded the timeout of 300 seconds.
    
    * lint by composer run check (1 file rectified)
    
    Applied rules:
     * ParamTypeByMethodCallTypeRector
    
    * [einvoice] Fix bad wrap in users-check-lists (client view)
    
    * [eInvoice] Shift legacy_calculation to false When client use e-Invoice
    
    and if XMLconfigs file haven't `'legacy_calculation' => true`
    
    * [eInvoice] Add Automatic calculation mode in Cron & adjustments
    
    * Fix #1271 : Add payment_method on Cron
    
    Payment Method not copied from recurring invoice to generated invoice
    
    * [eInvoice] DRY: Use legacy_calculation constant in modal scripts
    
    The const legacy_calculation defined in script (get meta content)
    The data-legacy-calculation in btn isn't necessary (removed)
    
    * Fix: Quote header col classes to do the same as Invoice (view)
    sudwebdesign authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    6d7cf33 View commit details
    Browse the repository at this point in the history
Loading