diff --git a/build-config.js b/build-config.js index fc58833..09f9352 100644 --- a/build-config.js +++ b/build-config.js @@ -1,22 +1,6 @@ module.exports = { slug: 'siteorigin-north', jsMinSuffix: '.min', - contributors: { - src: [ - '{**/*.js,**/*.php,**/*.less,**/*.scss}', - '!{build,build/**}', // Ignore build/ submodule - '!{inc/settings,inc/settings/**}', // Ignore settings submodule - '!{inc/panels-lite,inc/panels-lite/**}', // Ignore panels-lite submodule - '!{languages,languages/**}', // Ignore languages - '!{tests,tests/**}', // Ignore tests/ and contents if any - '!{tmp,tmp/**}' // Ignore tmp/ and contents if any - ], - format: 'php', - skipCommits: [], - excludeEmails: [ - '77e88891e4965161953320ec66623cbc', // Remove greg@siteorigin.com - ] - }, version: { src: [ 'functions.php', diff --git a/inc/settings b/inc/settings index ed8b0c3..d4b6359 160000 --- a/inc/settings +++ b/inc/settings @@ -1 +1 @@ -Subproject commit ed8b0c3a0d39e054b93f471b97b7d230b7cc5874 +Subproject commit d4b6359f7f91918262de3f72f5550367f7115422 diff --git a/inc/settings.php b/inc/settings.php index fdd5ae3..aea10c9 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -17,6 +17,16 @@ function siteorigin_north_settings_init() { 'type' => 'media', 'label' => __( 'Retina Logo', 'siteorigin-north' ), 'description' => __( 'A logo for use on high pixel density displays. Must be used in addition to standard logo and be exactly double the size.', 'siteorigin-north' ), + 'teaser' => array( + 'text' => __( + sprintf( + 'Enhance your SiteOrigin theme logo functionality with the %sLogo Booster addon%s. Add an alternative logo on any page; upload a sticky logo to display on scroll.', + '', + '' + ), + 'siteorigin-north' + ), + ), ), 'site_title' => array( 'type' => 'checkbox', diff --git a/inc/template-tags.php b/inc/template-tags.php index a176074..47efcac 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -474,21 +474,7 @@ function siteorigin_north_display_icon( $type ) { * Display's breadcrumbs supported by Breadcrumb NavXT, Rank Math, and Yoast SEO. */ function siteorigin_north_breadcrumbs() { - if ( function_exists( 'bcn_display' ) ) { - ?> - - ', '' ); - } elseif ( function_exists( 'rank_math_the_breadcrumbs' ) ) { - ?> - - forums (http://siteorigin.com/thread/). Version: dev -Tested up to: 6.0 +Tested up to: 6.2 Requires at least: 4.7 Requires PHP: 5.6.20 License: GNU General Public License v2 or later diff --git a/style.css b/style.css index 4e89439..3047560 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author URI: https://siteorigin.com/ Theme URI: https://siteorigin.com/theme/north/ Description: Inspired by the elegant majesty and purity of the Swiss Alps and built with business owners in mind, North is the star in the SiteOrigin sky. With easy-to-use options, classic lines and a minimal feel, North feels visually limitless and technically effortless. It's fully responsive and retina ready. Some key features are its responsive menu, gorgeous animations and tight integration with all the major plugins you've come to rely on. You can use it to create a business website using SiteOrigin Page Builder and our Widgets Bundle. You can also build a full ecommerce store though North's WooCommerce integration. We offer free and premium support on our support forums (http://siteorigin.com/thread/). Version: dev -Tested up to: 6.0 +Tested up to: 6.2 Requires at least: 4.7 Requires PHP: 5.6.20 License: GNU General Public License v2 or later