{"id":87133,"date":"2018-06-15T10:12:22","date_gmt":"2018-06-15T10:12:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/pragmatica-plugin-helper\/"},"modified":"2018-06-28T09:44:22","modified_gmt":"2018-06-28T09:44:22","slug":"cga-plugin-helper","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/cga-plugin-helper\/","author":16209290,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.1","stable_tag":"1.3.1","tested":"4.9.29","requires":"4.9","requires_php":"","requires_plugins":"","header_name":"CGA Plugin Helper","header_author":"Carlos Alves","header_description":"This plugin will assist you in the installation of plugins, allowing you to choose from a curated list, manually search for plugins and export any active plugins into a text list.","assets_banners_color":"ffffff","last_updated":"2018-06-28 09:44:22","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/cg-alves\/CGA-Plugin-Helper","header_author_uri":"https:\/\/masto.pt\/@carlosalves","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1412,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1893513","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1893513","resolution":"256x256","location":"assets"},"icon.svg":{"filename":"icon.svg","revision":"1893519","resolution":"","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1893611","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1893611","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2.0","1.3.0","1.3.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1900456","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1893382","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1893382","resolution":"3","location":"assets"}},"screenshots":{"1":"Homepage of the plugin","2":"Curated plugin list","3":"Manual plugin search"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[16271,2275,158045,2156,2391],"plugin_category":[],"plugin_contributors":[158046],"plugin_business_model":[],"class_list":["post-87133","plugin","type-plugin","status-publish","hentry","plugin_tags-deployment","plugin_tags-developer","plugin_tags-end-user","plugin_tags-management","plugin_tags-plugins","plugin_contributors-cgalves","plugin_committers-cgalves"],"banners":{"banner":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/banner-772x250.png?rev=1893611","banner_2x":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/banner-1544x500.png?rev=1893611","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/icon.svg?rev=1893519","icon":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/icon.svg?rev=1893519","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/screenshot-1.png?rev=1900456","caption":"Homepage of the plugin"},{"src":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/screenshot-2.png?rev=1893382","caption":"Curated plugin list"},{"src":"https:\/\/ps.w.org\/cga-plugin-helper\/assets\/screenshot-3.png?rev=1893382","caption":"Manual plugin search"}],"raw_content":"<!--section=description-->\n<p>This plugin is designed to assist users in the installation of plugins. It allows you to choose from a curated list, manually search for plugins from the WP Store and export all currently active plugins into a list. That list can then be used to import all of your plugins at once, expediting deployment.<\/p>\n\n<h4>Features:<\/h4>\n\n<ul>\n<li>Download, install and activate plugins in a single click<\/li>\n<li>Choose plugins from a curated list<\/li>\n<li>Manually search for several plugins at once<\/li>\n<li>Export all of your plugins into a list that you can then use to re-install them in another installation or deployment<\/li>\n<li>Easy, simple to understand code, that can be easily modified to suit your needs<\/li>\n<li>Use of Wordpress API to provide seamless integration<\/li>\n<\/ul>\n\n<p>[youtube https:\/\/www.youtube.com\/watch?v=NtrdcromI2Y]<\/p>\n\n<p>You can check out the source code, submit patches or improvements, and report bugs at <a href=\"https:\/\/github.com\/cg-alves\/CGA-Plugin-Helper\">the project's GitHub page<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/cga-plugin-helper<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Select \"Plugin Helper\" from the sidebar<\/li>\n<li>Select your desired method for installing plugins<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed Upgrade\/Activation bug<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Added function that will auto-update the installed plugins<\/li>\n<li>Separated most functions into their own files<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Removed $_SESSIONS dependency. This plugin will no longer conflict with caching<\/li>\n<li>Changed branding<\/li>\n<li>Fixed error that appeared when using the curated plugin install<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added new curated plugins and categories<\/li>\n<li>Added new translation strings for new categories<\/li>\n<li>Separated curated plugins into a new file<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Changed $_SESSION to only start with init, and to die on logout<\/li>\n<li>Added option to load a curated plugin list from the uploads directory of Wordpress<\/li>\n<li>Plugin now checks if upload directory exists and creates it if it doesn't<\/li>\n<li>Added 'pph' prefix to functions<\/li>\n<li>Removed erroneously placed error reporting <\/li>\n<li>Fixed some translation strings<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First Stable Release<\/li>\n<li>Added Manual Search Function<\/li>\n<li>Added Curated List Function<\/li>\n<li>Added Export Function<\/li>\n<li>Added Support for Portuguese (Portugal) and English (US)<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/cga-plugin-helper<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Select \"Plugin Helper\" from the sidebar<\/li>\n<li>Select your desired method for installing plugins<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"This plugin will assist you in the installation of plugins. Choose from a curated list, manually search for plugins and export all active plugins.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/87133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=87133"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cgalves"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=87133"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=87133"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=87133"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=87133"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=87133"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=87133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}