Skip to content

Commit

Permalink
docs(icons): Add docs for Font Awesome changes in #8578
Browse files Browse the repository at this point in the history
Fixes #8625
  • Loading branch information
mrclay committed Jul 2, 2015
1 parent 0426865 commit eb9bcde
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/guides/upgrading.rst
Expand Up @@ -308,7 +308,7 @@ Creating a relationship triggers only one event
Entity relationship creation no longer fires the legacy "create" event using the relationship name as the type. E.g. Listening for the ``"create", "member"`` event will no longer capture group membership additions. Use the ``"create", "relationship"`` event. Entity relationship creation no longer fires the legacy "create" event using the relationship name as the type. E.g. Listening for the ``"create", "member"`` event will no longer capture group membership additions. Use the ``"create", "relationship"`` event.


Discussion feature has been pulled from groups into its own plugin Discussion feature has been pulled from groups into its own plugin
------------------------------------------------------------------- ------------------------------------------------------------------


The ``object, groupforumtopic`` subtype has been replaced with the The ``object, groupforumtopic`` subtype has been replaced with the
``object, discussion`` subtype. If your plugin is using or altering ``object, discussion`` subtype. If your plugin is using or altering
Expand Down Expand Up @@ -360,6 +360,15 @@ priority. Some of these handlers will most likely be called in a different order


Elgg no longer provides this endpoint for exposing resource data. Elgg no longer provides this endpoint for exposing resource data.


Icons migrated to Font Awesome
------------------------------

Elgg's sprites and most of the CSS classes beginning with ``elgg-icon-``
`have been removed <https://github.com/Elgg/Elgg/pull/8578/files#diff-b3912b37ca7bd6c53a2968ccb6c22a94L22>`_.

Usage of ``elgg_view_icon()`` is backward compatible, but static HTML using the ``elgg-icon``
classes will have to be updated to the new markup.

Introduced third-party library for sending email Introduced third-party library for sending email
------------------------------------------------ ------------------------------------------------


Expand Down

0 comments on commit eb9bcde

Please sign in to comment.