Releases: phpvms/phpvms
Release list
7.0.10
What's Changed
- Add Aircraft Count For Each Flight by @FatihKoz in #2201
- [7.x] fix(modules): null pointer in DatabaseActivator::setActive when enabling fresh module by @jordanhavard in #2212
- [7.x] fix(modules): bust nwidart manifest cache on install + activator mutation by @jordanhavard in #2213
Full Changelog: 7.0.8...7.0.10
7.0.8
What's Changed
- Implement profile field validation and sanitization by @FatihKoz in #2153
- Check for .env file instead of users table by @BossOfGames in #2199
Full Changelog: 7.0.7...7.0.8
7.0.7
!! IMPORTANT !!
This version fixes a security vulnerability - the advisory is here
- If you can't upgrade, follow the diff here
- Note that removing the
$this->mapImporterRoutes();line is sufficient to mitigate. - The version upgrade removed the web-facing importer entirely.
What's Changed
- This release also locks down the installer
- If you cannot update, you can also mitigate any risks by commenting out this line
Full Changelog: 7.0.6...7.0.7
7.0.6
!! IMPORTANT !!
This version fixes a security vulnerability - the advisory is here
- If you can't upgrade, follow the diff here
- Note that removing the
$this->mapImporterRoutes();line is sufficient to mitigate. - The version upgrade removed the web-facing importer entirely.
What's Changed
- Removed the web-facing importer
- Update FinanceService to include post_date parameter by @FatihKoz in #2177
Full Changelog: 7.0.5...7.0.6
7.0.5
7.0.4
7.0.3
What's Changed
- Add a log viewer #1972
- Fix hcaptcha sitekey tag #1979
- Add missing , in email-plain.blade.php #1987
- Expand airport IDs/ICAOs to 8-character format #1988
- Fix the days to use 0 in flight importer #1983
Developer Updates
- To prepare for phpVMS 8.0, modules can be updated now: #1975
Full Changelog: 7.0.2...7.0.3
7.0.2
What's Changed
- This corrects errors in the version metadata generation
Full Changelog: https://github.com/phpvms/phpvms/compare/7.0.1..7.0.2
v7.0.1
See the 7.0 release notes from the 7.0 release
What's Changed
- Update the full table migration for FKs by @nabeelio in #1945
- Fix for when theme.json is missing the
extends
Full Changelog: 7.0.0...7.0.1
v7.0.0
After about 8 years, we finally have a new release! Version 7 is built on top of Laravel, with thousands of commits, and almost 50 different contributors, and many more helping with creating translations, testing, finding bugs, and helping out in the community. A HUGE thank you goes out to all of you who have made this happen (and frankly, pushed me to get it done). I'm extremely proud of the community and how it's been working together this passion project is going stronger than ever.
Upgrading from Dev/Alpha
- It's extremely important to follow the update instructions
- There is a new theme, called
seven. If you've created a custom theme, and it extends fromdefault,defaulthas been renamed tobeta. You may need to change that in your theme - Delete the
modules/sample-moduledirectory and files
Upgrading from 2.x/5.x
- Read through the basics about phpVMS 7. There are some fundamental differences
- Before installing, read the upgrade guide. There is an importer, but it may not catch everything. The importer is an option in the installer