The number of editable elements continues to grow with this version of your favourite inline editor for WordPress:
Besides tags and terms, you can now edit categories as well, using the same interface. They all have autosuggest enabled, to make it easier to work with.
Custom fields with multiple values can also be edited now. Here’s a code example:
<ul> <?php $values = get_editable_post_meta(get_the_ID(), 'my_key'); foreach ( $values as $value ) echo '<li>' . $value . '</li>'; ?> </ul>
Finally, you can now edit all widget titles, not just titles of text widgets.
Other enhancements:
- optimized script loading
- fixed issue with Internet Explorer
- fixed issue with comment paragraphs
- fixed issues with the
$postglobal

Hello and happy new year!
The recent upgrade disabled the Text & Html widget editing for me.
Up until yesterday everything worked fine.
Any ideas on what I could check?
Forgot to disable commets.
See my reply here.