July 30, 2026 — The unofficial Laracon US Day 3. Get your ticket to The Vibes

Release Notes


NativePHP/electron#

1.3.0#

Released: September 4, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/1.2.0...1.3.0


1.2.0#

Released: August 4, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/1.1.1...1.2.0


1.1.1#

Released: July 5, 2025

What's Changed

  • fix: replace callPhpSync with callPhp for storage linking by @SRWieZ in #226
  • Added file to warning message relative to the copy() call by @rinodrummer in #223
  • fix: extend electron-updater mock to include downloadUpdate method by @WINBIGFOX in #225
  • build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #228
  • Add emoji panel API endpoints for support check and display by @WINBIGFOX in #224
  • fix: symfony console deprecation notice by @SRWieZ in #227
  • fix: take into account all changed keys by @SantosVilanculos in #231

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/1.1.0...1.1.1


1.1.0#

Released: May 23, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0...1.1.0


1.0.0#

Released: April 7, 2025

What's Changed

  • fix: alert - handling of null values by @WINBIGFOX in #188
  • Feature/add native theme getter setter by @WINBIGFOX in #190
  • Fix menubar tray can be nullable by @WINBIGFOX in #191
  • ci: update PHP versions in test matrix and simplify test execution by @SRWieZ in #189
  • Add copyright information to build configuration by @WINBIGFOX in #193
  • PHP Support Sync by @PeteBishwhip in #192
  • Pin php-bin to v1 by @PeteBishwhip in #195
  • ci: Update building plugin => Node.js v20 + create pull request by @SRWieZ in #194
  • fix: zephpyr.com bundle on Windows by @SRWieZ in #196
  • Ensure notarization env vars are available even if config is cached by @PeteBishwhip in #198
  • Fix: bundle apps without frontend assets by @SRWieZ in #197
  • fix: fileperms(): stat failed for public/storage by @SRWieZ in #199
  • fix: ensure native serve resource path is cleared only if it exists by @SRWieZ in #200
  • fix: caching config while in dev will make laravel think it's in elec… by @SRWieZ in #201
  • Remove L10 from test matrix by @PeteBishwhip in #203
  • Node Minimum Version Bump to Support Electron by @PeteBishwhip in #202
  • fix: custom PHP binary package not pruned on build by @SRWieZ in #204
  • fix: set LOG_LEVEL to "warning" in production by @SRWieZ in #206
  • fix: Please provide a valid cache path. by @SRWieZ in #205
  • fix: handle power monitor events to manage scheduler lifecycle by @SRWieZ in #207
  • feat: replace jest with vitest by @SRWieZ in #154
  • fix: App::version() not returning the correct version by @SRWieZ in #208

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.8...1.0.0


1.0.0-beta.8#

Released: March 28, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.7...1.0.0-beta.8


1.0.0-beta.7#

Released: March 27, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.6...1.0.0-beta.7


1.0.0-beta.6#

Released: March 19, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.5...1.0.0-beta.6


1.0.0-beta.5#

Released: March 11, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.4...1.0.0-beta.5


1.0.0-beta.4#

Released: March 4, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/electron/compare/1.0.0-beta.3...1.0.0-beta.4


NativePHP/laravel#

1.3.1#

Released: September 4, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/1.3.0...1.3.1


1.3.0#

Released: September 4, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.2.0...1.3.0


1.2.0#

Released: August 4, 2025

What's Changed

  • fix: add default values for optional parameters in events by @WINBIGFOX in #597
  • chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #622
  • Printing: Allow settings to be passed in by @simonhamp in #634
  • feat: add Azure Trusted Signing support by @faustbrian in #658
  • add skipTaskbar and hiddenInMissionControl window options by @WINBIGFOX in #671

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.1.2...1.2.0


1.1.2#

Released: July 5, 2025

What's Changed

  • feat: add WipeDatabaseCommand for database management by @WINBIGFOX in #594
  • Add emoji panel API endpoints for support check and display by @WINBIGFOX in #610
  • fix: native:seed command by @jump-style in #628
  • fix: handle potential exceptions when posting log payloads by @SRWieZ in #612

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.1.1...1.1.2


1.1.1#

Released: June 17, 2025

What's Changed

  • fix: symfony console deprecation notice by @SRWieZ in #611

Full Changelog: https://github.com/NativePHP/laravel/compare/1.1.0...1.1.1


1.1.0#

Released: May 23, 2025

What's Changed

  • Reduce number of fields on bug report, replacing many with native:debug by @PeteBishwhip in #545
  • Add more info to artisan native:debug by @justRau in #550
  • Add 'description' and 'website' fields to nativephp config by @WINBIGFOX in #571
  • Add relaunch functionality to App and its facade by @WINBIGFOX in #569
  • Add "showOnAllWorkspaces" option to MenuBar by @WINBIGFOX in #568
  • Update fix-php-code-style-issues.yml by @PeteBishwhip in #573
  • Add AutoUpdater feature with events and facade support by @WINBIGFOX in #570
  • Include sleep option in queue config by @chr15k in #564
  • Updated Settings::get Method to Handle $default as Closure by @devajmeireles in #562
  • Automatically apply PreventBrowserAccess middleware by @gwleuverink in #551
  • feat: use queue:listen in local environment for QueueWorker by @SRWieZ in #587
  • Update QueueConfig sleep type hint to allow float values by @chr15k in #583
  • fix: remove App facade from composer.json aliases by @SRWieZ in #586
  • Add support for detailed auto-updater event handling by @WINBIGFOX in #590
  • chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #585

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0...1.1.0


1.0.0#

Released: April 7, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.4...1.0.0


1.0.0-beta.4#

Released: March 27, 2025

What's Changed

  • Fixed error "method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given" when using Livewire and AdminLTE. by @JA-Developer in #524
  • feat: implement Alert class and facade for alert management by @WINBIGFOX in #523
  • Environment Helper by @PeteBishwhip in #527

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.3...1.0.0-beta.4


1.0.0-beta.3#

Released: March 19, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.2...1.0.0-beta.3


1.0.0-beta.2#

Released: February 25, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/laravel/compare/1.0.0-beta.1...1.0.0-beta.2


NativePHP/php-bin#

1.2.0#

Released: May 21, 2026

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.1.1...1.2.0


1.1.1#

Released: September 2, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.1.0...1.1.1


1.1.0#

Released: August 5, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.0.3...1.1.0


1.0.3#

Released: July 16, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.0.2...1.0.3


1.0.2#

Released: May 23, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.0.1...1.0.2


1.0.1#

Released: April 14, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/1.0.0...1.0.1


1.0.0#

Released: March 31, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/0.6.1...1.0.0


0.6.1#

Released: March 19, 2025

What's Changed

Full Changelog: https://github.com/NativePHP/php-bin/compare/0.6.0...0.6.1


0.6.0#

Released: March 10, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.6...0.6.0


0.5.6#

Released: December 29, 2024

What's Changed

New Contributors

Full Changelog: https://github.com/NativePHP/php-bin/compare/0.5.5...0.5.6