• CodePoet

    (@design_dolphin)


    This was done in a clean install of WordPress 2.7 and a clean install of AZIndex plugin in a testing environment. I don’t know if this will work for a existing plugin installation and WordPress upgrade. Check on a development machine if you want to be sure.

    In 2.7

    az-index-admin.php line 49:

    define('AZ_PAGENAME', 'edit.php?page=az-index-manager');

    appears that it needs to be:

    define('AZ_PAGENAME', 'tools.php?page=az-index-manager');

    in order to add new indexes. At time of writing the plugin is in the menu ‘tools’ therefore the path change.

    Plugin and output appear to be working fine at first glance. Further testing is of course needed to be sure.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AZIndex] Updating to 2.7’ is closed to new replies.