
23-05-2009
|
 | Member | | Join Date: Apr 2008
Posts: 4,640
| |
| Re: Download WordPress 2.8 Beta 1
As always, with these types of releases, we recommend you use it in a test environment, rather than using it on a live website/blog. It alerts you to change your default password a user logs in for the first time, "Send this password to the new user by email" option while creating a new user, detects duplicate e-mail addresses at the time of creating users, etc..To get started with WordPress, set it up on a web host for the most flexibility or get a free account on WordPress.com. WordPress is a powerful personal publishing platform, and it comes with a great set of features designed to make your experience as a publisher on the Internet as easy, pleasant and appealing as possible. Development, Themes and Plugins - Drop post_category column from wp_posts table, and link_category column from wp_links schemas
- Fix delete statements to ensure data integrity when innodb and foreign keys are used
- Enforce consistent ID types to allow for foreign keys to be defined between tables
- Add Sticky to list of post states
- Add a filter to the post states list
- Introduction and widespread use of transient and related fiters
- Add filters so AIM, Yahoo, and Jabber IM labels, in user profile, can be changed
- Add hook "after_db_upgrade"
- Add hooks for the Users, Categories, Link Categories, Tags and Comments table columns
- HTTP API updates and fixes
- Add support for blocking all outbound HTTP requests
- Updated List of HTTP status codes (Ticket 9297)
- Use SimplePie for widget and dashboard feeds
- llow other taxonomies (e.g. post categories) to be used with wp_tag_cloud (Changeset 10554)
- Add echo argument to wp_tag_cloud()
- Allow a plugin to control how many posts are displayed on edit pages
- Add "style" and "html" arguments to wp_list_authors (Ticket 4420)
- Add "exclude_tree" argument to wp_list_categories and make exclude behave like exclude_tree when hierarchical is specified--this was actually a 2.7.1 change
- Switch to using the ID when calling get_avatar internally to support caching plugins
- Allow plugins to provide a canonical redirect_url even if WordPress does not provide its own
- Drafts have post_date populated now, so look for a zeroed out post_date_gmt to determine non-scheduled nature
|