Version detection of the library is wrong. Installed version v1.0.17 is reported as "1.", the regex for this is currently "/responsive-nav.js v([1-9\.]+)/", correct would be "/responsive-nav.js v([0-9\.]+)/".
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2172355-1.responsive_navigation.wrong_version_pattern.patch | 518 bytes | bkonetzny |
Comments
Comment #1
bkonetzny commentedComment #2
jrabeemer commentedThe version detection is refactored.
https://www.drupal.org/commitlog/commit/53860/9fc5ecf6920feacda130227949...