You are here

UPGRADE.txt in Easy Social 8.3

Same filename and directory in other branches
  1. 8.4 UPGRADE.txt
There is actually NO upgrade path from the Drupal 7 to the Drupal 8 versions for
now and for the forseeable future too.

The main reason for this is that the module was actually completely re-written
from scratch for Drupal 8 and significant changes have been made to pretty much
every part of it.

Notable changes
---------------

* All configuration has been moved to the new YML format.

* All widgets are now expected to define a theme function to handle returning
  their markup. What this means is that the output of all widgets can now be
  easily altered in the same way as any other theme function.

* We now include a Pinterest widget by default.

* We now include an example module that shows how to create a custom widget.

File

UPGRADE.txt
View source
  1. There is actually NO upgrade path from the Drupal 7 to the Drupal 8 versions for
  2. now and for the forseeable future too.
  3. The main reason for this is that the module was actually completely re-written
  4. from scratch for Drupal 8 and significant changes have been made to pretty much
  5. every part of it.
  6. Notable changes
  7. ---------------
  8. * All configuration has been moved to the new YML format.
  9. * All widgets are now expected to define a theme function to handle returning
  10. their markup. What this means is that the output of all widgets can now be
  11. easily altered in the same way as any other theme function.
  12. * We now include a Pinterest widget by default.
  13. * We now include an example module that shows how to create a custom widget.