There will be changes required to the admin side in order for IH3 to work with 1.5
notably ( image_handler_tools_dhtml.php ) will be deleted
and replaced with a new datafile definition (
Code:
define('BOX_TOOLS_IMAGE_HANDLER', 'Image Handler');
)
An sql statement will need to be run in order to register the page in the new 1.5 admin pages. (
Code:
INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('imageHandler', 'BOX_TOOLS_IMAGE_HANDLER', 'FILENAME_IMAGE_HANDLER', '', 'tools', 'Y', 999);
)
These change will make IH3 non-backward compatible with previous versions.
Front end files will need to be compared and merged if necessary.
I'll let you know how I fair with the testing.
Bookmarks