<?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>Tarski &#187; 2.5</title>
	<atom:link href="http://tarskitheme.com/tag/2-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:02:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>2.5 Release</title>
		<link>http://tarskitheme.com/2009/08/06/25-release/</link>
		<comments>http://tarskitheme.com/2009/08/06/25-release/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 23:10:58 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[custom sidebar]]></category>
		<category><![CDATA[RTL languages]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress 2.8]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=343</guid>
		<description><![CDATA[Tarski 2.5 brings full compatibility with new WordPress 2.8 <abbr title="Application Programming Interface">API</abbr>s.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.5</strong> improves Tarski&#8217;s compatibility with WordPress 2.8 and takes advantage of its new features to produce a leaner codebase. An excruciating amount of detail is available <a href="http://tarskitheme.com/about/changelog/">in the changelog</a>. <em>Please note that WordPress 2.8 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_2.5.zip">Download Tarski 2.5</a></p>
<p>You can also get this release as a <a href="http://github.com/ionfish/tarski/tree/2.5">Git tag</a> or a Subversion <a href="http://tarski.googlecode.com/svn/releases/2.5/">tag</a> or <a href="http://tarski.googlecode.com/svn/branches/2.5/">branch</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always <strong>back up your files and database</strong> before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress <em>before</em> installing the new version of Tarski.</p>
<h3>Fixes &#038; enhancements</h3>
<p>Tarski 2.5 fixes a number of bugs, most of which were very minor. Its widget code has been extensively overhauled to meet the new standard interfaces <a href="http://codex.wordpress.org/Widgets_API#Developing_Widgets_on_2.8.2B">introduced</a> in WordPress 2.8.</p>
<p>The Recent Articles widget has been almost completely rewritten. Not only can it now be used in multiple widget areas, but the title it displays and the number of articles listed are now customisable.</p>
<p>Support for right-to-left languages has improved again, thanks to <a href="http://tarskitheme.com/forum/comments.php?DiscussionID=936">mark-k</a> on the forum. I hope to build on this for 2.6 and improve the way the options page displays for <abbr title="Right to Left">RTL</abbr> language users as well.</p>
<p>In the spirit of <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a>, users with more recent browsers such as Safari, Firefox and Chrome will hopefully notice the improved styling of form submit buttons.</p>
<h3>Deprecations and diminishment</h3>
<p>As many of you noticed, this release has taken a lot longer than usual to come out. This wasn&#8217;t because it was an especially complex release (it wasn&#8217;t; despite the length of the changelog, the changes in 2.4 were much more substantial), but because I no longer have as much time as I once did to work on Tarski.</p>
<p>As a result, I&#8217;m rethinking how I approach the upkeep of the theme. I&#8217;d rather spend my time as a programmer than a janitor, so the changes I&#8217;m making ought to ensure that Tarski continues to be updated with each new version of WordPress, while eliminating a few of the headaches that have built up over the years.</p>
<h4>No more default widgets</h4>
<p>In the last version, I added a set of default widgets to Tarski&#8217;s widget areas. This was, I thought, a nice piece of functionality; the only problem was that it relied too much on private WordPress internals, rather than the public <abbr title="Application Programming Interface">API</abbr>. Unsurprisingly, the internals changed (for the better&#8212;these changes were at the heart of the improved widget support), and my code no longer worked.</p>
<p>Rather than rewrite it, with the possibility of it breaking with the next WordPress release, I&#8217;ve removed it altogether. If a new, approved, public way is added to allow this functionality then I&#8217;ll reinstate the defaults, but until then, new users will just have to put up with things looking a bit bare until they add their widget selections.</p>
<h4>User sidebar file deprecated</h4>
<p>Because widgets are now settled as the way to customise WordPress sites, I&#8217;ve deprecated the <code>user-sidebar.php</code> file. Support for it will be removed entirely in Tarski 2.6.</p>
<h4>Constants file deprecated</h4>
<p>Considered a legacy <abbr title="Application Programming Interface">API</abbr> since the introduction Tarski&#8217;s <a href="http://tarskitheme.com/help/hooks/">extensive hooks API</a> (a far superior way to extend the theme), the <a href="http://tarskitheme.com/help/hooks/constants/">constants file</a> is now deprecated entirely. Support for it will be removed in Tarski 2.6.</p>
<h4>Subversion repository no longer maintained</h4>
<p>Tarski 2.5 will also be the last release available from the <a href="http://tarskitheme.com/help/updates/svn/">Subversion repository</a>. Again, I have a limited amount of time, and I&#8217;d prefer to spend any time I do have to work on Tarski writing code, rather than keeping two version control repositories in sync. Anyone wanting to maintain a public Subversion repository is, of course, entirely welcome to do so.</p>
<h4>Support forum hanging on, for now</h4>
<p><a href="http://tarskitheme.com/forum/">The forum</a> is probably the most time-consuming thing of all. I&#8217;m not planning on shutting it altogether, but my activity there will drop a bit further. Tarski is an <a href="http://tarskitheme.com/help/">exceptionally well-documented</a> theme, and there are literally hundreds of forum discussions covering a vast number of user questions. For those who want to make changes, there is <a href="http://tarskitheme.com/help/hooks/example-plugins/">example code</a> in abundance.</p>
<p>As always, hope you enjoy the new version.</p>
<p class="insert">Please post bug reports and suggestions on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2009/08/06/25-release/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

