Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[BUG] Updates Are Not Current #129

Closed ghost closed 2 years ago

ghost commented 3 years ago

Describe the bug Current version in top right which provides the updater dialog shows the incorrect installed version, and when clicked, shows and installs the incorrect version.

My current version installed is 1.22.6 updater dialog shows 1.22.4

To Reproduce Steps to reproduce the behavior:

  1. Go to dashboard
  2. Click on v1.22 top right corner
  3. Click Try auto-update button
  4. Script installs previous version of 1.22.4

Expected behavior Dialog should not offer to install previous version, and top version should show the current version installed.

Screenshots

Screen Shot 2021-04-30 at 4 20 09 PM

PHP Version

Database type

Desktop

Additional context After the downgrade is completed, the composer.json lists the version as:

"protoqol/prequel": "^v1.22.4"

I don't believe that v is valid, but I'm not certain, I know I didn't use a v in the version when installing it.

Also and very importantly, the config/prequel.php file is overwritten completely!

QuintenJustus commented 2 years ago

Has been removed for now.