<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wowhead Tooltips &#187; wow</title>
	<atom:link href="http://www.wowhead-tooltips.com/tag/wow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowhead-tooltips.com</link>
	<description>It&#039;s not a bug, it&#039;s a design feature.</description>
	<lastBuildDate>Mon, 17 May 2010 20:52:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Version 4.2.1 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/05/17/version-4-2-1-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/05/17/version-4-2-1-released/#comments</comments>
		<pubDate>Mon, 17 May 2010 20:52:24 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowhead-tooltips.com/?p=632</guid>
		<description><![CDATA[Version 4.2.1 has been released to fix a few bugs that had been found in a few of the modules. For full release notes see: http://support.wowhead-tooltips.com/threads/152-Version-4.2.1-Released!.]]></description>
			<content:encoded><![CDATA[<p class="indent">Version 4.2.1 has been released to fix a few bugs that had been found in a few of the modules.  For full release notes see: <a href="http://support.wowhead-tooltips.com/threads/152-Version-4.2.1-Released!">http://support.wowhead-tooltips.com/threads/152-Version-4.2.1-Released!</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/05/17/version-4-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 4.0-beta1 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/03/19/version-4-0-beta1-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/03/19/version-4-0-beta1-released/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 01:46:23 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowhead-tooltips.com/?p=587</guid>
		<description><![CDATA[I am proud to announce the release of version 4.0-beta1 of Wowhead Tooltips. This release includes a major overhaul in how the installation of the script is handled and also how the configuration is handled. This release marks the initial introduction of the install script and the configuration class, which pulls the configuration data from [...]]]></description>
			<content:encoded><![CDATA[<p class="indent">I am proud to announce the release of version 4.0-beta1 of Wowhead Tooltips.  This release includes a major overhaul in how the installation of the script is handled and also how the configuration is handled.  This release marks the initial introduction of the install script and the configuration class, which pulls the configuration data from MySQL and gives all of the various modules access to any config variables they require.  In light of this all of the installation instructions for all software has been changed and you will need to follow the new instructions very closely.</p>
<br />
<h3>Changes/Additions</h3>
<em>There are quite a few changes in this release, but I will just try to mention the major ones.</em>
<ul>
<li>File <tt>config.php</tt> now only holds version information and MySQL information.  All other configuration options are now stored in the <tt>wowhead_config</tt> SQL table.</li>
<li>Introduction of a brand new installation script.  Script is designed to configure MySQL (including creating the tables), and setting up the config to your specifications.</li>
<li>Changed how any module which accesses the <a title='Original Link: http://www.wowarmory.com'  href="http://www.wowhead-tooltips.com/?Wx88VJvL">Armory</a> actually sends the queries according to a user suggestion.</li>
<li>Files <tt>armory.css</tt> and <tt>wowhead.css</tt> were moved to <tt>./wowhead/css</tt>.  This will make the installation easier to manage and add the possibility to create a CSS editor for those not proficient with it.</li>
<li>Installation instructions were changed to reflect the above change.</li>
</ul>
<br />
<h3>Upgrade Procedure</h3>
<p class="indent">Given the massive amounts of change in this release you will be forced to overwrite <em>ALL</em> files and run the new installation script.  Otherwise all sorts of issues could arise.  Don't say I didn't warn you.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)
<br /><br />
<em>Please note that this is a BETA release.  I have tested the installation script <strong>MANY</strong> times while writing it, and then afterwards during a long testing period.  If you run into any problems with the installation script please post them <a href="http://forums.wowhead-tooltips.com/installation-issues/issues-with-installation-script/">here</a> so I can get them fixed as soon as possible.</em>]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/03/19/version-4-0-beta1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Version 3.7.4 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/01/29/minor-version-3-7-4-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/01/29/minor-version-3-7-4-released/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:36:19 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=531</guid>
		<description><![CDATA[Version 3.7.4 has been released to fix a problem with the SQL table structure and a non-functional enchant module. Upgrade Procedure Simply overwrite ./includes/wowhead_enchant.php and ./table_scheme.sql with the ones in the zip file and you're all set. You will want to delete (drop) the SQL tables if they already exist. Download: http://www.wowhead-tooltips.com/downloads/ Support: E-Mail Me [...]]]></description>
			<content:encoded><![CDATA[<p class="indent">Version 3.7.4 has been released to fix a problem with the SQL table structure and a non-functional enchant module.</p>
<br />
<h3>Upgrade Procedure</h3>
<p class="indent">Simply overwrite <tt>./includes/wowhead_enchant.php</tt> and <tt>./table_scheme.sql</tt> with the ones in the zip file and you're all set.  You will want to delete (drop) the SQL tables if they already exist.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/01/29/minor-version-3-7-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.7.2 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/01/17/version-3-7-2-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/01/17/version-3-7-2-released/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:08:39 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=519</guid>
		<description><![CDATA[Version 3.7.1 has been released to fix an issue reported here. Enchant reagents weren't properly being pulled from Wowhead if they were only used once in a given enchant. Upgrade Procedure Simply overwrite ./includes/wowhead_enchant.php with the one in the zip file and you're all set. Download: http://www.wowhead-tooltips.com/downloads/ Support: E-Mail Me or Support Forums (Preferred)]]></description>
			<content:encoded><![CDATA[<p class="indent">Version 3.7.1 has been released to fix an issue reported <a href="http://forums.wowhead-tooltips.com/enchant-module/some-enchants-only-get-first-reagent/">here</a>.  Enchant reagents weren't properly being pulled from Wowhead if they were only used once in a given enchant.</p>
<br />
<h3>Upgrade Procedure</h3>
<p class="indent">Simply overwrite <tt>./includes/wowhead_enchant.php</tt> with the one in the zip file and you're all set.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/01/17/version-3-7-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.7.1 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/01/16/version-3-7-1-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/01/16/version-3-7-1-released/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 00:57:40 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[lich king]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=517</guid>
		<description><![CDATA[Version 3.7.1 has been released to fix an issue reported here. Nothing really major if you don't use the Russian language. Upgrade Procedure Simply overwrite ./includes/wowhead_spell.php with the one in the zip file and you're all set. Download: http://www.wowhead-tooltips.com/downloads/ Support: E-Mail Me or Support Forums (Preferred)]]></description>
			<content:encoded><![CDATA[<p class="indent">Version 3.7.1 has been released to fix an issue reported <a href="http://forums.wowhead-tooltips.com/spell-module/error-with-ru-wowheads/new/#new">here</a>.  Nothing really major if you don't use the Russian language.</p>
<br />
<h3>Upgrade Procedure</h3>
<p class="indent">Simply overwrite <tt>./includes/wowhead_spell.php</tt> with the one in the zip file and you're all set.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/01/16/version-3-7-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.7 Released!</title>
		<link>http://www.wowhead-tooltips.com/2010/01/08/version-3-7-released/</link>
		<comments>http://www.wowhead-tooltips.com/2010/01/08/version-3-7-released/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:26:29 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=508</guid>
		<description><![CDATA[As promised, here is version 3.7 for your enjoyment. Lots of fixes, changes, and additions in this version. This version marks the initial release of the enchant module which will treat enchants similarly to craftables, to stop people from trying to use the craft module to work with enchants, which it won't. Also included in [...]]]></description>
			<content:encoded><![CDATA[<p class="indent"><a href="http://www.wowhead-tooltips.com/wp-content/uploads/2010/01/enchant.png" rel="lightbox" title="Enchant Module Demo"><img src="http://www.wowhead-tooltips.com/wp-content/uploads/2010/01/enchant.png" alt="" title="Enchant" width="339" height="139" class="alignright size-full wp-image-509" /></a>As promised, here is version 3.7 for your enjoyment.  Lots of fixes, changes, and additions in this version.  This version marks the initial release of the enchant module which will treat enchants similarly to craftables, to stop people from trying to use the craft module to work with enchants, <em>which it won't</em>.  Also included in this release is the faction module, which took me quite some time to write.  It is by no means perfect, but its a good start to get it tested in the real world and see how it does.  The installation procedure has changed as well, so make sure you pay close attention to the upgrade section below.  Hopefully, you guys (and gals) will enjoy it.  If so, please consider <a href="http://wowhead-tooltips.com/contact/donate/">donating</a> or click the ads you see on the site.  Also, consider adding your website to the <a href="http://wowhead-tooltips.com/tools/sitedb/">site database</a>.</p>
<br />
<h3>Changes/Additions</h3>
<ul>
<li>Added the enchant module.
<ul>
<li>Enchants will now function similar to the craftable module.</li>
<li>Two new SQL tables were added to store this information in the cache.</li>
</ul>
</li>
<li>Added the faction module.
<ul>
<li>Faction information is pulled from <a title='Original Link: http://wowhead.com'  href="http://www.wowhead-tooltips.com/?CJfxC47o">Wowhead</a> and displayed in the tooltip.</li>
<li>Faction rewards are also pulled and displayed in a toggle, via an external PHP file <tt>./external/faction.php</tt>.</li>
<li>SQL table created to store this new information.</li>
</ul>
</li>
<li>Changed how the SQL tables are created.
<ul>
<li>Rather than having to run <tt>create_table.php</tt>, the script will automatically create the SQL tables when it detects that they are not currently in the database.</li>
<li>Make sure you run <tt>delete_tables.php</tt> so that the script can properly detect the lack of tables and create the new SQL structure.  More on that below.</li>
</ul>
</li>
<li>Removed JavaScript files no longer used by the script.</li>
<li>All config variables in <tt>config.php</tt> are now enclosed in double quotes (&quot;) to prevent escaping problems.</li>
</ul>
<br />
<h3>Upgrade</h3>
<p class="indent">The proper way to upgrade to version 3.7 would be to simply do a complete reinstall.  There were numerous changes to most of the files, so simply overwriting a few would not work.  Also, the SQL table structure, along with how the tables are created have changed, so a full install is required.  The SQL tables are now created automatically when the script first connects to SQL and does not find the tables.  In light of this, <strong>you must run <tt>delete_tables.php</tt> to remove the SQL tables, so that the new table structure will be created.</strong>  Do not report errors on the forums because you failed to delete your old tables so the new ones could be created.  I will simply point you to this post.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2010/01/08/version-3-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Version 3.6.8.1 Released!</title>
		<link>http://www.wowhead-tooltips.com/2009/12/30/minor-version-3-6-8-1-released/</link>
		<comments>http://www.wowhead-tooltips.com/2009/12/30/minor-version-3-6-8-1-released/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 03:38:30 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=484</guid>
		<description><![CDATA[No major additions or fixes in this version just a small fix related to PHP in safe mode and the object module. See the upgrade procedure for more information. Update Procedure Simply overwrite the files listed below and you're all set. There is no need to recreate the MySQL tables, as there were no changes [...]]]></description>
			<content:encoded><![CDATA[<p class="indent">No major additions or fixes in this version just a small fix related to PHP in safe mode and the object module.  See the upgrade procedure for more information.</p>
<br />
<h3>Update Procedure</h3>
<p class="indent">Simply overwrite the files listed below and you're all set.  There is no need to recreate the MySQL tables, as there were no changes to the SQL table structure.  All files are located relative to the <tt>wowhead</tt> folder.</p>
<ul>
<li><tt>./includes/wowhead.php</tt></li>
<li><tt>./includes/wowhead_object.php</tt></li>
</ul>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2009/12/30/minor-version-3-6-8-1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 3.6.8 Released!</title>
		<link>http://www.wowhead-tooltips.com/2009/12/30/version-3-6-8-released/</link>
		<comments>http://www.wowhead-tooltips.com/2009/12/30/version-3-6-8-released/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:10:08 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=482</guid>
		<description><![CDATA[It gives me great pleasure to release version 3.6.8 and finally (hopefully) put to rest some of the bugs that have been plaguing me lately. Fixes/Additions Completely removed all traces of the log module. Will return in version 4, which will be yet another complete rewrite. Added object module. Functions the same as the quest [...]]]></description>
			<content:encoded><![CDATA[<p class="indent">It gives me great pleasure to release version 3.6.8 and finally (hopefully) put to rest some of the bugs that have been plaguing me lately.</p>
<br />
<h3>Fixes/Additions</h3>
<ul>
<li>Completely removed all traces of the log module.  Will return in version 4, which will be yet another complete rewrite.</li>
<li>Added <a title='Original Link: http://www.wowhead.com/?objects'  href="http://www.wowhead-tooltips.com/?moGEzxfU">object</a> module.  Functions the same as the quest or spell modules.</li>
<li>Changed how the SQL tables are handled to prevent the SQL issues that have been reported in the past.</li>
<li>Fixed issue with the recruit module not properly finding the talent breakdowns.</li>
<li>Numerous other small bug fixes and code clean up.</li>
</ul>
<br />
<h3>Upgrade Procedure</h3>
<p class="indent">Given the numerous changes in this version, I would recommend doing a fresh install to clear out any of the bugs that may get overlooked otherwise.  This includes replacing <tt>config.php</tt>, which has changed slightly.  You don't necessarily need to run <tt>clear_table.php</tt>, but I would recommend clearing the cache.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2009/12/30/version-3-6-8-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minor 3.6.7 Release!</title>
		<link>http://www.wowhead-tooltips.com/2009/12/23/minor-3-6-7-release/</link>
		<comments>http://www.wowhead-tooltips.com/2009/12/23/minor-3-6-7-release/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 16:49:48 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=451</guid>
		<description><![CDATA[Fixes/Additions Fixed NPC module not displaying the map properly when using a zone's ID. Upgrade This release only fixes one bug, so in order to upgrade all you need to do is overwrite ./includes/wowhead_npc.php and you're all set. If you haven't modified ./config.php to fix the $whp_modules array then that fix is also included. Special [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.wowhead-tooltips.com/wp-content/uploads/2009/12/dalaran.jpg" rel="lightbox" title="Dalaran Zone Map"><img src="http://www.wowhead-tooltips.com/wp-content/uploads/2009/12/dalaran.jpg" alt="" title="Dalaran" width="488" height="325" class="aligncenter size-full wp-image-445" /></a>
<br />
<h3>Fixes/Additions</h3>
<ul>
<li>Fixed NPC module not displaying the map properly when using a zone's ID.</li>
</ul>
<br />
<h3>Upgrade</h3>
<p class="indent">This release only fixes one bug, so in order to upgrade all you need to do is overwrite <tt>./includes/wowhead_npc.php</tt> and you're all set.  If you haven't modified <tt>./config.php</tt> to fix the <tt>$whp_modules</tt> array then that fix is also included.</p>
<br />
<h3>Special Notes</h3>
<p class="indent">Due to the fact that I really wanted to release the zones module I have put the log collector on hold for the time being.  With that in mind, it is <strong>NOT</strong> yet finished, so <strong>DO NOT ENABLE IT IN <tt>config.php</tt></strong>.  It will not function properly, and would most likely cause errors and stop the script from functioning properly.  It is not enabled by default, so at this time do not enable it, yet.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2009/12/23/minor-3-6-7-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.6.6 Released!</title>
		<link>http://www.wowhead-tooltips.com/2009/12/22/version-3-6-6-released/</link>
		<comments>http://www.wowhead-tooltips.com/2009/12/22/version-3-6-6-released/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:20:50 +0000</pubDate>
		<dc:creator>crackpot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Script News]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[tooltip script]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wotlk]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[wowhead]]></category>

		<guid isPermaLink="false">http://www.wowheadtooltips.com/?p=444</guid>
		<description><![CDATA[Fixes/Additions Fixed misspelling in wowhead_itemset.php. Added zones module which will, when given a name or ID, will display a map of that zone when moused over. As per user request, I have added the ability to display the location of an NPC. Its function is similar to the zone module. A SQL table was added [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.wowhead-tooltips.com/wp-content/uploads/2009/12/dalaran.jpg" rel="lightbox"><img src="http://www.wowhead-tooltips.com/wp-content/uploads/2009/12/dalaran.jpg" alt="" title="Dalaran" width="488" height="325" class="aligncenter size-full wp-image-445" /></a>
<br />
<h3>Fixes/Additions</h3>
<ul>
<li>Fixed misspelling in <tt>wowhead_itemset.php</tt>.</li>
<li>Added zones module which will, when given a name or ID, will display a map of that zone when moused over.</li>
<li>As per user request, I have added the ability to display the location of an NPC.  Its function is similar to the zone module.</li>
<li>A SQL table was added to hold the zone information, so <tt>create_table.php</tt> will need to be run to update the tables.</li>
<li>Few fixes and undocumented changes.</li>
</ul>
<br />
<h3>Upgrade</h3>
<p class="indent">Given the amount of changes and additions it is recommended to do a clean install when upgrading.  Most of the major files, like <tt>config.php</tt> and <tt>parse.php</tt>, have been changed slightly.  Also <tt>create_table.php</tt> will need to be ran in order to update the SQL table structure.  See notes below for more things to keep in mind.</p>
<br />
<h3>Special Notes</h3>
<p class="indent">Due to the fact that I really wanted to release the zones module I have put the log collector on hold for the time being.  With that in mind, it is <strong>NOT</strong> yet finished, so <strong>DO NOT ENABLE IT IN <tt>config.php</tt></strong>.  It will not function properly, and would most likely cause errors and stop the script from functioning properly.  It is not enabled by default, so at this time do not enable it, yet.</p>
<br />
<strong>Download:</strong> <a href="http://www.wowhead-tooltips.com/downloads/">http://www.wowhead-tooltips.com/downloads/</a><br />
<strong>Support:</strong> <a href="mailto:support@wowhead-tooltips.com">E-Mail Me</a> or <a href="http://forums.wowhead-tooltips.com">Support Forums</a> (Preferred)]]></content:encoded>
			<wfw:commentRss>http://www.wowhead-tooltips.com/2009/12/22/version-3-6-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
