aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
177 stars 43 forks source link

After update, request to update #158

Closed Dinver closed 3 years ago

Dinver commented 3 years ago

Environment

  1. composer.json
    "aimeos/ai-client-html": "2020.10.x-dev", "aimeos/aimeos-laravel": "2020.10.x-dev", "aimeos/map": "~1.8"

in composer.lock "aimeos/ai-admin-jqadm": "2020.10.6"

  1. Laravel
  2. Windows

Describe the bug After today's update in admin panel there was an error "Update", with link https://aimeos.org/update/?type=Laravel&version=2020.10.x-dev

To Reproduce Steps to reproduce the behavior:

  1. composer update

Expected behavior nothing

Screenshots image

What needs to be updated?

aimeos commented 3 years ago

This is due to using the -dev version. If you switch back to "~2020.10", the latest version is recognized.

Dinver commented 3 years ago

This is due to using the -dev version. If you switch back to "~2020.10", the latest version is recognized.

can this be disabled?

aimeos commented 3 years ago

Not by configuration, because it's important to inform about for security updates