{"id":28383,"date":"2014-03-18T22:56:56","date_gmt":"2014-03-18T22:56:56","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-github\/"},"modified":"2016-07-20T21:38:16","modified_gmt":"2016-07-20T21:38:16","slug":"wp-github","status":"closed","type":"plugin","link":"https:\/\/co.wordpress.org\/plugins\/wp-github\/","author":13717569,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.3","stable_tag":"1.2.7","tested":"4.5.33","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"WP Github","header_author":"Pablo Cornehl","header_description":"","assets_banners_color":"","last_updated":"2016-07-20 21:38:16","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.seinoxygen.com\/projects\/wp-github","header_plugin_uri":"https:\/\/github.com\/seinoxygen\/wp-github","header_author_uri":"http:\/\/www.seinoxygen.com","rating":5,"author_block_rating":0,"active_installs":60,"downloads":7739,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"4"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.2.6","1.2.7"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"877549","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"877549","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"877549","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"880118","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"880118","resolution":"5","location":"assets"}},"screenshots":{"1":"Setting up the widget.","2":"Repositories widget in action!","3":"Repositories embedded in a page.","4":"Profile shortcode.","5":"Profile widget."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[39695,1673,12574,435,32224],"plugin_category":[43],"plugin_contributors":[85512,85511],"plugin_business_model":[],"class_list":["post-28383","plugin","type-plugin","status-closed","hentry","plugin_tags-commits","plugin_tags-github","plugin_tags-issues","plugin_tags-profile","plugin_tags-repositories","plugin_category-customization","plugin_contributors-moabi","plugin_contributors-seinoxygen","plugin_committers-moabi","plugin_committers-seinoxygen"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-github.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-github\/assets\/screenshot-1.png?rev=877549","caption":"Setting up the widget."},{"src":"https:\/\/ps.w.org\/wp-github\/assets\/screenshot-2.png?rev=877549","caption":"Repositories widget in action!"},{"src":"https:\/\/ps.w.org\/wp-github\/assets\/screenshot-3.png?rev=877549","caption":"Repositories embedded in a page."},{"src":"https:\/\/ps.w.org\/wp-github\/assets\/screenshot-4.png?rev=880118","caption":"Profile shortcode."},{"src":"https:\/\/ps.w.org\/wp-github\/assets\/screenshot-5.png?rev=880118","caption":"Profile widget."}],"raw_content":"<!--section=description-->\n<p>WP Github provides three sidebar widgets which can be configured to display public profile, repositories, commits, issues and gists from github in the sidebar. You can have as many widgets as you want configured to display different repositories.<\/p>\n\n<p>Currently the plugin can list:<\/p>\n\n<ul>\n<li>Profile<\/li>\n<li>Repositories<\/li>\n<li>Commits<\/li>\n<li>Issues<\/li>\n<li>Gists<\/li>\n<li>Pull request<\/li>\n<li>Single Issue<\/li>\n<li>Embed File content (with highlighter)<\/li>\n<\/ul>\n\n<h3>Using CSS<\/h3>\n\n<p>The plugin uses a basic unordered lists to enumerate. In the future will be implemented a simple template system to increase the customization.<\/p>\n\n<p>You can apply a customized style to the plugin simply uploading a file called <code>custom.css<\/code> in the plugin folder. It will allow you to upgrade the plugin without loss your custom style.<\/p>\n\n<h3>Caching<\/h3>\n\n<p>The plugin caches all the data retrieved from Github every 10 minutes to avoid exceed the limit of api calls.<\/p>\n\n<p>Since version 1.1 you can clear the cache from the plugin settings page located in the Wordpress settings menu.<\/p>\n\n<p>Since version 1.2.6 you can add your github credentials<\/p>\n\n<h3>Support<\/h3>\n\n<p>If you have found a bug\/issue or have a feature request please report here: https:\/\/github.com\/seinoxygen\/wp-github\/issues<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>wp-github<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the widget through the 'Widgets' menu in WordPress or add the desired shortcode in your posts and pages.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Which shortcodes are available?<\/dt>\n<dd><p>You can use the following codes to display profile, repositories, commits, issues and gists:<\/p>\n\n<p>Embeed profile:\n    [github-profile username=\"seinoxygen\"]\nList last 10 repositories:\n    [github-repos username=\"seinoxygen\" limit=\"10\"]\nList last 10 commits from all repositories:\n    [github-commits username=\"seinoxygen\" limit=\"10\"]\nList last 10 commits from a specific repository:\n    [github-commits username=\"seinoxygen\" repository=\"wp-github\" limit=\"10\"]\nList last 10 issues from all repositories:\n    [github-issues username=\"seinoxygen\" limit=\"10\"]\nList last 10 issues from a specific repository:\n    [github-issues username=\"seinoxygen\" repository=\"wp-github\" limit=\"10\"]\nList last 10 gists from a specific user:\n    [github-gists username=\"seinoxygen\" limit=\"10\"]<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.3<\/h4>\n\n<p>fix all issues<\/p>\n\n<h4>1.3.2<\/h4>\n\n<p>add access token\nfix widget commits \"all\" repo option<\/p>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fix: gravatar profile<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>New: Added shortcode button in tinyMce<\/li>\n<li>New: Added documentation in setting page<\/li>\n<\/ul>\n\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>New: Embed file content.<\/li>\n<li>Default username and repository, no need to add them eachtime.<\/li>\n<li>Added i18n<\/li>\n<\/ul>\n\n<h4>1.2.6<\/h4>\n\n<ul>\n<li>New: Several fixes.<\/li>\n<li>New: Language support.<\/li>\n<li>New: Added shortcodes to link to issues and pull-requests.<\/li>\n<li>New: Display single issue.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>New: Custom styles.<\/li>\n<li>New: List all issues and commits from all public repositories<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>New: Added \"clear cache\" and \"cache time\" functionality in settings page.<\/li>\n<li>New: Added profile widget and shortcode.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Display users Github public profile, repositories, commits, issues and gists.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/28383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=28383"}],"author":[{"embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/seinoxygen"}],"wp:attachment":[{"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=28383"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=28383"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=28383"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=28383"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=28383"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/co.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=28383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}