WordPress 2.7 Will Feature Sticky Post

It is confirmed that WordPress 2.7 will have the Sticky Post feature built into the core. It is a simplified version of my plugin, WP-Sticky, in which it has just one style which is “sticky” as compared to two styles in WP-Sticky which basically sticks all the post that are marked sticky on the front page. If I am not wrong if there are 2 posts that are marked sticky, the 2 posts will be sorted by date in descending order (latest first).

I decided to retire WP-Sticky as WordPress 2.7 has that built it into the core. Now my plugin count has been reduce to 14.

Due to a large number of request, I decided not to retire WP-Sticky and I have updated it be compatible with WordPress 2.7. See here.

1 Star2 Stars3 Stars4 Stars5 Stars (96 votes, average: 3.75 out of 5)

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 (83 votes, average: 3.75 out of 5)

WordPress 2.8 Released

WordPress 2.8 has been released!

Here is the quote from Matt:

I’m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist Chet Baker.

Major New Improvements
First and foremost, 2.8 is way faster to use. We’ve changed the way WordPress does style and scripting.

The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now browse the entire theme directory and install a theme with one click from the comfort of your WordPress dashboard.

If you make edits or tweaks to themes or plugins from your dashboard, you’ll appreciate the new CodePress editor which gives syntax highlighting to the previously-plain editor. Also there is now contextual documentation for the functions in the file you’re editing linked right below the editor.

If you were ever frustrated with widgets before, this release should be your savior. We’ve completely redesigned the widgets interface (which we didn’t have time to in 2.7) to allow you to do things like edit widgets on the fly, have multiple copies of the same widget, drag and drop widgets between sidebars, and save inactive widgets so you don’t lose all their settings. Developers now have access to a much cleaner and robust API for creating widgets as well.

Finally you should explore the new Screen Options on every page. It’s the tab in the top right. Now, for example, if you have a wide monitor you could set up your dashboard to have four columns of widgets instead of the two it has by default. On other pages you can change how many items show per page.

Download: WordPress 2.8

View: WordPress 2.8 Changelog

1 Star2 Stars3 Stars4 Stars5 Stars (80 votes, average: 3.75 out of 5)

WordPress 3.7.1

WordPress 3.7.1 has been released and it is a maintenance release. Are you using the new background autoupdate feature yet?

This .1 release fixes 12 bugs including:

  • Images with captions no longer appear broken in the visual editor.
  • Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.
  • Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.
  • Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.
  • Fix a warning that may occur in certain setups while performing a search, and a few other notices.

For me, my WordPress installation is a git checkout, so the background autoupdate is not applicable for me. I normally just do:

git fetch –tags; git checkout 3.7.1

1 Star2 Stars3 Stars4 Stars5 Stars (67 votes, average: 3.75 out of 5)