888888.888888.88""Yb..dP"Yb..8888b..Yb..dP.88b.88....db....8b....d8.88..dP""b8..dP"Y8
88__...88__...88__dP.dP...Yb..8I..Yb.YbdP..88Yb88...dPYb...88b..d88.88.dP...`".`Ybo."
88""...88""...88"Yb..Yb...dP..8I..dY..8P...88.Y88..dP__Yb..88YbdP88.88.Yb......o.`Y8b
88.....888888.88..Yb..YbodP..8888Y"..dP....88..Y8.dP""""Yb.88.YY.88.88..YboodP.8bodP'


88b.88.888888.888888.Yb........dP.dP"Yb..88""Yb.88..dP
88Yb88.88__.....88....Yb..db..dP.dP...Yb.88__dP.88odP.
88.Y88.88"".....88.....YbdPYbdP..Yb...dP.88"Yb..88"Yb.
88..Y8.888888...88......YP..YP....YbodP..88..Yb.88..Yb

Fun with Plugins: Version Info

This page lists the revisions to Fun with Plugins

Version 0.4+ 5th April 2008

This includes the addition of Shortcodes introduced in WordPress 2.5. This is part of a larger release that is yet to come.

Version 0.4 – 5th January 2008

  • Added a zip file option that includes the plugin file, readme file (if asked for) CSS and Javascript folders and sample files if the plugin requires them.

Version 0.3 – December 3rd 2007

  • Completely re-written to work more quickly, and ask less irrelevant questions.
  • Amended URL – http://www.wp-fun.co.uk/wizzards/fun-with-plugins/
  • Added Javascript Options
  • Added CSS Options
  • Added selections for database fields
  • Added WP Extend Readme file basics
  • Added a PHP 5 constructor and amended the PHP 4 constructor to point to it
  • Uses DocBlock compatible comments (I HOPE)

0.2.3 – November 10th 2007

  • Fixed an error whereby the tablename for creating a new database table was only set if the plugin also saved options. This would have prevented a table from being created.

0.2.2 – November 09th 2007

  • Removed the next button from the download panel.

0.2.1 – November 08th 2007

  • Amended object references passed to hooks ($this) to pass by reference for PHP4 (&$this)

0.2 – Initial release – November

  • Added option to include a widget
  • Added option to include localisation

To Do List

  • Reduce the number of questions by presenting a check list of features up front;
  • Figure out and present the number of steps involved;
  • Consider methods / benefits of adding user code to the document
  • CSS Support
  • Script Support
  • Ajax Support
  • Wp-Extend Readme File
  • Multiple Widget Support (like text widgets, where you can specify the number of widgets aviable)
  • Examine methods of integrating WordPress Plugin Framework
  • Include docBlocks