Skip to content

Commit

Permalink
Merge branch 'release/1.9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 6, 2022
2 parents ff63d59 + b842830 commit f2e6b72
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion inc/settings
8 changes: 7 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, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, blog, e-commerce

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

== Changelog ==

= 1.9.6 - 06 November 2022 =
* WooCommerce: Updated bundled templates to `7.0.1`.
* SiteOrigin Settings: Updated Google Fonts array.
* SiteOrigin Settings: Resolved potential Google Fonts empty response.
* SiteOrigin Settings: Added support for `siteorigin_web_font_url`.

= 1.9.5 - 12 June 2022 =
* SiteOrigin Settings: Added `siteorigin_settings_websafe` filter to allow filtering of websafe fonts.

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/unwind/
Description: Unwind is a modern theme for creators. A stunning integrated posts slider, clean lines, and crisp typography make it the perfect canvas for bloggers. Complete WooCommerce integration, usually only found in premium themes, makes Unwind ideal for selling. We know standing out from the crowd is important. Unwind offers four header layouts and five blog layouts, making it easy to create a unique look and feel to suit your brand. Unwind is fully responsive and mobile-ready, it also features a bold full-screen search, smooth back-to-top button, and integrations for all of your favorite plugins like Jetpack Infinite Scroll and Page Builder by SiteOrigin. For assistance, check out our <a href="https://siteorigin.com/unwind-documentation/">theme documentation</a> (https://siteorigin.com/unwind-documentation/) or ask a question on our <a href="https://siteorigin.com/thread/">support forum</a> (https://siteorigin.com/thread/).
Version: dev
Tested up to: 5.9
Tested up to: 6.0
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.

6 changes: 2 additions & 4 deletions woocommerce/product-searchform.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
* the readme will list any important changes.
*
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates
* @version 3.3.0
* @package WooCommerce\Templates
* @version 7.0.1
*/

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down

0 comments on commit f2e6b72

Please sign in to comment.