Skip to content

Commit

Permalink
Merge branch 'release/1.17.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Dec 30, 2020
2 parents 65509d4 + 8f4a458 commit 9d1547b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+3 −3 package-lock.json
2 changes: 1 addition & 1 deletion inc/settings
2 changes: 1 addition & 1 deletion js/jquery.flexslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@

methods.controlNav.active();

slider.controlNavScaffold.on('a, img', eventType, function(event) {
slider.controlNavScaffold.on( eventType, 'a, img', function(event) {
event.preventDefault();

if (watchedEvent === "" || watchedEvent === event.type) {
Expand Down
2 changes: 1 addition & 1 deletion js/north.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@

// Gallery format image slider.
$( document ).ready( function() {
if ( $.isFunction( $.fn.flexslider ) ) {
if ( typeof $.fn.flexslider == 'function' ) {
$( '.gallery-format-slider' ).flexslider( {
animation: "slide",
} );
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Original design files are available on [Google Drive](https://drive.google.com/f

== Changelog ==

= 1.17.18 - 30 December 2020 =
* WooCommerce: Added single product thumbnail navigation support for jQuery 3.5.
* Updated the SiteOrigin Settings framework.

= 1.17.17 - 17 November 2020 =
* Developer: Added support for jQuery 3.5.

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: 5.5
Tested up to: 5.6
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d1547b

Please sign in to comment.