1.5.3
- Revised the function which checks whether your Tweet is under the 140 character limit imposed by Twitter. This function had a number of awkward bugs which have now (hopefully) been eradicated.
- Revised the tags->hashtags generation for better reliability. Fixes bugs with failing to send hashtags to Twitter if they haven't been saved and allowing hashtags on scheduled posts.
- Option to use WP default URL as a short URL. (http://yourdomain.com/yourblog/?p=id).
1.5.2
- Minor code cleanup
- Fixed uncommon bug where draft posts would not tweet when published.
- Fixed bug where #title# shortcode wouldn't work due to prior URL encoding. (Also covers some other obscure bugs.) Thanks to Daniel Chcouri for the great catch.
- Added new shortcode (#category#) to fetch the first post category.
- Provided a substitute function for hosts not supportin mb_substr().
- Fixed a bug where a hashtag would be posted on edits when posting updates was not enabled for edits.
- Put Cli.gs change revisions on hold barring updates from Pierre at Cli.gs
1.5.1
- Because that's what I get for making last minute changes.
1.5.0
- Due to a large number of problems in the 1.4.x series, I'm launching a significant revision to the base code earlier than initially planned. This is because many of these features were already in development, and it's simply too much work to maintain both branches of the code.
- Added option to export settings in plain text for troubleshooting.
- Simplified some aspects of the settings page.
- Added custom text options for WordPress Pages to match support for Posts.
- Improved tags as hashtags handling.
- Added the ability to use custom shortcodes to access information in custom fields.
- Improved some error messages to clarify certain issues.
1.4.11
- Fixed a bug which allowed editing of posts to be tweeted if status updates on editing Pages were permitted.
- Fixed a bug in the support check routine which caused all Cli.gs tests to fail.
- Streamlined logic controlling whether a new or edited item should be tweeted.
- Added Italian translation. Thanks to Gianni Diurno!
1.4.10
- Was never supposed to exist, except that I forgot to include a backup function.
1.4.9
- Added German translation. Thanks to Melvin!
- Fixed a bug relating to missing support for a function or two.
- Fixed a bug relating to extraneous # symbols in tags
1.4.8
- Adds a function to provide PHP5s str_split functionality for PHP4 installations.
1.4.7
- Actually resolves the bug which 1.4.6 was supposed to fix.
1.4.6
- Hopefully resolved bug with empty value for new field in 1.4.5. It's late, so I won't know until tomorrow...
1.4.5
- Resolved bug with extraneous hash sign when no tags are attached.
- Resolved bug where #url# would appear when included in posting string but with 'link to blog' disabled.
- Added expansion of short URL via longURL.org stored in post meta data.
- Resolved additional uncommon bug with PHP 4.
- Added option to incorporate optional post excerpt.
- Better handling of multibyte character sets.
1.4.4
- Resolved two bugs with hashtag support: spaces in multi-word tags and the posting of hashtag-only status updates when posting shouldn't happen.
1.4.3
- Resolved plugin conflict with pre-existing function name.
1.4.2
- No changes, just adding a missing file from previous commit.
1.4.1
- Revised to not require functions from PHP 5.2
- Fixed bug in hashtag conversion
1.4.0
- Added support for the Bit.ly URL shortening service.
- Added option to not use URL shortening.
- Added option to add tags to end of status update as hashtag references.
- Fixed a bug where the #url# shortcode failed when editing posts.
- Reduced some redundant code.
- Converted version notes to new Changelog format.
1.3.7
- Revised interface to take advantage of features added in versions 2.5 and 2.7. You can now drag and drop the WP to Twitter configuration panel in Post and Page authoring pages.
- Fixed bug where post titles were not Tweeted when using the "Press This" bookmarklet
- Security bug fix.
1.3.6
*Bug fix release.
1.3.5
- Bug fix: when "Send link to Twitter" is disabled, Twitter status and shortcodes were not parsed correctly.
1.3.4
- Bug fix: html tags in titles are stripped from tweets
- Bug fix: thanks to Andrea Baccega, some problems related to WP 2.7.1 should be fixed.
- Added optional prepend/append text fields.
1.3.3
- Added support for shortcodes in custom Tweet fields.
- Bug fix when #url# is the first element in a Tweet string.
- Minor interface changes.
1.3.2
- Added a #url# shortcode so you can decide where your short URL will appear in the tweet.
- Couple small bug fixes.
- Small changes to the settings page.
1.3.1
1.3.0
*Support for multiple authors with independent Twitter & Cligs accounts.
*Other minor textual revisions, addition of API availability check in the Settings panel.
*Bugfixes: If editing a post by XMLRPC, you could not disable tweeting your edits. FIXED.
1.2.8
*Bug fix to 1.2.7.
1.2.7
*Uses the Snoopy class to retrieve information from Cligs and to post Twitter updates. Hopefully this will solve a variety of issues.
*Added an option to track traffic from your Tweeted Posts using Google Analytics (Thanks to Joost)
1.2.6
*Bugfix with XMLRPC publishing -- controls to disable XMLRPC publishing now work correctly.
*Bugfix with error reporting and clearing.
*Added the option to supply an alternate URL along with your post, to be tweeted in place of the WP permalink.
1.2.5
*Support for publishing via XMLRPC
*Corrected a couple minor bugs
*Added internationalization support
1.2.0
*option to post your new blogroll links to Twitter, using the description field as your status update text.
*option to decide on a post level whether or not that blog post should be posted to Twitter
*option to set a global default 'to Tweet or not to Tweet.'
1.1.0
*Update to use cURL as an option to fetch information from the Cli.gs API.