It's kind of impossible to generally say how easy or difficult it is to update a plugin released for older versions of Elgg to work on the current version(s) of Elgg. You could say that the newer the Elgg versions the plugin has been originally released the less changes will be necessary. A simple plugin is normally easier to update but "simple" is not necessarily something you can be sure about by a brief look on the code of a plugin. It's likely that the most extensive changes might be necessary when updating a plugin written for Elgg 1.7 to work on Elgg 1.8. From 1.8 to 1.9 it should be less changes necessary and for a plugin fully compatible with Elgg 1.9 the changes for Elgg 1.10 - 1.12 should be almost non-existing. Updating a plugin that works on Elgg 1.12 to Elgg 2.0 - 2.2 might not even be necessary sometimes - as it already fully works - but sometimes you need to change again a few things. If the plugin you intend to update contains Javascript code it is likely that you need to make changes there in the way the JS code is loaded. But you would need to change that only once for the JS code to work again from Elgg 1.9 - 2.2.
A list of changes introduced by new versions of Elgg that might require modifications in plugins can be found at http://learn.elgg.org/en/2.0/guides/upgrading.html. Other info that might be useful for plugin devs can be found in the Development sections of the learn.elgg.org site, too.
A useful plugin is the Code Analyzer plugin to be found at https://elgg.org/plugins/1213751. It can show usage of deprecated functions used in the code of plugins (it list a lot but not necessarily all deprecated functions used). The Code Analyzer plugin will give you at least a quick overview of "easy" issues to fix before you might need to work on more difficult issues.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.