pagebar v2.16

January 29, 2008

Problem: If you checkout pagebar from the WordPress repository pagebar is copied into a directory called pagebar and not pagebar2. Since the directory of the options file is hard coded into the plugin file it can only find the file if it’s stored in ../pagebar2/.
Solution: I looked for a good solution to the above [...]

7

pagebar auf Deutsch

January 24, 2008

Mit der neuen Version 2.15 hat auch i18n (Internationalisierung) Einzug in pagebar gehalten. Zus?tzlich habe ich die Plugin-Seite auf Deutsch ?bersetzt.
Damit die Optionen in deutscher Sprache angezeigt werden k?nnen, muss man im Hauptverzeichnis von Wordpress die Datei wp-config.php ?ndern:
alt:

define (’WPLANG’, ”);

neu:

define (’WPLANG’, ‘de_DE’);

Die Plugin-Beschreibung auf der Admin/Plugins-Seite wird nicht auf Deutsch angezeigt, das liegt aber [...]

4

pagebar v2.15

January 24, 2008

The new version 2.15 is up:

+ Added:
Support for internationalisation (i18n)

+ Added:
German language file

* Fixed:
Hopefully last validation error in tooltips (Thanks again to mike of www.trash-wissen.de)

Download:

pagebar215.zip
pagebar215.rar
pagebar215.7z

A small jump in version number since some hosts (e.g. wp-plugins.net) didn’t accept “01″ as minor version number and transformed it to simply “1″, so my version there was 2.1)

2

pagebar v2.01 Final

January 15, 2008

Finally I managed to finish the new version of pagebar (v2.01). Several events (a funeral, Xmas festivities, and a small vacation) kept me from releasing it earlier. Not a plain v2.00 version since I found a small bug minutes before I wanted to deploy the files.

Enhancements:
↪ Automatic insertion of pagebar into your blog. Unfortunately this [...]

3