govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-139] Update service_links 7.x-2.4 (from 7.x-2.3) #834

Closed suhyeonh closed 4 years ago

suhyeonh commented 5 years ago

https://www.drupal.org/project/service_links/releases/7.x-2.4

Release notes Issue #2160343: Add option to show share button in facebook like button widget by Andreas Radloff Issue #2282383: "Field tags" as entity reference field by yaronmiro, mibfire Issue #2499217: Support for localized Facebook share button by dxx Issue #2575009: Use new URL (+HTTPS) for Facebook (Share + Like), Twitter by dxx, jenlampton, volkswagenchick Issue #1655240: Add an alter hook for the service_links settings on a given node by dww

drupal-spider commented 4 years ago

PHP 7.3 compatibility issue:

service_links/plugins/service_links_sprites.module


FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE


85 | WARNING | Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.


More information:

https://www.drupal.org/project/service_links/issues/3084372

Patch to fix it:

https://www.drupal.org/files/issues/2019-09-27/service_links--3084372-2.patch