Here is the error shown on the modules page with Masonry 7.x-1.1 and jquery.masonry.min.js v2.1.08

Note that the version is 7.x-1.1 while the error is related to 7.x-1.0

Masonry
7.x-1.1	Makes the 'jQuery Masonry' plugin available to Drupal as a library.
Requires: Libraries (>=2.x) (incompatible with version 7.x-1.0)

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

The error you posted is telling you that Masonry is not compatible with the version of Libraries you have installed.

As per the error message and the Masonry project page, please upgrade to use Libraries 2.0 and try again.

maruan’s picture

Status: Closed (works as designed) » Active

sorry to bug you again about this, @BWPanda, but I think that you missed the point.
the jquery.masonry.min.js library is already >= 2.x. It is the latest v2.1.08 as stated above.

cheers !!

Anonymous’s picture

Status: Active » Closed (works as designed)

Your copy of the jQuery Masonry library is correct, but your copy of the Libraries module isn't.

The message you posted initially says:

Requires: Libraries (>=2.x) (incompatible with version 7.x-1.0)

You have version 1.0 of the Libraries module; you need version 2.0.

maruan’s picture

thank you for clarifying that.
now, that you said it, it seems reasonable, but it definitely got me confused earlier.
thanks again !!