Thanks to visit codestin.com
Credit goes to github.com

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: NativePHP/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: NativePHP/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 22 files changed
  • 7 contributors

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    65e8831 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#622

    )
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    5df3291 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Printing: Allow settings to be passed in (#634)

    * Add settings
    
    * Allow settings on printToPDF too
    
    * Comments
    simonhamp authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    26d8402 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. feat: add Azure Trusted Signing support (#658)

    * feat: add Azure Trusted Signing support
    
    Add configuration for Azure Trusted Signing service for Windows code signing.
    This includes credential settings and environment variable cleanup for
    Azure-related keys.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * style: reorganize imports in DebugCommand
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    faustbrian and claude authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    5f6b9d1 View commit details
    Browse the repository at this point in the history
  2. Update funding.yml

    simonhamp authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    86f9b87 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. add skipTaskbar and hiddenInMissionControl window options (#671)

    Introduced `skipTaskbar` and `hiddenInMissionControl` methods to configure window behavior. Updated `toArray` to include these new properties and extended tests to validate functionality.
    WINBIGFOX authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    7976260 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    6eb297b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ec3de View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 (#666)

    Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.5 to 2.6.
    - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
    - [Commits](aglipanci/laravel-pint-action@2.5...2.6)
    
    ---
    updated-dependencies:
    - dependency-name: aglipanci/laravel-pint-action
      dependency-version: '2.6'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    400478f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 4 to 5 (#683)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    b2bddfe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    1c120f9 View commit details
    Browse the repository at this point in the history
  2. Add possibility to prevent navigation away from current domain or page (

    #686)
    
    * Add possibility to prevent navigation away from current domain or page
    
    * add missing return after merge conflict
    
    ---------
    
    Co-authored-by: Willem Leuverink <[email protected]>
    JulianGlueck and gwleuverink authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b2f7ce5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

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

Commits on Sep 11, 2025

  1. Add extras disk (#635)

    Co-authored-by: gwleuverink <[email protected]>
    simonhamp and gwleuverink authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    cbfbdfe View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Add copyright notice for Simon in LICENSE.md

    Added copyright notice for Simon at NativePHP.
    simonhamp authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    39b51bf View commit details
    Browse the repository at this point in the history
  2. Spacing

    simonhamp authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    03e0237 View commit details
    Browse the repository at this point in the history
Loading