Releases: NativePHP/mobile-air
Releases · NativePHP/mobile-air
3.2.6
Full Changelog: 3.2.5...3.2.6
3.2.5
What's Changed
- Fix cold-launch races in PHP runtime boot and Laravel extraction by @shanerbaner82 in #102
Full Changelog: 3.2.4...3.2.5
3.2.4
What's Changed
- Fix empty Android POST body after navigating by @shanerbaner82 in #99
- Fail the build when axios is missing (Inertia 3 compatibility) by @shanerbaner82 in #100
Full Changelog: 3.2.3...3.2.4
3.2.3
What's Changed
- Move endroid/qr-code to require and exclude from app bundles by @shanerbaner82 in #90
Full Changelog: 3.2.2...3.2.3
3.2.2
What's Changed
- Fix Android POST body delivery and $_POST population by @shanerbaner82 in #84
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- Add thread safety for background task execution and context-only bridge registration by @shanerbaner82 in #83
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Move endroid/qr-code to dev dependency by @shanerbaner82 in #81
- Fix: Stop overriding APP_ENV on Android by @shanerbaner82 in #80
- Support optional BasicAuthentication for plugin Maven repositories by @shanerbaner82 in #79
- Fix iOS auth dialog showing "NativePHP" instead of app name by @shanerbaner82 in #68
- Fix stale POST data causing duplicate bridge calls + notification URL navigation by @shanerbaner82 in #66
- Add ephemeral PHP runtime and push notification support by @shanerbaner82 in #82
Full Changelog: 3.1.1...3.2.0
3.1.1
What's Changed
- Add native:debug command for mobile environment diagnostics by @simonhamp in #52
- Remove accidental pptx entry from gitignore by @benjam-es in #54
- Extract scheduler into plugin architecture by @shanerbaner82 in #56
- Move PHP version and ICU tracking to config by @simonhamp in #53
- Fix plugin pod dependencies missing on subsequent iOS builds by @shanerbaner82 in #50
- Validate Android min SDK against floor and plugin requirements by @simonhamp in #51
New Contributors
- @benjam-es made their first contribution in #54
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Allow plugin:register to discover and register multiple plugins by @shanerbaner82 in #15
- fix(android): preserve URLencoding when following redirects by @bkuhl in #24
- Simplify unzip to stream directly to disk and update plugin accessors by @shanerbaner82 in #25
- Add Boost Skills by @pushpak1300 in #29
- Add GitHub star prompt to install command by @shanerbaner82 in #35
- Automate tests and fix by @simonhamp in #33
- v3.1 by @shanerbaner82 in #41
New Contributors
- @bkuhl made their first contribution in #24
- @pushpak1300 made their first contribution in #29
- @simonhamp made their first contribution in #33
Full Changelog: 3.0.4...3.1.0
3.0.4
- adds fix for Bifrost APK builds, plugin compatibility