=== Plugin Name === Contributors: phiredesign Donate link: http://ajtroxell.com Tags: github, gists, file, shortcode Requires at least: 3.0.1 Tested up to: 3.5.2 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A Wordpress plugin which will insert a specific file from a Gist using the shortcode [gist id="xxxxxx" file="name"]. == Description == Three ways are provided to insert the shortcode. The value "xxxxxx" represents your Gist ID, and "name" is the filename of the file within the Gist. * Insert [gist id="xxxxxx" file="name"] manually. * By using the HTML Editor shortcode button. * By pressing ctrl+alt+g. *You can place these shortcodes in pages, posts or any custom content. == Installation == 1. Unzip github-gist-files-shortcode.zip and upload github-gist-files-shortcode folder to wp-content/plugins. 2. On Wordpress admin panel, activate plugin. == Changelog == = 1.1 = * Added PressTrends plugin usage tracking to provide statistics which will increase potential for better functionality and stability in future major releases.