You are here

CHANGELOG.txt in Link Icon 8

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
Linkicon 8.x-1.0-dev, 2021-06-18
--------------------------------
- Issue #3157361 by gausarts, inst, digdanlow: Warning in Layout Builder.
- Made previews available regardless library availability.

Linkicon 8.x-1.0-dev, 2020-01-12
--------------------------------
- Fixed for deprecated Unicode::strtolower for mb_strtolower.
- Issue #3035351 by gausarts, janes_p: Support FontAwesome 5+ and SVG with JS.
- Added a new option to support FontAwesome 5+: Additional icon classes
- Simplified settings at item level to match the container ones, basically
  removing `linkicon_` prefixes as we are now confident no conflicts found with
  parent link settings, e.g.: `linkicon_load` to `load`.
- Added LinkIconFormatterTrait to declutter the main formatter body.
- Added micro optimizations.
- Added supports for multiple libraries.
- Issue #3082436 by alonaoneill: Capitalize the name of the module in .info.yml
  file.
- Issue #3045103 by Webbeh, auxiliaryjoel: Poor Installation Instructions.

Linkicon 8.x-1.0-dev, 2017-04-07
--------------------------------
- Converted leftovers to short array syntax.
- Fixed for undefined index at "Manage display" admin pages.
- Improved README.
- Issue #2867120 by keithm: Add additional fields for themers.

Linkicon 8.x-1.0-dev, 2016-11-29
--------------------------------
- Updated .info file.

Linkicon 8.x-1.0-dev, 2016-09-20
--------------------------------
- #2799217 by flocondetoile: requirement not satisfiable prevent installing
  linkicon with composer.

Linkicon 8.x-1.0-dev, 2016-08-30
--------------------------------
- Fixed for schema errors if using Views.

Linkicon 8.x-1.0-dev, 2016-08-29
--------------------------------
- #2782445 by bapi_22: ! placeholder removed from t() and format_string().
- A few cleanups.

Linkicon 8.x-1.0-dev, 2016-08-03
--------------------------------
- #2769863 by ashwin.shaharkar: Add composer.json.

Linkicon 8.x-1.0-dev, 2016-07-14
--------------------------------
- Removed deprecated @file docblock as per [#2665992], [#2304909].

Linkicon 8.x-1.0-dev, 2016-03-29
--------------------------------
- #2662424 by heykarthikwithu, gausarts: Replace deprecated usage of
  drupal_render with renderer.

Linkicon 8.x-1.0-dev, 2016-01-21
--------------------------------
- Fixed for Notice: Undefined index: #type in drupal_process_states() (line 580.
- Issue #2653426 by heykarthikwithu: Replace deprecated usage of \Drupal::url
  with Url::fromRoute and Remove unused imports in code base

Linkicon 8.x-1.0-dev, 2015-11-22
--------------------------------
- Cleaned up trivial things.

Linkicon 8.x-1.0-dev, 2015-11-16
--------------------------------
- #2615954 by Sam152: Use strict comparison in
  hook_field_widget_WIDGET_TYPE_form_alter

Linkicon 8.x-1.0-dev, 2015-10-02
--------------------------------
- Fixed the new static links at linkicon_help() for Beta16, see 2575819.
- Fixed the new $langcode param at LinkIconFormatter::viewElements() for Beta16.

Linkicon 8.x-1.0-dev, 2015-09-22
--------------------------------
- #2572501 by benjy: Fix schema errors.
- Updated linkicon.settings type from mapping to config_object to reflect betas.

Linkicon 8.x-1.0-dev, 2015-09-06
--------------------------------
- Updated for SafeMarkup::set() removal since Drupal 8.0.0-beta15, see 2549395.

Linkicon 8.x-1.0-dev, 2015-03-29
--------------------------------
Fixed broken styling for Fontawesome >= 4 which uses 'fa' prefix.
Updated String::checkPlain() to SafeMarkup::checkPlain(), see #2457593.
Updated link generator as per beta9, see #2392803,
  dropping 'html' options.
Updated to drupal 8.0.0-beta9.

Linkicon 8.x-1.0-dev, 2015-03-06
--------------------------------
Fixed various pareview.sh complains.

Linkicon 8.x-1.0-dev, 2015-02-28
--------------------------------
Fixed extra spaces formatted by grammar_parser.
Fixed "missing schema" error for "title_predefined" textarea value.
Changed "predefined" option to use integer to match link.schema.yml as defined
  under "field.field_settings.link". Be sure to re-save your existing field at:
  admin/structure/types/manage/[TYPE]/fields/node.page.FIELD_NAME
  Existing display will still show fine. However since option is changed, please
  re-save the field till the module has proper hook_update().

Renamed LinkiconSettingsForm.php to LinkIconSettingsForm.php.
Added linkicon.settings schema.

Linkicon 8.x-1.0-dev, 2015-02-26
--------------------------------
Updated to drupal 8.0.0-beta7.

Linkicon 8.x-1.0-dev, 2015-02-16
--------------------------------
Converted theme_linkicon_item() to linkicon-item.html.twig.
Added linkicon.theme.inc
Added CHANGELOG.txt.

File

CHANGELOG.txt
View source
  1. Linkicon 8.x-1.0-dev, 2021-06-18
  2. --------------------------------
  3. - Issue #3157361 by gausarts, inst, digdanlow: Warning in Layout Builder.
  4. - Made previews available regardless library availability.
  5. Linkicon 8.x-1.0-dev, 2020-01-12
  6. --------------------------------
  7. - Fixed for deprecated Unicode::strtolower for mb_strtolower.
  8. - Issue #3035351 by gausarts, janes_p: Support FontAwesome 5+ and SVG with JS.
  9. - Added a new option to support FontAwesome 5+: Additional icon classes
  10. - Simplified settings at item level to match the container ones, basically
  11. removing `linkicon_` prefixes as we are now confident no conflicts found with
  12. parent link settings, e.g.: `linkicon_load` to `load`.
  13. - Added LinkIconFormatterTrait to declutter the main formatter body.
  14. - Added micro optimizations.
  15. - Added supports for multiple libraries.
  16. - Issue #3082436 by alonaoneill: Capitalize the name of the module in .info.yml
  17. file.
  18. - Issue #3045103 by Webbeh, auxiliaryjoel: Poor Installation Instructions.
  19. Linkicon 8.x-1.0-dev, 2017-04-07
  20. --------------------------------
  21. - Converted leftovers to short array syntax.
  22. - Fixed for undefined index at "Manage display" admin pages.
  23. - Improved README.
  24. - Issue #2867120 by keithm: Add additional fields for themers.
  25. Linkicon 8.x-1.0-dev, 2016-11-29
  26. --------------------------------
  27. - Updated .info file.
  28. Linkicon 8.x-1.0-dev, 2016-09-20
  29. --------------------------------
  30. - #2799217 by flocondetoile: requirement not satisfiable prevent installing
  31. linkicon with composer.
  32. Linkicon 8.x-1.0-dev, 2016-08-30
  33. --------------------------------
  34. - Fixed for schema errors if using Views.
  35. Linkicon 8.x-1.0-dev, 2016-08-29
  36. --------------------------------
  37. - #2782445 by bapi_22: ! placeholder removed from t() and format_string().
  38. - A few cleanups.
  39. Linkicon 8.x-1.0-dev, 2016-08-03
  40. --------------------------------
  41. - #2769863 by ashwin.shaharkar: Add composer.json.
  42. Linkicon 8.x-1.0-dev, 2016-07-14
  43. --------------------------------
  44. - Removed deprecated @file docblock as per [#2665992], [#2304909].
  45. Linkicon 8.x-1.0-dev, 2016-03-29
  46. --------------------------------
  47. - #2662424 by heykarthikwithu, gausarts: Replace deprecated usage of
  48. drupal_render with renderer.
  49. Linkicon 8.x-1.0-dev, 2016-01-21
  50. --------------------------------
  51. - Fixed for Notice: Undefined index: #type in drupal_process_states() (line 580.
  52. - Issue #2653426 by heykarthikwithu: Replace deprecated usage of \Drupal::url
  53. with Url::fromRoute and Remove unused imports in code base
  54. Linkicon 8.x-1.0-dev, 2015-11-22
  55. --------------------------------
  56. - Cleaned up trivial things.
  57. Linkicon 8.x-1.0-dev, 2015-11-16
  58. --------------------------------
  59. - #2615954 by Sam152: Use strict comparison in
  60. hook_field_widget_WIDGET_TYPE_form_alter
  61. Linkicon 8.x-1.0-dev, 2015-10-02
  62. --------------------------------
  63. - Fixed the new static links at linkicon_help() for Beta16, see 2575819.
  64. - Fixed the new $langcode param at LinkIconFormatter::viewElements() for Beta16.
  65. Linkicon 8.x-1.0-dev, 2015-09-22
  66. --------------------------------
  67. - #2572501 by benjy: Fix schema errors.
  68. - Updated linkicon.settings type from mapping to config_object to reflect betas.
  69. Linkicon 8.x-1.0-dev, 2015-09-06
  70. --------------------------------
  71. - Updated for SafeMarkup::set() removal since Drupal 8.0.0-beta15, see 2549395.
  72. Linkicon 8.x-1.0-dev, 2015-03-29
  73. --------------------------------
  74. Fixed broken styling for Fontawesome >= 4 which uses 'fa' prefix.
  75. Updated String::checkPlain() to SafeMarkup::checkPlain(), see #2457593.
  76. Updated link generator as per beta9, see #2392803,
  77. dropping 'html' options.
  78. Updated to drupal 8.0.0-beta9.
  79. Linkicon 8.x-1.0-dev, 2015-03-06
  80. --------------------------------
  81. Fixed various pareview.sh complains.
  82. Linkicon 8.x-1.0-dev, 2015-02-28
  83. --------------------------------
  84. Fixed extra spaces formatted by grammar_parser.
  85. Fixed "missing schema" error for "title_predefined" textarea value.
  86. Changed "predefined" option to use integer to match link.schema.yml as defined
  87. under "field.field_settings.link". Be sure to re-save your existing field at:
  88. admin/structure/types/manage/[TYPE]/fields/node.page.FIELD_NAME
  89. Existing display will still show fine. However since option is changed, please
  90. re-save the field till the module has proper hook_update().
  91. Renamed LinkiconSettingsForm.php to LinkIconSettingsForm.php.
  92. Added linkicon.settings schema.
  93. Linkicon 8.x-1.0-dev, 2015-02-26
  94. --------------------------------
  95. Updated to drupal 8.0.0-beta7.
  96. Linkicon 8.x-1.0-dev, 2015-02-16
  97. --------------------------------
  98. Converted theme_linkicon_item() to linkicon-item.html.twig.
  99. Added linkicon.theme.inc
  100. Added CHANGELOG.txt.