Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

Failed to download backpack/editable-columns from dist version (2.1.6) #839

Closed backpack-operations closed 4 months ago

backpack-operations commented 4 months ago

Hello Team, I just received this on an email, the problem is that version 2.1.6 doesn't exist it jumps from 2.1.5 to 3.0.0 please advise!

" composer require backpack/editable-columns:^2.1.5 ./composer.json has been updated Running composer update backpack/editable-columns Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 11 installs, 94 updates, 0 removals

karandatwani92 commented 4 months ago

Hey @backpack-operations

Please ask him to make the following change in composer.json

"backpack/editable-columns": "^3.0",

He should try current version of editable column which is V3. He can find version releases here

pxpm commented 4 months ago

Hey @karandatwani92 user may not have access to v3 and it's something broken on our side.

@backpack-operations I've tagged 2.1.7 to try to fix the issue. Our private repository should take a couple time to pick the updated version, but then everything should work with a composer update backpack/editable-columns.

Cheers

ceeckhout commented 4 months ago

Hi all,

Thanks for the answers. It's my issue. I want to install version 2.1.5, as I am currently still using Laravel 9 and do not want to update for the moment for various reasons. But for some inexplicable reason the application always wants to download 2.1.6, which apparently doesn't exist. Hence my question, how can I get it to install version 2.1.5.

Thank you

ceeckhout commented 4 months ago

It looks like I was able to fix it. Thanks anyway!

tabacitu commented 4 months ago

Hey @karandatwani92 user may not have access to v3 and it's something broken on our side.

@backpack-operations I've tagged 2.1.7 to try to fix the issue. Our private repository should take a couple time to pick the updated version, but then everything should work with a composer update backpack/editable-columns.

Cheers

Done! I've just pushed 2.1.7 - it's available to download from our private repo now.

ceeckhout commented 4 months ago

backpack/editable-columns 2.1.7 requires backpack/crud ^6.0 -> found backpack/crud[6.0.0, ..., v6.x-dev] but it conflicts with your root composer.json require (^5.4).

For the moment I want to keep backpack/crud version for Laravel 9.

pxpm commented 4 months ago

@ceeckhout you right, my bad, I broke 2.1.7. Sorry for that.

I've tagged a new version 2.1.8 that should work just fine 🙏

Our private repo should pick it in a few moments and you will be able to get it with a composer update.

Cheers

ceeckhout commented 4 months ago
pxpm commented 4 months ago

Hey @ceeckhout

Please check in your tokens page https://backpackforlaravel.com/user/tokens if you have access to that version.

From that http error it seems you don't have access to updates anymore.

Cheers

ceeckhout commented 4 months ago

@pxpm

Package | Updates Until | Latest Version with Access backpack/editable-columns | 2023-12-12 | 3.0.3

Doesn't that mean that I should still be able to download all versions up to and including 3.0.3?

pxpm commented 4 months ago

Hey @ceeckhout the updates are by date, not by version.

So in your case it means that you have access and can download all the code we pushed until 2023-12-12.

There was an issue that we emailed all our users to update, if you don't have access to the fixed versions we also sent you in that email the steps on how you can apply the fix yourself without the need to buy a new licence if you don't want to get the other updates/fixes.

In case you missed that email, or are having trouble to implement those fixes yourself, send an email to hello@backpackforlaravel.com and we will send you the instructions again.

Closing this now, thanks for your time, and sorry for bothering 🙏