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

Commits on Sep 8, 2025

  1. build(deps): bump actions/setup-node from 4 to 5 (#254)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      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 Sep 8, 2025
    Configuration menu
    Copy the full SHA
    bcfef44 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

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

    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 Sep 10, 2025
    Configuration menu
    Copy the full SHA
    a133a2f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Extra files (#230)

    * Support for shipping extra files
    
    * Add extras path to PHP environment
    
    * Fix path
    
    * Formatting
    
    * Change path
    
    * Change path
    
    * fix `npm install` error during plugin build
    
    * specify head ref in auto-commit-action
    
    * revert: specify head ref in auto-commit-action
    
    * revert auto-commit-action to v5
    
    * Build plugin
    
    * explicitly pass builder config
    
    * fix paths
    
    * Build plugin
    
    * don't include 'extras' in asar archive
    
    * use auto-commit v6
    
    ---------
    
    Co-authored-by: Peter Bishop <[email protected]>
    Co-authored-by: gwleuverink <[email protected]>
    Co-authored-by: gwleuverink <[email protected]>
    4 people authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4649eea View commit details
    Browse the repository at this point in the history
Loading