Plugin Directory

Changeset 443752


Ignore:
Timestamp:
09/26/2011 04:57:13 PM (14 years ago)
Author:
RyanMurphy
Message:

update readme to reflect 1.1.1 as stable tag

Location:
use-domain-shortlink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • use-domain-shortlink/trunk/readme.txt

    r391990 r443752  
    11=== Use Domain Shortlink ===
    22Contributors: RyanMurphy
    3 Tags: shortlink, twitter tools
     3Tags: shortlink, twitter tools, domain
    44Requires at least: 3.0
    5 Tested up to: 3.2
    6 Stable tag: 1.0
     5Tested up to: 3.3
     6Stable tag: 1.1.1
    77
    88Use wp_get_shortlink() to send the site's internal short URL (i.e. http://domain.com/?p=1234) to twitter. Requires Twitter Tools.
    99
    1010== Description ==
    11 This plugin hooks into Twitter Tools to use the shortlink that your WordPress powered site already has internally to WordPress (the software). This allows you to keep your brand when tweeting, while not running into the 140 character limit. Where is used to tweet the link as `http://your.domain.com/2010/04/this-is-some-funny-or-creative-title/`, it will instead use `http://your.domain.com/?p=1234`, where `1234` is the post's ID that is used internally.
     11This plugin hooks into Twitter Tools to use the shortlink that your WordPress powered site already has internally to WordPress (the software). This allows you to keep your brand when tweeting, while not running into the 140 character limit (or at least, that's what we hope). Where is used to tweet the link as `http://your.domain.com/2010/04/this-is-some-funny-or-creative-title/`, it will instead use `http://your.domain.com/?p=1234`, where `1234` is the post's ID that is used internally.
    1212
    1313== Installation ==
    14 1. Upload the `Use Domain Shortlink` directory to your `wp-content/plugins/` directory.
     141. Upload the `Use Domain Shortlink` directory to your `wp-content/plugins/` directory. Alternately, search for 'use domain shortlink' on the Add New Plugin page, and click install.
    15151. Activate the plugin through the 'Plugins' menu in WordPress.
    16 1. Go to your Twitter Tools settings, and enable the option (unlike WordPress Core, I like options. Plus, it gives me a chance to test for the required fuction and prompt users to upgrade WordPress if needed.)
    17 1. There is no 4. Enjoy.
    18 
    19 == Frequently Asked Questions ==
    20 = It doesn't work! =
    21 Do you have Twitter Tools installed and activated? Did you enable to UDS option? Are you using WordPress 3.0 or higher?
    22 
    23 If you answered 'yes' to all three questions, check your error log for any errors. If there aren't any, feel free to [contact me](http://2skewed.net/contact/).
     161. Enjoy blogging!
    2417
    2518== Changelog ==
     19= 1.1.1 =
     20 * Adds an Upgrade Notice to the readme, which was an afterthought *right after* tagging 1.1
     21
     22= 1.1 =
     23* Removes the single option that the plugin originally had.
     24* Moves the notice about not using WP 3.0 from the Twitter Tools setting page to an Admin Notice.
     25
    2626= 1.0 =
    2727* Initial release.
     28
     29== Upgrade Notice ==
     30* There have been no functional changes to the plugin. There have been changes in the backend, however, so it is recommended that you upgrade, but not required.
  • use-domain-shortlink/trunk/use-domain-shortlink.php

    r443740 r443752  
    44Plugin URI: http://2skewed.net/plugins/use-domain-shortlink/
    55Description: Use wp_get_shortlink() to send the site's internal short URL (i.e. http://domain.com/?p=1234) to twitter. Requires Twitter Tools.
    6 Version: 1.1
     6Version: 1.1.1
    77Author: Ryan Murphy
    88Author URI: http://2skewed.net
Note: See TracChangeset for help on using the changeset viewer.