Categories
Package/plugin/module WordPress

wpuntexturize v1.0

I’d like to announce the official release of the updated wpuntexturize plugin (v1.0) for WordPress.

Prevent WordPress from displaying single and double quotation marks as their curly alternatives.

The plugin’s official homepage is located at :
coffee2code.com/wp-plugins/wpuntexturize/.

This is a fairly minor update to the plugin, mostly to update the documentation to note that it is indeed compatible with all versions of WordPress up through 2.5. A minor code tweak and changed description round out the release.

This update is part of coffee2code’s 14 Days of Plugins (updated plugin #5).

Comments welcome on this post for this version of the plugin. Comments will be closed once this release has been superseded by another.

Read more for a detailed ChangeLog of the release.

Detailed ChangeLog

These are the detailed changes, which may or may not make sense to you depending on your familiarity with the previous features and internals of the plugin.

  • Modified core code to consolidate multiple str_replace() calls into one
  • Changed description
  • Added extended description, installation instructions, and compatibility note
  • Changed from BSD license to GPL
  • Updated copyright date and version to 1.0
  • Added readme.txt
  • Tested compatibility with WP 2.3.3 and 2.5

6 replies on “wpuntexturize v1.0”

I installed your plugin on WP 2.5 and recieved this error message: “Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘addHeaderCode’ was given in /home/ipaulpro/www/www/wp-includes/plugin.php on line 311”

I tried deleting the plugin and instances of ‘wpuntexturize’ in my database but its still there.

Please Help!!

v1.0.1 of this plugin has been released

This release does the following:

* Now also filter widget_text
* Note compatibility with WP 2.9+
* Update readme.txt (including adding Changelog)

Paul: That issue does not appear to be related to this plugin at all.

Barney: Thanks for the suggestion! I’ve rolled that, plus the replacement of ″ (double-quote) as well in v1.1.

Comments are closed.