Changeset 3419788
- Timestamp:
- 12/15/2025 08:41:25 AM (3 months ago)
- Location:
- header-footer-builder-for-elementor
- Files:
-
- 55 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/LICENSE.txt (added)
-
tags/1.0.6/README.MD (added)
-
tags/1.0.6/assets (added)
-
tags/1.0.6/assets/css (added)
-
tags/1.0.6/assets/css/editor-warning.css (added)
-
tags/1.0.6/assets/css/icon-button-hf.css (added)
-
tags/1.0.6/assets/css/navigation-menu-hf.css (added)
-
tags/1.0.6/assets/css/top-bar-widgets-hf.css (added)
-
tags/1.0.6/assets/css/turbo-footer-template-popup.css (added)
-
tags/1.0.6/assets/css/turbo-header-style.css (added)
-
tags/1.0.6/assets/css/turbo-header-template-popup.css (added)
-
tags/1.0.6/assets/images (added)
-
tags/1.0.6/assets/images/promotion-banner.webp (added)
-
tags/1.0.6/assets/images/turbo-logo.png (added)
-
tags/1.0.6/assets/images/turboFile.svg (added)
-
tags/1.0.6/assets/js (added)
-
tags/1.0.6/assets/js/navigation-menu-hf.js (added)
-
tags/1.0.6/assets/js/turbo-footer-conditions-popup.js (added)
-
tags/1.0.6/assets/js/turbo-footer-template-popup.js (added)
-
tags/1.0.6/assets/js/turbo-header-behavior.js (added)
-
tags/1.0.6/assets/js/turbo-header-conditions-popup.js (added)
-
tags/1.0.6/assets/js/turbo-header-template-popup.js (added)
-
tags/1.0.6/assets/vendor (added)
-
tags/1.0.6/assets/vendor/select2 (added)
-
tags/1.0.6/assets/vendor/select2/select2.min.css (added)
-
tags/1.0.6/assets/vendor/select2/select2.min.js (added)
-
tags/1.0.6/header-footer-builder-for-elementor.php (added)
-
tags/1.0.6/header-footer-template (added)
-
tags/1.0.6/header-footer-template/footer-builder (added)
-
tags/1.0.6/header-footer-template/footer-builder/turbo-footer-render.php (added)
-
tags/1.0.6/header-footer-template/footer-builder/turbo-footer-template.php (added)
-
tags/1.0.6/header-footer-template/header-builder (added)
-
tags/1.0.6/header-footer-template/header-builder/turbo-header-render.php (added)
-
tags/1.0.6/header-footer-template/header-builder/turbo-header-template.php (added)
-
tags/1.0.6/header-footer-template/header-footer-menu (added)
-
tags/1.0.6/header-footer-template/header-footer-menu/header-footer-menu.php (added)
-
tags/1.0.6/helper (added)
-
tags/1.0.6/helper/helper.php (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/class-hfb-recommend-turbo-addons.php (added)
-
tags/1.0.6/languages (added)
-
tags/1.0.6/languages/advance-woocommerce-product-grid-for-elementor-bn_BD.mo (added)
-
tags/1.0.6/languages/advance-woocommerce-product-grid-for-elementor-fr_FR.mo (added)
-
tags/1.0.6/templates (added)
-
tags/1.0.6/templates/single-tahefobu_footer_template.php (added)
-
tags/1.0.6/templates/single-tahefobu_header_template.php (added)
-
tags/1.0.6/widgets (added)
-
tags/1.0.6/widgets/copy-right-hf.php (added)
-
tags/1.0.6/widgets/icon-button-hf.php (added)
-
tags/1.0.6/widgets/navigation-menu-hf.php (added)
-
tags/1.0.6/widgets/site-logo-hf.php (added)
-
tags/1.0.6/widgets/top-bar-hf.php (added)
-
tags/1.0.6/wppulse (added)
-
tags/1.0.6/wppulse/wppulse-plugin-analytics-engine-sdk.php (added)
-
trunk/README.MD (modified) (2 diffs)
-
trunk/header-footer-builder-for-elementor.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
header-footer-builder-for-elementor/trunk/README.MD
r3417249 r3419788 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 173 173 == Changelog == 174 174 175 = 1.0.6 = 176 * Simplify: Simplified the duplication code for make the plugin more compitable 177 178 175 179 = 1.0.5 = 176 180 * Added: Promotional notice encouraging users to try Turbo Addons for Elementor -
header-footer-builder-for-elementor/trunk/header-footer-builder-for-elementor.php
r3416940 r3419788 4 4 * Plugin URI: https://wp-turbo.com/header-footer-builder-for-elementor/ 5 5 * Description: Header Footer Builder for Elementor & WooCommerce. Easy, customizable plugin for headers/footers with display rules, sticky header & include/exclude. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Requires Plugins: elementor 8 8 * Author: turbo addons … … 18 18 exit; 19 19 } 20 // wp-pulse integration 20 // wp-pulse integration 21 if ( ! class_exists( 'WPPulse_SDK' ) ) { 21 22 require_once __DIR__ . '/wppulse/wppulse-plugin-analytics-engine-sdk.php'; 23 } 22 24 23 25 // Fetch plugin data automatically … … 90 92 define( 'TAHEFOBU_HEADER_FOOTER_BUILDER_FOR_ELEMENTOR_PLUGIN_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) ); 91 93 define( 'TAHEFOBU_HEADER_FOOTER_BUILDER_FOR_ELEMENTOR_PLUGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) ); 92 define( 'TAHEFOBU_HEADER_FOOTER_BUILDER_FOR_ELEMENTOR_PLUGIN_VERSION', '1.0. 5' );94 define( 'TAHEFOBU_HEADER_FOOTER_BUILDER_FOR_ELEMENTOR_PLUGIN_VERSION', '1.0.6' ); 93 95 } 94 96 … … 202 204 false, // no file, just for inline use 203 205 [], 204 '1.0. 5'206 '1.0.6' 205 207 ); 206 208 wp_enqueue_style( 'tahefobu-frontend' );
Note: See TracChangeset
for help on using the changeset viewer.