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
