{"id":31152,"date":"2015-06-16T08:48:24","date_gmt":"2015-06-16T13:48:24","guid":{"rendered":"http:\/\/blog.cpanel.com\/?p=31152"},"modified":"2015-06-16T08:48:24","modified_gmt":"2015-06-16T13:48:24","slug":"tweak-to-installation-scripts-for-plugin-developers-2","status":"publish","type":"post","link":"https:\/\/devel.www.cpanel.net\/blog\/products\/tweak-to-installation-scripts-for-plugin-developers-2\/","title":{"rendered":"Tweak to installation scripts for plugin developers"},"content":{"rendered":"
Just a heads up for cPanel Plugin Developers out there: \u00a011.50 has hit the release tier. It includes a small tweak to how the plugin installation script behaves that you should know about.<\/p>\n
As we move farther and farther away from X3, the legacy\u00a0user interface for cPanel, the plugin installation scripts will now install your plugins directly into Paper Lantern by default. In order to specify that you would like it install into X3, make sure to provide the These changes also apply to With Paper Lantern adoption picking up steam, we hope this change will get your plugins in front of the most users possible.<\/p>\n","protected":false},"excerpt":{"rendered":" Just a heads up for cPanel Plugin Developers out there: \u00a011.50 has hit the release tier. It includes a small tweak to how the plugin installation script behaves that you should know about. As we move farther and farther away from X3, the legacy\u00a0user interface for cPanel, the plugin installation scripts will now install your […]<\/p>\n","protected":false},"author":77,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[49],"tags":[],"class_list":["post-31152","post","type-post","status-publish","format-standard","hentry","category-products"],"acf":[],"yoast_head":"\n--theme<\/code> parameter explicitly at install time.<\/p>\n
# installs to Paper Lantern\n\/scripts\/install_plugin \/path\/to\/my\/install_archive.tar.gz \n#\n# installs to X3 legacy interface\n\/scripts\/install_plugin \/path\/to\/my\/install_archive.tar.gz --theme x3 \n<\/pre>\n
\/scripts\/uninstall_plugin<\/code> as well. By default,
uninstall_plugin<\/code> will operate on Paper Lantern. Provide
--theme x3<\/code> to it and it will operate on\u00a0our legacy theme.<\/p>\n