A bunch of extensions I use were updated with extension registration, but it seems the backwards compatibility isn't working for me. For example I have the following three extensions enabled:
require_once( "$IP/extensions/CharInsert/CharInsert.php" ); require_once( "$IP/extensions/Cite/Cite.php" ); require_once( "$IP/extensions/Gadgets/Gadgets.php" );
Only CharInsert is showing up in my Special:Version page, even though they're all using extension registration. All my other extensions which haven't been updated are still working. Is the backwards compatibility supposed to work without any further changes, or am I missing something?