{"id":25136,"date":"2013-09-13T14:23:37","date_gmt":"2013-09-13T14:23:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/javascript-autoloader\/"},"modified":"2024-04-17T20:13:22","modified_gmt":"2024-04-17T20:13:22","slug":"javascript-autoloader","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/javascript-autoloader\/","author":14674033,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"5.0.3","stable_tag":"5.0.3","tested":"6.3.8","requires":"4.0","requires_php":"5.4","requires_plugins":null,"header_name":"Smart JavaScript Auto Loader","header_author":"Peter Raschendorfer","header_description":"","assets_banners_color":"","last_updated":"2024-04-17 20:13:22","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/javascript-autoloader\/","header_author_uri":"https:\/\/profiles.wordpress.org\/petersplugins\/","rating":5,"author_block_rating":0,"active_installs":400,"downloads":24591,"num_ratings":8,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"5.0.3":{"tag":"5.0.3","author":"petersplugins","date":"2024-04-17 20:13:22"}},"upgrade_notice":{"5.0.0":"<p>largely rewritten, but no functional changes<\/p>","4":"<p>some improvements, no functional changes<\/p>","3":"<p>minor code- &amp; UI-improvements<\/p>","2.2":"<p>faulty display in WP 4.9 fixed<\/p>","2.1":"<p>add trailing slash to all paths<\/p>","2.0":"<p>unified admin interface<\/p>","1.4":"<p>some code redesign, no functional changes<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"8"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3071868,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3071868,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["5.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2640,1431,229,202,23026],"plugin_category":[59],"plugin_contributors":[78970],"plugin_business_model":[],"class_list":["post-25136","plugin","type-plugin","status-publish","hentry","plugin_tags-footer","plugin_tags-header","plugin_tags-javascript","plugin_tags-jquery","plugin_tags-wp_enqueue_script","plugin_category-utilities-and-tools","plugin_contributors-petersplugins","plugin_committers-petersplugins"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/javascript-autoloader\/assets\/icon-128x128.png?rev=3071868","icon_2x":"https:\/\/ps.w.org\/javascript-autoloader\/assets\/icon-256x256.png?rev=3071868","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The Smart JavaScript Auto Loader Plugin allows you to load additional JavaScript files without the need to change files in the theme directory<\/p>\n\n<h3>Retired Plugin<\/h3>\n\n<p>Development, maintenance and support of this plugin has been retired in october 2023. You can use this plugin as long as is works for you.<\/p>\n\n<p>There will be no more updates and I won't answer any support questions. Thanks for your understanding.<\/p>\n\n<p>Feel free to fork this plugin.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>To load additional JavaScript files just put them into a directory named <strong>jsautoload<\/strong>. This directory can be placed in three different locations that are loaded in the following order:<\/p>\n\n<ul>\n<li>Child Theme dependent (if using a Child Theme) : in the Child Theme's directory<\/li>\n<li>Theme dependent : in the Theme's directory<\/li>\n<li>Theme independent : in the wp-content directory<\/li>\n<\/ul>\n\n<p>Only files with extension .js are added, all other files are ignored. Subdirectories can be used and will also be scanned. To ignore a complete directory (including all subdirectories) name the directory beginning with an underscore (_). The files are added in alphabetical order. Directories always are added <strong>after<\/strong> files.<\/p>\n\n<p>To load one ore more JavaScript files at the end of your HTML file just place them into a directory named <strong>footer<\/strong>. To add the files to the footer of your theme it is required to call wp_footer() in your footer.php.<\/p>\n\n<h3>Plugin Privacy Information<\/h3>\n\n<ul>\n<li>This plugin does not set cookies<\/li>\n<li>This plugin does not collect or store any data<\/li>\n<li>This plugin does not send any data to external servers<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>5.0.3 (2024-04-17) URGENT BUGFIX<\/h4>\n\n<ul>\n<li>Bugfix after Cleanup<\/li>\n<\/ul>\n\n<h4>5.0.2 (2024-04-16) CLEANUP<\/h4>\n\n<ul>\n<li>Cleanup<\/li>\n<\/ul>\n\n<h4>5.0.1 (2023-10-01) FINAL VERSION<\/h4>\n\n<ul>\n<li>removed all links to webiste<\/li>\n<li>removed request for rating<\/li>\n<\/ul>\n\n<h4>5.0.0 (2022-09-11)<\/h4>\n\n<ul>\n<li>rewritten using my Plugin Foundation PPF08<\/li>\n<li>renamed from JavaScript AutoLoader to Smart JavaScript Auto Loader<\/li>\n<li>no functional changes<\/li>\n<\/ul>\n\n<h4>4 (2019-03-09)<\/h4>\n\n<ul>\n<li>moved from Tools to Appearance menu because rightly it belongs there<\/li>\n<li>UI improvements<\/li>\n<li>code improvement<\/li>\n<\/ul>\n\n<h4>3 (2018-05-28)<\/h4>\n\n<ul>\n<li>minor code- &amp; UI-improvements<\/li>\n<\/ul>\n\n<h4>2.2 (2017-11-16)<\/h4>\n\n<ul>\n<li>faulty display in WP 4.9 fixed<\/li>\n<\/ul>\n\n<h4>2.1 (2017-07-10)<\/h4>\n\n<ul>\n<li>add trailing slash to all paths (see <a href=\"https:\/\/wordpress.org\/support\/topic\/not-works-properly-after-update-2-0\/\">this topic<\/a>)<\/li>\n<\/ul>\n\n<h4>2.0 (2017-06-14)<\/h4>\n\n<ul>\n<li>redesigned admin interface<\/li>\n<li>code improvement<\/li>\n<\/ul>\n\n<h4>1.4 (2016-10-06)<\/h4>\n\n<ul>\n<li>some code redesign, no functional changes<\/li>\n<\/ul>\n\n<h4>1.3 (2016-04-20)<\/h4>\n\n<ul>\n<li>translation files removed, using GlotPress exclusively<\/li>\n<li>standardization<\/li>\n<\/ul>\n\n<h4>1.2 (2015-03-11)<\/h4>\n\n<ul>\n<li>Spanish translation<\/li>\n<\/ul>\n\n<h4>1.1 (2014-11-08)<\/h4>\n\n<ul>\n<li>Technical Improvements<\/li>\n<li>WP 4.0 Style<\/li>\n<li>German translation<\/li>\n<\/ul>\n\n<h4>1.0 (2013-09-13)<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"Load JavaScript files without coding","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/25136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=25136"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/petersplugins"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=25136"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=25136"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=25136"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=25136"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=25136"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=25136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}