=== Plugin Name === Contributors: philnelson Version: 2.1.5 Plugin URI: http://lapetite.me Tags: url shortener, url shortening, shorturl, short_url, shortlink, short permalink, short url, custom short url, custom url Requires at least: 2.5 Tested up to: 3.5.1 Stable tag: trunk Author: Phil Nelson Author URI: http://extrafuture.com la petite url is a personal, self-hosted, URL shortener for WordPress. == Description == la petite url is a personal, customizable, URL shortener. Using your own Wordpress (2.5+) installation, la petite url allows the user to create shortened, unique, permalinks to their content using a combination of lowercase, uppercase, and numeric characters, which originate from their own domain name. By default la petite url generates a 5-character combination of lowercase letters only, for ease of use in entering on a mobile device or handset. With version 1.5 la petite url allows the user to add a custom, shorter domain for these shortened links. la petite url supports shorturl auto discovery and rel="shortlink". la petite url provides easy functions for accessing it's generated URLs outside of la petite url, in your themes, or other plugins. The `the_full_petite_url` will output just the full URL, without any formatting, which can be used in various Twitter or other microblogging plugins. `the_petite_url_link` will output an HTML link using the configuration from la petite url's options page. == Installation == Installing la petite url is a breeze. 1. Upload the `le-petite-url` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add the la petite url sidebar widget to a sidebar, or add `` in your template where you'd like the shortened URL link to show up. 1. If you'd like to use a separate domain for your shortened links, see this article. == Screenshots == 1. la petite url's Domains and Prefix options 2. la petite url's URL generation options 3. la petite url's auto-detection settings == Changelog == = 2.1.5 = * Removed hit tracking for now. = 2.1.4 = * Fix timeouts for short url redirects. = 2.1.2 = * Page title fix for click tracking = 2.1 = * Added support for Twitter Tools by Crowd Favorite, which will now automatically use la petite urls for Tweets. * Added support for lapetite.me hit tracking. = 2.0.5 = * fixed a critical logging bug which could cause massive memory use and PHP shutdown due to memory exhaustion. (thanks to John August and Ryan Nelson) = 2.0.4 = * Added la petite url tag for personal stat tracking. No other changes. = 2.0.2 = * Added hit tracking code for future use = 2.0.1 = * Added link to support / bug report on Get Satisfaction * Modified "buy la petite url" heading item = 2.0 = * Totally rewritten and reorganized options page * Removed "registration" * Changed hook for redirection from 'template_redirect' to 'init', which is an order of magnitude faster. * Due to above change, won't interfere with JS-based hit trackers by showing two hits for the same page. * Terse changelog notes = 1.6.1 = * Fixed a bug that resulted in tons of PHP notice logs, due to a badly-formatted database call. Thanks to Doug Smith's report. = 1.6 = * la petite url now generates URLs (on page load) for posts that do not have them. * Fixed places where 'le petite url' was still referenced