=== Plugin Name ===
Contributors: zelenin (Aleksandr Zelenin)
Tags: print, post, page, custom post type
Requires at least: 3.0
Tested up to: 3.8.0
Stable tag: 0.5.1

This plugin adds a "Print" button on every post and page (supports custom post types too).

== Description ==

By pressing this button the content of the page will be displayed in a print-friendly mode and allows the user to print it.

Shortcode: [printme]
php function: printme_link();

== Installation ==

Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress.

== Changelog ==

= 0.5.1 =

Russian language fix

= 0.5.0 =

Add language support. See languages dir

= 0.4.8 =

Bug fix.

= 0.4.6 =

Bug fixes.

= 0.4.5 =

Bug fixes. Small refactoring.

= 0.4.4 =

Adding "nofollow" attribute for links and meta-tag for preventing indexing by bots.

= 0.4.3 =

Refactoring

= 0.4.2 =

Small fix

= 0.4.1 =

Remove Print button from printed docs
Small fix

= 0.4.0 =

Added option 'Button below the content'
Added option Turn on 'wp_head()' (Turn on if you have problems with third-party plugins)

= 0.3.3 =

Added stat request during activation

= 0.3.2 =

Bug was fixed

= 0.3.1 =

Added option 'Turn off put icon/text automatically'.
Added shortcode and php function

= 0.2.2 =

Popup bug fix

= 0.2.1 =

Small typos

= 0.2 =

Basic settings

= 0.1.3 =

Fix for automatic install. Other fixes

= 0.1 =

Initial release