Skip to content

Commit

Permalink
Merge branch 'release/1.19.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Apr 9, 2023
2 parents cfc60aa + 3859294 commit 1f79d9b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 35 deletions.
16 changes: 0 additions & 16 deletions build-config.js
Original file line number Diff line number Diff line change
@@ -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 [email protected]
]
},
version: {
src: [
'functions.php',
Expand Down
10 changes: 10 additions & 0 deletions inc/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
'<a href="https://siteorigin.com/downloads/premium/?featured_addon=theme/logo-booster" target="_blank" rel="noopener noreferrer">',
'</a>'
),
'siteorigin-north'
),
),
),
'site_title' => array(
'type' => 'checkbox',
Expand Down
16 changes: 1 addition & 15 deletions inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
?>
<div class="breadcrumbs">
<?php bcn_display(); ?>
</div>
<?php
} elseif ( function_exists( 'yoast_breadcrumb' ) ) {
yoast_breadcrumb( '<div class="breadcrumbs">', '</div>' );
} elseif ( function_exists( 'rank_math_the_breadcrumbs' ) ) {
?>
<div class="breadcrumbs">
<?php rank_math_the_breadcrumbs(); ?>
</div>
<?php
}
siteorigin_settings_breadcrumbs();
}
}

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: siteorigin

Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce

Tested up to: 6.0
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.6.20
License: GPLv2 or later
Expand Down Expand Up @@ -104,6 +104,9 @@ Original design files are available on [Google Drive](https://drive.google.com/f

== Changelog ==

= 1.19.15 - 09 April 2023 =
* Moved breadcrumb functionality to SiteOrigin Settings framework.

= 1.19.14 - 01 March 2023 =
* Added compatibility for the SiteOrigin Premium Logo Booster Addon.
* WordPress PHP Coding Standards improvements.
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://siteorigin.com/thread/">forums</a> (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
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://siteorigin.com/thread/">forums</a> (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
Expand Down

0 comments on commit 1f79d9b

Please sign in to comment.