link 1.3 was recently released:
https://www.drupal.org/node/2361091
There are loads of bug fixes. I think the only place this is used in Panopoly is on the "Add Links" widget, which does have automated tests. But we should do some quick manual tests before merging.
Comments
Comment #1
dsnopekDid manual testing by creating an "Add links" widget. Also, ran the Behat tests for the same widget locally. So, committed!
Comment #3
dsnopekTests on Travis-CI reveal that this update causes Panopoly to have overridden Features after a fresh install:
https://travis-ci.org/panopoly/panopoly/builds/40493122
So, we need to do some
drush fu panopoly_widgetsand get the change pulled in!Comment #5
dsnopekFix committed! Let's see what Travis-CI has to say:
https://travis-ci.org/panopoly/panopoly/builds/40781141