Final Update to Twitter Post. Twitter Post will no longer work after Twitter kills their basic authentication API on August 16th. To continue posting to Twitter, install the leenk.me WordPress plugin.
1.5.8
Fixed some deprecated functions, reduced some code bloat, updated some error checking.
1.5.7
Fixed some PHP Warnings caused by Object to String conversions.
1.5.6
Fixed a few bugs discovered while creating new Twitter oAuth service.
Fixed bug introduced in WordPress 3.0 with publishing pages
1.5.1
Fixed case sensitivity issue in tweet format
Added ability to ReTweet a published post
Removed and cleaned up some code
Cleaned up some validation techniques for test tweet feature
1.5.0
Added ability to send a test tweet to Twitter (to verify everything is working); this bumps the support up to start at WP2.8 but will allow me to add a "re"-tweet feature in a later version.
Made some efficiency fixes
Made some styling changes to match current WordPress styling
Setup partial error reporting (as part of the test tweet) which I will extend into a debugging feature in a later version
1.4.0
Discovered WP_Http class (since WP2.7) which makes life much easier for everyone, but this bumps the support up to start at WP2.7
Removed cURL requirement, switched to WP_Http API
Removed Twitter API Classes, switched to WP_Http API
Changes in cURL requirement required modification of init() function
1.3.5
Moved URL shortening functionality for improved efficiency
1.3.4
Moved exclusion check for efficiency
Fixed bug in scheduled posts, if a secondary account schedules a post and logs out, it would not have tweeted the message
1.3.3
Had a typo when checking the PHP Version for PHP5 functionality
1.3.2
Fixed bug that prevented TwitterPost from tweeting when setting a custom tweet on a Post page
1.3.1
Fixed bug with category exclusion logic... accidentally brought it back in with version 1.3.0
1.3.0
Cleaned up and remove 139 lines of code
Fixed second bug with category exclusion logic
1.2.2
Fixed bug with category exclusion logic
Added fullthrottledevelopment profile as contributor
1.2.1
Fixed PHP cURL Requirement Error Message
Added PHP cURL Requirement skip if Twitter Friendly Links is already installed.
Added ability for WP Admin to set Twitter Post to tweet from all Author accounts whenever a post is published.
1.2.0
Changed default tweet from "Blogged %TITLE%: - %URL%" to "Blogged %TITLE%: %URL%".
Added check to make sure PHP Curl is installed.
Fixed bug that caused Twitter Post to tweet when adding new page.
Added ability to specify which categories to include/exclude in tweet.
Added ability to exclude a post before publishing it.
Added support for using the Twitter Friendly Links URL instead of TinyURL if activated
Added support for multiple author twitter accounts and default twitter account.
1.1.1
Fixed support URLs.
1.1.0
Fixed Default Tweet typo ("blogged" instead of "bloggged").
No longer publishes to twitter when you update/edit an old post.
Added feature to customize tweet per post using Custom Fields.