Skip to content

Commit

Permalink
Merge branch 'release/1.20.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed May 9, 2024
2 parents 37fa487 + d1159ef commit 50c757a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion inc/settings
3 changes: 1 addition & 2 deletions inc/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1098,11 +1098,10 @@ function siteorigin_corp_settings_custom_css( $css ) {
margin-top: ${footer_margin};
}
.site-footer .widgets {
padding-top: ${footer_padding};
padding: ${footer_padding} 0;
}
.site-footer .widgets .widget {
color: ${footer_widget_text};
margin-bottom: ${footer_padding};
}
.site-footer .widgets .widget .wp-block-group__inner-container :is(h1,h2,h3,h4,h5,h6),.site-footer .widgets .widget .widget-title {
color: ${footer_widget_title};
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Contributors: siteorigin

Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, 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

Tested up to: 6.4
Tested up to: 6.5
Requires at least: 4.7
Requires PHP: 5.6.20
Requires PHP: 7.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,6 +100,11 @@ This theme makes use of the [SiteOrigin Settings Framework](https://github.com/s

== Changelog ==

= 1.20.6 - 09 May 2024 =
* Updated Tested up to tag.
* Increased requried PHP version.
* Updated Customizer CSS.

= 1.20.5 - 03 May 2024 =
* Footer: Adjusted footer widget mobile spacing.
* WooCommerce: Improved `[products]` shortcode detection.
Expand Down
4 changes: 2 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp/
Description: A modern business theme from SiteOrigin. Corp is versatile and quick to customize. Fast loading and fully stocked with all the modern theme features you've come to expect and enjoy. Convert visitors to customers with effective layouts and beautifuly presented landing pages. Corp offers seamless integration with Page Builder by SiteOrigin, a custom WooCommerce design, five unique blog layouts and a stunning Jetpack Portfolio layout.
Version: dev
Tested up to: 6.4
Tested up to: 6.5
Requires at least: 4.7
Requires PHP: 5.6.20
Requires PHP: 7.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siteorigin-corp
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp/
Description: A modern business theme from SiteOrigin. Corp is versatile and quick to customize. Fast loading and fully stocked with all the modern theme features you've come to expect and enjoy. Convert visitors to customers with effective layouts and beautifuly presented landing pages. Corp offers seamless integration with Page Builder by SiteOrigin, a custom WooCommerce design, five unique blog layouts and a stunning Jetpack Portfolio layout.
Version: dev
Tested up to: 6.4
Tested up to: 6.5
Requires at least: 4.7
Requires PHP: 5.6.20
Requires PHP: 7.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siteorigin-corp
Expand Down

0 comments on commit 50c757a

Please sign in to comment.