=== Plugin Name === Contributors: zelenin (Aleksandr Zelenin) Donate link: http://zelenin.me Tags: print, post, page, custom post type Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 0.4.2 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.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