fabianmichael / kirby-markdown-field

Super-sophisticated markdown editor for Kirby 3, community built.
Other
160 stars 14 forks source link

2.0.0 was released but composer installation provides version 1.0.9 #148

Closed ieteo closed 2 years ago

ieteo commented 2 years ago

The release of 2.0.0 was 3 days ago, but installing this plug-in through composer installs version 1.0.9.

Trying to composer require k-community/markdown-field "^2.0"

gives following error

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires k-community/markdown-field ^2.0, found k-community/markdown-field[2.0.0-beta-1, 2.0.0-rc1, 2.0.0-rc2, 2.0.0-rc3] but it does not match your minimum-stability.

Looking at https://packagist.org/packages/k-community/markdown-field it shows last release 2.0.0-rc3 which was released on 2022-06-08 at 10:11 UTC . Github release of 2.0.0-rc3 was on 2022-06-08T10:12:56Z. Pretty much the same time.

The composer.json in main branch is still at version 2.0.0-rc3.

Kind regards Eteo

fabianmichael commented 2 years ago

@ieteo Thanks for the hint, just released 2.0.1, which fixes this issue.