Version 2.1.2 of my JavaScript Pull-Quotes plugin for WordPress is up.
The biggest change from the user end is that localizations (i.e. translations) now work. (The had worked previously, but broke somewhere along the way.) It includes French and Italian translations.
If anyone out there would like to translate the plugin for others who speak [...]
A new version 2.1.1 is up. Among the changes:
Increased efficiency of version checking
Fixed a small bug with the admin footer
Significant cleanup of Style selection code
Moved Default style to resources folder so it can’t be misplaced
Significant error checking RE missing or renamed styles
If chosen style is missing, falls back to default rather than linking nonexistent [...]
A few weeks ago I wrote instructions on putting a plugin attribution in the footer of your plugin’s Admin/Settings screen. It’s a good technique, and I’ve already seen a few plugins using it. I’ve noticed somewhat of an issue recently. This is nothing Earth-shaking, nor will it break anybody’s blog; it’s really [...]
Posted in GUI Goodness, Webcraft
|
Tagged attribution, caution, code, consistency, GUI, how to, manners, plugins, priority, standards, WordPress
|
I’ve just put up a new version of the JavaScript Pull-Quotes plugin.
Along with various bits of polishing up the code, 2.1 is fully compatible with WordPress 2.6. (Specifically, it won’t choke if you move your wp-content folder.)
Go get it!
Okay, folks. A user pointed out a recent bug that can prevent the VUSER from being determined correctly. It probably accounts for the vast majority of the “This isn’t working” reports we’ve been getting around here lately. Sorry about that.
So, if you’ve been having trouble getting the latest version to work, try [...]
Look, Ma, I won somethin’!
Hmmm… “1 Theme of Choice from Blogalized.com“. Not too bad. I’ve been thinking about maybe sprucing the place up a bit….
A reader (or at least someone who tried to be one…) emailed me to point out that my site was down for a good portion of the day. To further the embarrassment, in place of my content was a PHP error message pointing a finger squarely at the Shrinkylink plugin that I just yesterday [...]
If you’ve ever written a plugin for WordPress you’ve probably dealt with giving the end user options. Unless you’ve taken the low road and forced the user to directly edit the plugin file, “options” means a Settings screen in the WordPress admin, and most likely you are storing those options in the blog’s wp-options [...]
Posted in Codecraft, On the Front Lines, Webcraft
|
Tagged code, elegant design, how to, PHP, plugins, settings, software, tutorials, WordPress
|