# Zoints SEO 2.2.2
# Copyright (C) 2006  Zoints Inc
# 
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
# 
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
# 

Updating from 2.2.* to 2.2.2:
========================================
Update the product with "product-zointsseo-2.2.2.xml". (be sure to set "Allow Overwrite" to "Yes")
Upload the following files from the distribution:

	/upload/admincp/zseo.php				=> <forum dir>/admincp/zseo.php


Updating from 2.1.8 to 2.2.0:
========================================
Update the product with "product-zointsseo-2.1.8.xml". (be sure to set "Allow Overwrite" to "Yes")

Updating from 2.1.7 to 2.1.8:
========================================
Update the product with "product-zointsseo-2.1.8.xml". (be sure to set "Allow Overwrite" to "Yes")

Updating from 2.1.5 to 2.1.7:
========================================
Update the product with "product-zointsseo-2.1.7.xml". (be sure to set "Allow Overwrite" to "Yes")
Upload the following files from the distribution:

	/upload/includes/functions_zseo.php			=> <forum dir>/includes/functions_zseo.php


Updating from 2.1.5 to 2.1.6:
========================================
Update the product with "product-zointsseo-2.1.6.xml". (be sure to set "Allow Overwrite" to "Yes")

Updating from 2.1.2 RC3 to 2.1.5:
========================================
Update the product with "product-zointsseo-2.1.5.xml". (be sure to set "Allow Overwrite" to "Yes")
Upload the following files from the distribution:

	/upload/includes/functions_zseo.php			=> <forum dir>/includes/functions_zseo.php


Updating from 2.0.9 RC3 to 2.1.2 RC4:
========================================

Update the product with "product-zointsseo-2.1.2.xml". (be sure to set "Allow Overwrite" to "Yes")

Upload the following files from the distribution:

	/upload/admincp/zseo.php				=> <forum dir>/admincp/zseo.php
	/upload/includes/xml/cpnav_zointsseo.xml		=> <forum dir>/includes/xml/cpnav_zointsseo.xml
	/upload/includes/functions_zseo.php			=> <forum dir>/includes/functions_zseo.php
	/upload/includes/functions_zseo_archive.php	=> <forum dir>/includes/functions_zseo_archive.php

Follow template edit h) if necessary.


Updating from 2.0.8 RC2 to 2.0.9 RC3:
========================================

Upload the following file from the distribution:

	/upload/includes/functions_zseo.php => <forum directory>/includes/functions_zseo.php



Updating from 2.0.7 RC1 to 2.0.8 RC2:
========================================

No file updates necessary.

If you are using mod_rewrite to rewrite your urls, edit your .htaccess file:

Find:
----------------------------------------
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p\[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
----------------------------------------
Replace With:
----------------------------------------
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
----------------------------------------