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: 1.2.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 5 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] <support@github.com>
    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 <noreply@anthropic.com>
    
    * style: reorganize imports in DebugCommand
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    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
Loading