You are here

CHANGELOG.txt in Link Icon 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
Link icon 7.x-1.0-dev, 2020-01-12
---------------------------------
- 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 micro optimizations.

Link icon 7.x-1.0-dev, 2019-03-09
---------------------------------
- Issue #2986397 by zipymonkey, bohz, gausarts: Predefined titles are not set in
  linkicon_field_process().

Link icon 7.x-1.0-dev, 2016-05-20
---------------------------------
- Issue #2724757 by slbrassard: Required functionality for all link fields
  broken by module.

Link icon 7.x-1.0-dev, 2016-04-21
---------------------------------
- Fixed for Undefined index notices during admin preview.

Link icon 7.x-1.0-dev, 2016-04-11
---------------------------------
- Off-loaded admin-related functions into includes/linkicon.admin.inc to
  de-clutter the module file.

Link icon 7.x-1.0-dev, 2015-11-26
---------------------------------
- Cleaned up trivial things.

Link icon 7.x-1.0-dev, 2015-6-11
--------------------------------
- Fixed for silly Netbeans windows linebreaking.
- #2502155 by Sam152: Use field formatter on '\''text'\'' field type.

Link icon 7.x-1.0-dev, 2015-3-24
--------------------------------
Fixed trivial missing space between '#theme' => 'icon' at theme_linkicon_item().
Issue #2413351 by andregriffin: Use tokens or punctuation in predefined title
  field
Issue #2453995 by derek smalls: Broken integration with FontAwesome 2x via icon
  module.
Added #icon_prefix key to theme_linkicon_item().
Fixed duplicated icon class when Fontawesome < 4 in use.
Added preview when Fontawesome module present.
Fixed various pareview.sh complain with CSS, and other standards.
Added CHANGELOG.txt.

File

CHANGELOG.txt
View source
  1. Link icon 7.x-1.0-dev, 2020-01-12
  2. ---------------------------------
  3. - Issue #3035351 by gausarts, janes_p: Support FontAwesome 5+ and SVG with JS.
  4. - Added a new option to support FontAwesome 5+: Additional icon classes
  5. - Simplified settings at item level to match the container ones, basically
  6. removing `linkicon_` prefixes as we are now confident no conflicts found with
  7. parent link settings, e.g.: `linkicon_load` to `load`.
  8. - Added micro optimizations.
  9. Link icon 7.x-1.0-dev, 2019-03-09
  10. ---------------------------------
  11. - Issue #2986397 by zipymonkey, bohz, gausarts: Predefined titles are not set in
  12. linkicon_field_process().
  13. Link icon 7.x-1.0-dev, 2016-05-20
  14. ---------------------------------
  15. - Issue #2724757 by slbrassard: Required functionality for all link fields
  16. broken by module.
  17. Link icon 7.x-1.0-dev, 2016-04-21
  18. ---------------------------------
  19. - Fixed for Undefined index notices during admin preview.
  20. Link icon 7.x-1.0-dev, 2016-04-11
  21. ---------------------------------
  22. - Off-loaded admin-related functions into includes/linkicon.admin.inc to
  23. de-clutter the module file.
  24. Link icon 7.x-1.0-dev, 2015-11-26
  25. ---------------------------------
  26. - Cleaned up trivial things.
  27. Link icon 7.x-1.0-dev, 2015-6-11
  28. --------------------------------
  29. - Fixed for silly Netbeans windows linebreaking.
  30. - #2502155 by Sam152: Use field formatter on '\''text'\'' field type.
  31. Link icon 7.x-1.0-dev, 2015-3-24
  32. --------------------------------
  33. Fixed trivial missing space between '#theme' => 'icon' at theme_linkicon_item().
  34. Issue #2413351 by andregriffin: Use tokens or punctuation in predefined title
  35. field
  36. Issue #2453995 by derek smalls: Broken integration with FontAwesome 2x via icon
  37. module.
  38. Added #icon_prefix key to theme_linkicon_item().
  39. Fixed duplicated icon class when Fontawesome < 4 in use.
  40. Added preview when Fontawesome module present.
  41. Fixed various pareview.sh complain with CSS, and other standards.
  42. Added CHANGELOG.txt.