Skip to main content
< All Topics
Print

Farmers Bounty Plugin v6.6.0 – Release Notes

Farmers Bounty Plugin v6.6.0 – Release Notes

Release Date: February 16, 2026
File: farmers-bounty-plugin-v6.6.0.zip
Size: 1.0 MB


[fb_homepage]

[fb_homepage cta_url="/your-signup-page/"]

## πŸŽ‰ What’s New in 6.6.0

### ✨ New Feature: Homepage Shortcode

The headline feature of this release is the new [fb_homepage] shortcode – a beautiful, theme-independent marketing page for Farmers Bounty.

Key Benefits:

– βœ… 100% Theme-Independent – Works with ANY WordPress theme (no style conflicts)

– βœ… Beautiful Design – Professional green gradient hero, benefit cards, feature tiles, persona showcase

– βœ… Mobile Responsive – Perfect on all devices (desktop, tablet, mobile)

– βœ… Zero Configuration – Just add [fb_homepage] to any page

– βœ… Customizable – Change colors, content, and CTA URLs easily

– βœ… SEO-Friendly – Semantic HTML5, proper heading structure

Usage:

Or with custom CTA URL:

Sections Included:

1. Hero section with badges and primary CTA

2. “Why Choose Farmers Bounty?” (6 benefit cards)

3. “Everything You Need” (12 feature tiles)

4. “Find Your Perfect Experience” (8 persona cards)

5. “What Makes Us Different?” (comparison table)

6. Final CTA section

Documentation:

– Quick Start: See IMPLEMENTATION-GUIDE.md in project root

– Full Docs: See HOMEPAGE-SHORTCODE.md in plugin directory

πŸ”§ Technical Improvements

SEO Enhancements (from v6.6.0 initial release)

SEO Manager (class-seo.php):

  • Dynamic </code> tags for all pages</li> <li>Meta descriptions, keywords, and robots tags</li> <li>Canonical URLs with <code>?fb_section=</code> support</li> <li>Open Graph tags for social sharing</li> <li>Twitter Card meta tags</li> <li>JSON-LD structured data with 10+ schema types</li> </ul> <p><strong>XML Sitemap</strong> (<code>class-sitemap.php</code>):</p> <ul> <li>Standalone <code>/fb-sitemap.xml</code> endpoint</li> <li>WordPress native sitemap integration</li> <li>46 portal sections indexed</li> <li>Intelligent priority tiers</li> <li>XSL stylesheet for human-readable view</li> </ul> <p><strong>Inline Schema.org Microdata</strong>:</p> <ul> <li>All shortcodes enhanced with structured data</li> <li>ARIA attributes for accessibility</li> <li>Lazy loading on images</li> </ul> <hr> <h2>πŸ“¦ Installation</h2> <h3>Fresh Install</h3> <ol> <li>In WordPress Admin: <strong>Plugins β†’ Add New β†’ Upload Plugin</strong></li> <li>Choose <code>farmers-bounty-plugin-v6.6.0.zip</code></li> <li>Click <strong>Install Now</strong></li> <li>Click <strong>Activate Plugin</strong></li> </ol> <h3>Upgrade from Previous Version</h3> <p><strong>Option A: Via WordPress Admin</strong></p> <ol> <li><strong>Plugins β†’ Installed Plugins</strong></li> <li>Find “Farmers Bounty”</li> <li>Click <strong>Deactivate</strong></li> <li>Click <strong>Delete</strong></li> <li><strong>Plugins β†’ Add New β†’ Upload Plugin</strong></li> <li>Upload <code>farmers-bounty-plugin-v6.6.0.zip</code></li> <li>Click <strong>Activate</strong></li> </ol> <p><strong>Option B: Via FTP/SFTP</strong></p> <ol> <li>Backup your current plugin folder</li> <li>Delete <code>/wp-content/plugins/farmers-bounty-plugin/</code></li> <li>Upload the new plugin folder from the zip</li> <li>Reactivate in WordPress Admin</li> </ol> <p><strong>Note</strong>: Your data is stored in the database, so upgrading won’t lose any gardens, plants, or settings.</p> <hr> <h2>πŸš€ Quick Start: Using the Homepage Shortcode</h2> <h3>Step 1: Create a Page</h3> <ol> <li><strong>Pages β†’ Add New</strong></li> <li>Title: “Home” (or any name)</li> <li>Switch to <strong>“Code Editor”</strong> or <strong>“Text”</strong> view</li> </ol> <h3>Step 2: Add Shortcode</h3> <p>Paste this:</p> <pre><code> [fb_homepage] </code></pre> <h3>Step 3: Publish</h3> <p>Click <strong>Publish</strong> and view your new homepage!</p> <h3>Step 4: (Optional) Set as Site Homepage</h3> <ol> <li><strong>Settings β†’ Reading</strong></li> <li>Select “A static page”</li> <li>Choose your new page as Homepage</li> <li>Save</li> </ol> <hr> <h2>🎨 Customization</h2> <h3>Change CTA URL</h3> <pre><code> [fb_homepage cta_url="/custom-page/"] </code></pre> <h3>Change Colors</h3> <p>Edit: <code>farmers-bounty-plugin/assets/css/homepage.css</code></p> <p>Search/replace:</p> <ul> <li><code>#2d5a27</code> β†’ Your dark green</li> <li><code>#4a8c3f</code> β†’ Your light green</li> </ul> <h3>Change Content</h3> <p>Edit: <code>farmers-bounty-plugin/includes/class-homepage-shortcode.php</code></p> <p>Modify the arrays:</p> <ul> <li><code>$benefits</code> (line ~90)</li> <li><code>$features</code> (line ~130)</li> <li><code>$personas</code> (line ~170)</li> </ul> <hr> <h2>πŸ“‹ Files Added/Modified</h2> <h3>New Files</h3> <ul> <li><code>includes/class-homepage-shortcode.php</code> – Homepage shortcode handler</li> <li><code>assets/css/homepage.css</code> – Isolated homepage styles</li> <li><code>HOMEPAGE-SHORTCODE.md</code> – Full documentation</li> </ul> <h3>Modified Files</h3> <ul> <li><code>farmers-bounty.php</code> – Registered homepage shortcode</li> <li><code>CHANGELOG.md</code> – Updated with v6.6.0 changes</li> </ul> <hr> <h2>πŸ” What’s Inside the Zip</h2> <pre><code> farmers-bounty-plugin-v6.6.0.zip └── farmers-bounty-plugin/ β”œβ”€β”€ farmers-bounty.php (main plugin file) β”œβ”€β”€ CHANGELOG.md (version history) β”œβ”€β”€ HOMEPAGE-SHORTCODE.md (new) β”œβ”€β”€ readme.txt β”œβ”€β”€ includes/ β”‚ β”œβ”€β”€ class-homepage-shortcode.php (new) β”‚ β”œβ”€β”€ class-seo.php β”‚ β”œβ”€β”€ class-sitemap.php β”‚ β”œβ”€β”€ class-shortcodes.php β”‚ β”œβ”€β”€ class-chatbot-shortcode.php β”‚ β”œβ”€β”€ class-frontend-portal.php β”‚ └── ... (all other classes) β”œβ”€β”€ assets/ β”‚ β”œβ”€β”€ css/ β”‚ β”‚ β”œβ”€β”€ homepage.css (new) β”‚ β”‚ β”œβ”€β”€ chatbot.css β”‚ β”‚ β”œβ”€β”€ frontend.css β”‚ β”‚ └── ... β”‚ β”œβ”€β”€ js/ (all JavaScript files) β”‚ β”œβ”€β”€ images/ (plugin images) β”‚ └── sitemap-style.xsl β”œβ”€β”€ admin/ (admin interface) └── ... (all other plugin files) </code></pre> <hr> <h2>βš™οΈ Requirements</h2> <ul> <li><strong>WordPress</strong>: 5.0 or higher</li> <li><strong>PHP</strong>: 7.4 or higher</li> <li><strong>MySQL</strong>: 5.6 or higher</li> </ul> <hr> <h2>πŸ› Bug Fixes</h2> <ul> <li>Fixed XML sitemap date formatting (UTC compliance)</li> <li>Fixed sitemap <code>noindex</code> directives (now properly set to <code>index, follow</code>)</li> <li>Improved URL escaping in XML output</li> </ul> <hr> <h2>πŸ”’ Security</h2> <ul> <li>All user inputs properly sanitized</li> <li>Output properly escaped</li> <li>Nonces used for all forms</li> <li>Follows WordPress security best practices</li> </ul> <hr> <h2>πŸ“Š Performance</h2> <ul> <li>Homepage CSS: ~12KB (minified)</li> <li>Conditional loading (only when shortcode present)</li> <li>No JavaScript dependencies for homepage</li> <li>Lazy loading on images</li> </ul> <hr> <h2>🌐 Browser Compatibility</h2> <p>Tested and verified on:</p> <ul> <li>Chrome 90+</li> <li>Firefox 88+</li> <li>Safari 14+</li> <li>Edge 90+</li> <li>Mobile browsers (iOS Safari, Chrome Mobile)</li> </ul> <hr> <h2>πŸ“± Mobile Support</h2> <p>The homepage shortcode is fully responsive:</p> <ul> <li>Tablet (≀768px): Optimized grid layouts</li> <li>Mobile (≀480px): Single-column, touch-friendly</li> </ul> <hr> <h2>πŸ’‘ Tips</h2> <ol> <li><strong>Clear Cache</strong>: After uploading, clear browser and WordPress cache</li> <li><strong>Refresh Permalinks</strong>: Go to Settings β†’ Permalinks β†’ Save Changes</li> <li><strong>Test Mobile</strong>: Always test on actual mobile devices</li> <li><strong>Backup First</strong>: Always backup before upgrading plugins</li> </ol> <hr> <h2>πŸ“š Documentation</h2> <ul> <li><strong>Quick Start</strong>: <code>IMPLEMENTATION-GUIDE.md</code> (in project root)</li> <li><strong>Homepage Docs</strong>: <code>HOMEPAGE-SHORTCODE.md</code> (in plugin folder)</li> <li><strong>Technical Details</strong>: <code>HOMEPAGE-IMPLEMENTATION-SUMMARY.md</code> (in project root)</li> <li><strong>Changelog</strong>: <code>CHANGELOG.md</code> (in plugin folder)</li> </ul> <hr> <h2>πŸ†˜ Troubleshooting</h2> <h3>Shortcode shows as text</h3> <ul> <li>Make sure plugin is activated</li> <li>Refresh permalinks (Settings β†’ Permalinks β†’ Save)</li> </ul> <h3>Styles not applying</h3> <ul> <li>Clear browser cache</li> <li>Clear WordPress cache</li> <li>Verify <code>assets/css/homepage.css</code> exists</li> </ul> <h3>Theme interference</h3> <ul> <li>The homepage uses <code>all: initial</code> reset (should prevent all conflicts)</li> <li>If issues persist, check browser DevTools for conflicting styles</li> </ul> <hr> <h2>πŸ“ž Support</h2> <p>For issues or questions:</p> <ol> <li>Check the documentation files listed above</li> <li>Review the troubleshooting section</li> <li>Inspect with browser DevTools (F12)</li> </ol> <hr> <h2>🎯 What’s Next</h2> <p>Future enhancements planned:</p> <ul> <li>Additional homepage layouts</li> <li>Color scheme presets</li> <li>More persona options</li> <li>Visual customizer</li> </ul> <hr> <h2>βœ… Upgrade Checklist</h2> <p>Before upgrading:</p> <ul> <li>[ ] Backup your database</li> <li>[ ] Backup current plugin files</li> <li>[ ] Note your current settings</li> <li>[ ] Test on staging site (if available)</li> </ul> <p>After upgrading:</p> <ul> <li>[ ] Verify plugin activated</li> <li>[ ] Check existing gardens and plants</li> <li>[ ] Test homepage shortcode</li> <li>[ ] Clear all caches</li> <li>[ ] Test on mobile</li> </ul> <hr> <p><strong>Version</strong>: 6.6.0<br /><strong>Released</strong>: February 16, 2026<br /><strong>Maintainer</strong>: IT Influentials<br /><strong>License</strong>: GPL v2 or later</p> <hr> <h2>πŸŽ‰ Ready to Use!</h2> <p>Your new homepage shortcode is ready to create beautiful, theme-independent marketing pages for Farmers Bounty!</p> <p>Start with: <strong><code>[fb_homepage]</code></strong></p> </div> </div><div id="eckb-article-content-footer" > <div class="epkb-article-navigation-container "> <div class="epkb-article-navigation__previous"> <a href="https://it-influentials.com/knowledge-base/gardener-review-guide/" rel="prev"> <span class="epkb-article-navigation__label"> <span class="epkb-article-navigation__label__previous__icon epkbfa epkbfa-caret-left"></span> Previous </span> <span title="Farmers Bounty Plugin – Gardener’s Review Guide" class="epkb-article-navigation-article__title"> <span class="epkb-article-navigation__previous__icon epkbfa ep_font_icon_document"></span> Farmers Bounty Plugin – Gardener’s Review Guide </span> </a> </div> <div class="epkb-article-navigation__next"><a href="https://it-influentials.com/knowledge-base/user-guide-v2-0/" rel="next"> <span class="epkb-article-navigation__label"> Next <span class="epkb-article-navigation__label__next__icon epkbfa epkbfa-caret-right"></span> </span> <span title="Farmers Bounty v2.0 – Complete User Guide" class="epkb-article-navigation-article__title"> Farmers Bounty v2.0 – Complete User Guide <span class="epkb-article-navigation__next__icon epkbfa ep_font_icon_document"></span> </span> </a> </div> </div> </div> </article><!-- /#eckb-article-content --> <div id="eckb-article-right-sidebar" > <div class="eckb-article-toc eckb-article-toc--bmode-between eckb-article-toc-reset " data-offset="130" data-min="2" data-max="6" data-speed="300" data-exclude_class="" ><div class="eckb-article-toc__title">Table of Contents</div></div> </div> </div><!-- /#eckb-article-body --> <div id="eckb-article-footer" ></div> </div><!-- /#eckb-article-page-container-v2 --> <style id="eckb-article-styles" type="text/css">@media only screen and (min-width:768px){#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-1,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-2,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-3,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-4,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-5{flex-direction:row;}}#eckb-article-content-header-row-1{margin-bottom:8px;}#eckb-article-content-header-row-1 .eckb-article-content-header-row-left-group,#eckb-article-content-header-row-1 .eckb-article-content-header-row-right-group{align-items:center;}.eckb-article-content-toolbar-button-container{background-color:#ffffff;padding:10px 10px 10px 10px;margin:0px 0px 0px 0px;border-radius:0px;border-width:0px;border-color:#ffffff;border-style:solid;}.eckb-article-content-toolbar-button-container .eckb-toolbar-button-text{color:#475569;font-size:15px;}.eckb-article-content-toolbar-button-container .eckb-toolbar-button-icon{color:#6366F1;font-size:20px;}.eckb-article-content-toolbar-button-container:hover{background-color:#ffffff;}.eckb-article-content-toolbar-button-container:hover .eckb-toolbar-button-text{color:#312E81;}.eckb-article-content-toolbar-button-container:hover .eckb-toolbar-button-icon{color:#000000;}#eckb-article-content-header-row-2{margin-bottom:0px;}#eckb-article-content-header-row-2 .eckb-article-content-header-row-left-group,#eckb-article-content-header-row-2 .eckb-article-content-header-row-right-group{align-items:flex-end;}#eckb-article-content-header-row-3{margin-bottom:32px;}#eckb-article-content-header-row-3 .eckb-article-content-header-row-left-group,#eckb-article-content-header-row-3 .eckb-article-content-header-row-right-group{align-items:flex-end;}#eckb-article-content-footer .epkb-article-navigation-container a{background-color:#f7f7f7;color:#1e73be;}#eckb-article-content-footer .epkb-article-navigation-container a:hover{background-color:#dee3e5;color:#6d6d6d;}#eckb-article-body .eckb-article-toc ul a.active{background-color:#4F46E5;color:#ffffff;}#eckb-article-body .eckb-article-toc ul a:hover{background-color:#e1ecf7;color:#000000;}#eckb-article-body .eckb-article-toc__inner{border-color:#4F46E5;font-size:14px !important;background-color:#fcfcfc;}#eckb-article-body .eckb-article-toc__inner a{color:#475569;font-size:14px !important;}#eckb-article-body .eckb-article-toc__title{color:#4F46E5;font-size:15px !important;}</style> </div> <div class="footer_pro"><div class="container"><div class="row"> <div class="col-sm-8"> <section id="block-39" class="widget widget_block"><a href="https://www.iubenda.com/privacy-policy/34922311" class="iubenda-white no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Privacy Policy ">Privacy Policy</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script> <a href="https://www.iubenda.com/terms-and-conditions/34922311" class="iubenda-white no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Terms and Conditions ">Terms and Conditions</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script> <a href="https://www.iubenda.com/privacy-policy/34922311/cookie-policy" class="iubenda-white no-brand iubenda-noiframe iubenda-embed iubenda-noiframe " title="Cookie Policy ">Cookie Policy</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script></section> </div> <div class="col-sm-4"> <section id="block-37" class="widget widget_block widget_media_image"> <figure class="wp-block-image size-full"><img decoding="async" width="100" height="100" src="https://it-influentials.com/wp-content/uploads/2025/03/ITILogo-e1757688476101.jpg" alt="" class="wp-image-30"/></figure> </section> </div> </div></div></div> <footer id="footer" class="footer-style footer-style-4"> <div class="container"> <div class="row"> <div class="col-sm-8"> <p class="copyright"> (c) 2025 IT Influentials </p> </div> <div class="col-sm-4"> <div class="footer_social_links"> </div> </div> </div> </div> </footer> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/bizberg-pro/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Memberships powered by Paid Memberships Pro v3.7.1. --> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script id="wp-hooks-js" src="https://it-influentials.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script> <script id="wp-i18n-js" src="https://it-influentials.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after </script> <script id="swv-js" src="https://it-influentials.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5"></script> <script id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/it-influentials.com\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; //# sourceURL=contact-form-7-js-before </script> <script id="contact-form-7-js" src="https://it-influentials.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5"></script> <script id="imagesloaded-js" src="https://it-influentials.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script> <script id="masonry-js" src="https://it-influentials.com/wp-includes/js/masonry.min.js?ver=4.2.2"></script> <script id="swiper-js" src="https://it-influentials.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script> <script id="smoothscroll-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/smoothscroll.js?ver=3.1"></script> <script id="inview-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/jquery.inview.min.js?ver=3.1"></script> <script id="slicknav-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/jquery.slicknav.min.js?ver=3.1"></script> <script id="prognroll-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/prognroll.js?ver=3.1"></script> <script id="theia-sticky-sidebar-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/theia-sticky-sidebar.js?ver=3.1"></script> <script id="bizberg-custom-js-extra"> var bizberg_object = {"admin_bar_status":"","slider_loop":"1","slider_speed":"3","autoplay_delay":"6","slider_grab_n_slider":"1","header_menu_color_hover":"#0088cc","header_menu_color_hover_sticky":"#0088cc","is_transparent_header":"false","primary_header_layout":"left","slide_in_animation":"1","sticky_header_status":"true","sticky_sidebar_margin_top_status":"110","sticky_sidebar_margin_bottom_status":"10","sticky_sidebar_status":"1","flying_balls_colors":[],"rtl":""}; //# sourceURL=bizberg-custom-js-extra </script> <script id="bizberg-custom-js" src="https://it-influentials.com/wp-content/themes/bizberg-pro/assets/js/custom.js?ver=3.1"></script> <script id="newsletter-js-extra"> var newsletter_data = {"action_url":"https://it-influentials.com/wp-admin/admin-ajax.php"}; //# sourceURL=newsletter-js-extra </script> <script id="newsletter-js" src="https://it-influentials.com/wp-content/plugins/newsletter/main.js?ver=9.2.1"></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https://it-influentials.com/wp-admin/admin-ajax.php","nonce":"9c9bd6d285","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https://it-influentials.com/knowledge-base/release-notes-v6-6-0/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; //# sourceURL=eael-general-js-extra </script> <script id="eael-general-js" src="https://it-influentials.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.6.0"></script> <script id="epkb-glossary-tooltips-js" src="https://it-influentials.com/wp-content/plugins/echo-knowledge-base/js/glossary-tooltips.min.js?ver=17.4.0"></script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://it-influentials.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}} </script> <script type="module"> /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://it-influentials.com/wp-includes/js/wp-emoji-loader.min.js </script> <div class="full-screen-search" style="display: none;"> <div class="search-box-wrap"> <div class="searchform" role="search"> <a href="javascript:void(0)" class="close"> <i class="fal fa-times"></i> </a> </div> </div> </div> <!-- start Back To Top --> <div id="back-to-top"> <a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a> </div> <!-- end Back To Top --> </body> </html> <!-- Page cached by LiteSpeed Cache 7.8.1 on 2026-05-25 14:11:46 -->