Skip to content

Latest commit

 

History

History
97 lines (58 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

97 lines (58 loc) · 3.66 KB

Changelog

All notable changes to nativephp-laravel will be documented in this file.

0.3.3 - 2023-07-31

What's Changed

  • Fix native:build npm timeout by @drhoussem in NativePHP#54
  • Resolve Windows opening config file in default application by @ShaneShipston in NativePHP#60
  • Correct NATIVEPHP_PHP_BINARY_PATH by @lonnylot in NativePHP#64
  • Fix php path in queue command by @phuclh in NativePHP#58
  • Fix queue command environment variables

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/0.3.2...0.3.3

0.3.2 - 2023-07-28

  • Bump JS package dependency

Full Changelog: https://github.com/NativePHP/electron/compare/0.3.1...0.3.2

0.3.1 - 2023-07-27

Fix PHP path resolution

Full Changelog: https://github.com/NativePHP/electron/compare/0.3.0...0.3.1

0.3.0 - 2023-07-27

What's Changed

  • Added the ability to build Windows and Linux apps 🎉
  • Added binary lookup for linux based platform by @kalizi in NativePHP#44

New Contributors

Full Changelog: https://github.com/NativePHP/electron/compare/0.2.0...0.3.0

0.2.0 - 2023-07-26

What's Changed

New Contributors

  • @chrisreedio made their first contribution in NativePHP#33

Full Changelog: https://github.com/NativePHP/electron/compare/0.1.2...0.2.0

0.1.2 - 2023-07-25

What's Changed

  • Remove yarn dependency when using serve command by @semiherdogan in NativePHP#39
  • Add missing php.js file
  • Make sure that NPM runs forever when running artisan:publish

New Contributors

  • @semiherdogan made their first contribution in NativePHP#39

Full Changelog: https://github.com/NativePHP/electron/compare/0.1.1...0.1.2

0.1.1 - 2023-07-22

What's Changed

  • fix: README badges by @bensherred in NativePHP#7
  • composer package local path remove for production release #14 by @AbmSourav in NativePHP#15
  • Package Name Update: Migrating from 'nativephp-electron' to '@nativephp/electron-plugin' by @hogus2037 in NativePHP#16
  • Fix install command by @bangbangda in NativePHP#17
  • Fix the issue of starting the development server by @mahmoudmohamedramadan in NativePHP#25

New Contributors

  • @bensherred made their first contribution in NativePHP#7
  • @AbmSourav made their first contribution in NativePHP#15
  • @hogus2037 made their first contribution in NativePHP#16
  • @bangbangda made their first contribution in NativePHP#17
  • @mahmoudmohamedramadan made their first contribution in NativePHP#25

Full Changelog: https://github.com/NativePHP/electron/compare/0.1.0...0.1.1

0.1.0 - 2023-07-20

🎉 NativePHP is here!