=== Eclipse Link Cloaker ===
Contributors: whiteshadow
Tags: posts, links, cloaking, affiliate, money
Requires at least: 2.8
Tested up to: 3.2
Stable tag: 1.3.2

Automatically cloak all or only selected links on your site.

== Description ==

Eclipse Link Cloaker is a WordPress plugin that can automatically cloak all of your affiliate links anywhere on your site. It gives you a lot of control over which links get cloaked, lets you track click statistics to find the best performing links, offers several sophisticated cloaking techniques, and more.

**Features**

* Automatic link cloaking.
* Choose where to cloak.
* Multiple cloaking types.
* Turn keywords into links.
* Track click statistics with Google Analytics.
* Easily apply common customizations.
* Compatible with all browsers.
* Free, automatic upgrades.

For more information see the plugin's homepage: [EclipseCloaker.com](http://eclipsecloaker.com/)

== Installation ==

Once you've downloaded the plugin, follow these simple step-by-step instructions to install it on your WordPress blog and start cloaking links :

1. Unpack the .zip file and upload the `eclipse-link-cloaker` folder to `/wp-content/plugins/`. 
2. Activate the plugin through the "Plugins" tab in the WordPress dashboard.
3. Go to *Settings -> Link Cloaker* and enter your license key in the "License Key" field.
4. (Optional) [Adjust the plugin's settings](http://eclipsecloaker.com/tutorials/configuration).

For more details, see the ["Getting Started" tutorial](http://eclipsecloaker.com/tutorials/getting_started).

== Changelog ==

= 1.3.2 = 
* WordPress 3.2 compatibility.
* Further improved compatibility with caching plugins.
* Fixed a PHP notice caused by the plugin trying to read CSS rules for autolinked keywords even if autolinking is disabled.

= 1.3.1 =
* Experimental WordPress 3.2 compatibility.
* Fixed spurious slashes being added to certain configuration values.
* Fixed ELC sometimes (rarely) corrupting pages when used together with a gzip compression plugin.

= 1.3 =
* WordPress 3.1 compatibility.
* Cloaking can now be disabled on a per-post/per-page basis.
* Added an option to omit the link prefix for named/manually added links.
* Fixed a rare "duplicate header detected" bug caused by newlines or tabs being present in link URL.
* Improved compatibility with "Network activate" in WPMU.
* Obfuscate the tracker URL when using Google Analytics integration.

= 1.2 =
* Allow any part of an URL to be used in the exception and inclusion lists, not just the domain name.
* Added a way to delete links in bulk.
* Added a setting for the number of links displayed per page. See the "Screen Options" panel in Tools -> Cloaked Links.

= 1.1.10 =
* Fixed IE8 sometimes blocking affiliate cookies.

= 1.1.9 =
* Plugin updates now work in WP 3.0-beta1.
* Fixed the "View version XYZ details" link.
* Improved WPMU compatibility.
* Requirements upped to WP 2.8

= 1.1.8 =
* Added support for the asynchronous GA tracker.
* Added more detailed error reporting in case of keyserver failure.
* When cloaking image links, use alt/title text instead of anchor text.
* Updated French translation and .POT file.

= 1.1.7 =
* Allow newlines in link attribute values.
* Solved a conflict with the GZIP Output plugin.

= 1.1.6 =
* Fixed a bug where cloaked links wouldn't work when WordPress was installed in a custom directory.

= 1.1.5 =
* Made the default link text user-configurable. This setting is used when auto-generating cloaked URLs for links that have no usable anchor text, like image links.

= 1.1.3 =
* Added a French translation.
* Dots and dashes are now allowed in cloaked link names. 
* Try to prevent the browser from caching redirects.
* Prefer named links when choosing which cloaked URL to use for an auto-cloaked link.

= 1.1.1 =
* Fixed empty rows getting added to wp_lcp_keywords for links without keywords.

= 1.1 = 
* Added localization support. 
* Fixed a bug where the free version's .htaccess rules wouldn't be correctly removed if it was still active when Eclipse Cloaker was first activated.
* Fixed incorrect pass-through URL parameter filtering.
* Made a tabbed interface for the settings page.
* Added basic conversion tracking based on pixel tracking & cookies.
* Fixed a bug where the pagination code would incorrectly display the number of links.
* Use the timezone set in WordPress options when recording hit stats.
* Added the autolinking options to the configuration UI.
* Added a search feature for cloaked links.
* Moved CSS & JS files to their own subdirectories inside the plugin's directory.

= 1.0.8 =
* Automatically convert tag attribute names to lowercase. E.g. HREF -> href.

= 1.0.7 =
* Added a simplified file_put_contents function for compatibility with pre-PHP 5 systems.
* Added a different function for decoding HTML entities. It should be more reliable than html_entity_decode() on old PHP versions.

= 1.0.6 =
* Fixed the plugin crashing the dashboard when the update API is unavailable.

= 1.0.5 =
* Use the correct regexp syntax for named subgroups. Fixes the no-cloaked-links problem encountered by Dan Carey <dcarey@btinternet.com>

= 1.0.4 =
* Fix double nofollow.

= 1.0.3 =
* When redirecting, pass along any GET parameters (except for those used by the plugin itself).

= 1.0.2 =
* Create database tables directly instead of using dbDelta. I've got the suspicion that dbDelta is too brittle.
* More descriptive error messages for DB errors.

= 1.0.1 =
* Made the GA tracker URL prefix user-configurable.
* Changed the default sort order for cloaked links to sorting by hits instead of by name.
* When this plugin is activated it will automatically deactivate the free version (Link Cloaking Plugin) and remove the .htaccess rules created by the free version to prevent conflicts.


= 1.0 =
* Initial release.