Category: changelog

Simplish version 2.2.3

Posted by – December 22, 2009

The latest minor update to Simplish bumps it to version 2.2.3, and it brings a little change to the handling of Categories in the post meta box, spearheaded by Demetris. The theme now specifically checks for the category name Uncategorized, so if you’ve renamed your cat ID #1, it will be displayed on posts in only that category. Previously such posts would show no categories, as though the post were “Uncategorized”.

This change is tiny, but more details can be found in Issue #19 at the Simplish project site.

Download Simplish version 2.2.3 here (.zip, sha1:ac92c5a8d1168d69aafd94fa43c1dd880cac01ce), or see it soon in the WordPress themes directory.

Simplish version 2.2.2

Posted by – November 22, 2009

Version 2.2.2 replaces calls to a few deprecated WordPress functions with their current cousins. No visible differences are introduced. This update ensures compatibility and maintainability atop the latest (read: recommended) and future versions of WordPress.

Many thanks to Demetris for the bulk of the patches included, and vigorous testing with the WP_DEBUG setting, which now gives Simplish the all-clear.

Download Simplish version 2.2.2 here (.zip, sha1:ce3e147c277cdcb2aac934fd9f0ec2bd20b8f6af), or see it soon in the WordPress themes directory.

Simplish version 2.2.1

Posted by – October 30, 2009

Changes in version 2.2.1:

  • Synchronized French and Swedish translations
  • Decreased vertical space below the byline on each post
  • Switch back to Verdana font on Windows (from Calibri)

Download Simplish version 2.2.1 here (.zip, sha1:ac7b527fce64c8f40c2556fef9caa18098b2ceb0), or see it soon in the WordPress themes directory.

Simplish version 2.2

Posted by – October 18, 2009

Version 2.2 introduces the largest set of changes in several months, including new translations for French and Portuguese, minor styling enhancements, and a CSS rewrite that makes things more efficient without changing Simplish’s good looks.

On a display, there is only a single visible change in this release, but the numerous changes to the theme’s CSS will affect customizers or child-themers and therefore prompt a minor version bump over the venerable 2.1[.x] series. Print styles, on the other hand, have changed both in code and in visual presentation.

In honor of translators’ contributions since version 2.1.17, the Simplish Demo is rotating through the supported localizations.

Highlighted Changes

  • Add fr_FR localization for French, thanks to ttynixer.
  • Add pt_PT localization for Portuguese, thanks to ttynixer.
  • Optimize CSS according to Google Page Speed analysis.
  • Rewrite CSS for simplicity and efficiency. Reduce over-specification.
  • Trim dead selectors/rules. Merge some sharable selectors/rules.
  • Add new archives-list CSS class for common multiple-post listing styles.
  • Add underline on hover to author name in post byline.
  • More precisely define font, color, layout rules for printed output.

For a very detailed record of the changes in this release, see the developer changelog.

Download Simplish version 2.2 here (.zip, sha1:876b61a43a5da2bf98dd6392d65f972008956495), or see it soon in the WordPress themes directory.

Simplish version 2.1.12

Posted by – October 7, 2009

Simplish 2.1.12 fixes two minor sidebar styling issues, and updates the URL pointing to this site.

Changes

  • Spacing from sidebar element bottom to next element’s h2 consistent. (Noted especially on Search element.)
  • Spacing below tag cloud widget, if any, matches normal element spacing.
  • Footer links and blog info in style.css use new URL (http://simplish.pomfolio.com/).

Download version 2.1.12 (.zip, 95KB), or see it soon in the WordPress Themes Directory.

Simplish version 2.1.11

Posted by – September 19, 2009

Simplish v2.1.11 applies a single CSS change to hide the “search for:” text on the default sidebar search.

Download Simplish version 2.1.11 here, or see it soon in the WordPress themes directory.

Simplish version 2.1.10

Posted by – September 4, 2009

Simplish v2.1.10 makes one change to the styling for pre elements, removing the outline border box.

This release simply serves to get the very-slightly-different code we’ve run since the 2.1.9 release out into daylight.

It has had the benefit of production use and testing up to the latest WordPress svn tip (inclusive of the current release, 2.8.4, of course).

Download Simplish version 2.1.10 here, or see it soon in the WordPress themes directory.

Simplish version 2.1.9

Posted by – May 26, 2009

Simplish 2.1.9 is available, bringing just a few minor updates along on the roughly-monthly schedule:

Download Simplish version 2.1.9 here, or see it soon in the WordPress themes directory.

Deleting your existing Simplish install directory and replacing it wholesale, rather than overwriting it, will help prevent any possible template conflicts resulting from the file rename.

Simplish version 2.1.8

Posted by – April 19, 2009

A minor update that adds a Swedish, Sweden (sv_SE) localization, adds a few missed strings for translation, and makes more appropriate use of en dash (“–”) rather than the minus (“-”) character.

  • Add sv_SE localization files for Swedish. Thanks Clement Durand.
  • Update el localization files for Greek. Thanks Demetris at op111.net.
  • Switch most page-visible minus literals to &ndash; entities. Thanks Demetris at op111. (For compatibility, the minus convention is maintained in <title> elements.)

Download Simplish version 2.1.8 here, or see it soon in the WordPress themes directory.

Simplish version 2.1.7

Posted by – April 7, 2009

Hello, World!, or καλημέρα κόσμε!

The latest work on Simplish tried to scratch out the last un-gettext’d strings in the theme and finally generate a localization template (.pot file). The internationalization infrastructure is now in place, and Simplish is ready for translation into your language.

2.1.7 ships with a Greek (el) localization provided by Demetris from op111.net. To activate a translated version of the theme, follow these instructions to set your WPLANG and make WordPress run in your locale. If a .mo file for the locale exists in the simplish/languages subdirectory (true only for el right now), the theme will load it.

Download

Download Simplish version 2.1.7 here, or see it soon in the WordPress themes directory.

Adding your own language to Simplish

To translate Simplish into your language, use the included languages/simplish.pot template to generate a .po file with the letter-encoding for your locale (e.g., fr_FR for the “French, France” locale). Then provide a translation for each string, saving the resulting .po and .mo files in the theme's languages subdirectory.

You can place a pointer to your translated .po file in the comments for inclusion in future versions of Simplish, or send them or a pointer via email. Given demand, we'll add features to the git repo available at git://labs.utopian.net/simplish to make for easier collaboration, but for now, git-format patches to add your translation will certainly be warmly received.

Farewell, valid Galleries

Unlike earlier versions, 2.1.7 uses the built-in WordPress gallery shortcode function instead of a custom version. This enables the settings for number of columns and other layout options that previously didn't work with the custom gallery implementation. Unfortunately, unlike the former sp_vallery() function in Simplish, the core WordPress gallery does not emit valid XHTML.

We expect WordPress's gallery shortcode will be changed to create valid XHTML at some point. Until then, any page/post including an image gallery will be invalid markup, unless a plugin or other workaround is used. The Cleaner Gallery plugin by Justin Tadlock has worked well for us.

Changes in version 2.1.7

  • Move most view-bottom prev/next navigation out to an included template, prevnextnav.php.
  • Delete the sp_vallery() function & don't filter WP core's gallery shortcode.
  • Wrap user-visible strings with gettext _e() and __() macros.
  • Change post byline to use a dash (-) to avoid issue with context of "at" in multiple languages, in absence of support in themes for gettext "contexts".
  • Stop using CSS text-transform: uppercase in archive headings to avoid issue with accented characters in uppercase in many non-English languages.
  • Add languages/ subdirectory and code to get locale files from there.
  • Generate gettext .pot translatable strings template.
  • Add el.^(po mo) localization files for Greek locale. Thanks Demetris at op111.net.