Pre Wave 2

I have completed whatever I need to code for the remaining 4 plugins for Wave 2 release.

WP-Ban and WP-DBManager basically undergo only cosmetic changes to suite WordPress 2.5 layout.

I have added a few minor additions to WP-PostViews. The changes are documented in the Changelog tab in the readme.html file include in the zip

The plugin which undergo the most changes is WP-DownloadManager. It is the longest changelog that I have ever done. I also added a new search feature into WP-DownloadManager. You can see it in action in the Downloads Page.

See Lester Chan’s WordPress Plugins June 2008 Update (Wave 2).

1 Star2 Stars3 Stars4 Stars5 Stars (81 votes, average: 3.81 out of 5)

Plugins Structure Changes

All my plugins will undergo a structure change to accommodate the Official WordPress Plugins Repository. This is also a much requested feature for most of my users as they complained that the zip file generated by WordPress Plugins Repository was 2 level deep and they got some issues when installing the plugin and the official plugin update notification will not work.

As posted in WordPress Ideas:

Some of us the older plugin authors are facing problem/hassle of restructuring the our plugin structure as our plugin name need not necessary follow the official plugin name folder naming convention.

And when user download the file from the repository, it will be the <official plugin name>\<plugin name>\<plugin>.php

As this is a major change, things will break, so I need you guys help to help me test it. The first plugin that rolls out this structure update will be WP-Polls.

The structure change for wp-polls involves:

  1. Using /wp-polls/ folder instead of /polls/
  2. Using wp-polls.php instead of polls.php
  3. Using wp-polls-widget.php instead of polls-widget.php
  4. Replacing all the old references with the new references stated above

Please kindly post any bugs found in WP-Polls Support Forum. Thank You.

I will roll out this updates to the rest of the plugins in December 2007/January 2008.

1 Star2 Stars3 Stars4 Stars5 Stars (48 votes, average: 3.77 out of 5)