Update instructions for updating Header Tags SEO version 3.1.2 to
Header Tags SEO V 3.1.3 by Jack_mcs

1) Upload the following files, replacing the ones on the server:

admin/header_tags_fill_tags.php
admin/header_tags_test.php
admin/includes/functions/header_tags.php
admin/includes/languages/english/header_tags_seo.php
includes/functions/header_tags.php

2) Run the following MySQL command via phpmyadmin:

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added, use_function)
 VALUES (NULL,'Display Category Parents in Title and Tags', 'HEADER_TAGS_ADD_CATEGORY_PARENTS', 'Standard', 'Adds all categories in the current path (Full), all immediate categories if the product is in more than one category (Duplicate) or only the immediate category (Standard). These settings only work if the Category checkbox is enabled in Page Control.', '543', '5', 'tep_cfg_select_option(array(''Full Category Path'', ''Duplicate Categories'', ''Standard''), ', now(), NULL);

