Skip to content

Releases: phpvms/phpvms

7.0.10

Choose a tag to compare

@nabeelio nabeelio released this 26 Jun 23:59
46a0e88

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

Choose a tag to compare

@nabeelio nabeelio released this 29 Apr 15:13
Immutable release. Only release title and notes can be modified.
29f0a73

What's Changed

Full Changelog: 7.0.7...7.0.8

7.0.7

Choose a tag to compare

@nabeelio nabeelio released this 23 Apr 21:04
c123426

!! 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

Full Changelog: 7.0.6...7.0.7

7.0.6

Choose a tag to compare

@nabeelio nabeelio released this 23 Apr 16:39
f59ba8e

!! 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

Choose a tag to compare

@nabeelio nabeelio released this 13 Aug 15:45
68efe7c

What's Changed

Full Changelog: 7.0.4...7.0.5

7.0.4

Choose a tag to compare

@nabeelio nabeelio released this 13 Mar 14:41
93adb40

What's Changed

  • Update default activity log retention time #2000
  • Optimize JournalRepository (#2007)
  • Remove vendor from .htaccess (#1994)
  • Fix integer overflow in journal balances #2023

Full Changelog: 7.0.3...7.0.4

7.0.3

Choose a tag to compare

@nabeelio nabeelio released this 04 Feb 21:39
05d731c

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

Choose a tag to compare

@nabeelio nabeelio released this 16 Jan 02:53
b34aed8

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

Choose a tag to compare

@nabeelio nabeelio released this 14 Jan 05:16
1df5704

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

Choose a tag to compare

@nabeelio nabeelio released this 14 Jan 00:45
22c11df

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 from default, default has been renamed to beta. You may need to change that in your theme
  • Delete the modules/sample-module directory and files

Upgrading from 2.x/5.x