Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.

Home Page:https://packagist.org/packages/protoqol/prequel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Updates Are Not Current

opened this issue · comments

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

  • Version 8.0.3

Database type

  • Type mysql
  • Version 8.0.19

Desktop

  • Browser chrome
  • Version 90.0.4430.93 (Official Build) (x86_64)
  • macOS Big Sur 11.3
  • Laravel Valet Version: 2.14.1

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!

Has been removed for now.