Tarski 2.7 adds compatibility with many WordPress 3.0 features, including custom backgrounds. A detailed list of changes is available in the changelog. Please note that WordPress 3.0 is required for this release.
You can also get this version as a Git tag.
We strongly recommend following the upgrade guide. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.
Overriding templates
Child themes can now override many of Tarski’s built-in template fragments. Simply create a file of the appropriate name in the app/templates
directory of your child theme (you’ll have to create this) and add a file of the appropriate name—Tarski will use it automatically. For example, you could replace the template Tarski displays when there are no posts by adding a no_posts.php
file.
Compressed assets
There are also some client-side performance improvements: the theme’s graphics are slightly better compressed, and minified versions of Tarski’s CSS and JavaScript are served by default. The full stylesheets and JS files are of course included with the theme download, so there’s nothing stopping you changing them and then re-minifying (although I would in general recommend using a custom stylesheet or child theme rather than making changes to the theme directly, as this will hamper your ability to upgrade it).
This release also contains numerous small improvements and bug fixes. There are a lot of WordPress 3.0 releases I just didn’t have time to add support for, but hopefully those can be added before too long. If anyone would like to contribute those changes, please take a look at the outstanding issues and fork the project on GitHub. Hope you enjoy the new version.
Please post bug reports, suggestions etc. on the forum.