Skip to content

Commit

Permalink
Merge branch 'release/1.19.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Mar 2, 2023
2 parents fc035c1 + da22077 commit bda3e1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ function siteorigin_corp_premium_setup() {
'enabled' => ! siteorigin_setting( 'footer_attribution' ),
'siteorigin_setting' => '!footer_attribution',
) );

// Logo Booster.
add_theme_support( 'siteorigin-premium-logo-booster' );
}
}
add_action( 'after_setup_theme', 'siteorigin_corp_premium_setup' );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ This theme makes use of the [SiteOrigin Settings Framework](https://github.com/s

== Changelog ==

= 1.19.12 - 02 March 2023 =
* Added compatibility for the SiteOrigin Premium Logo Booster Addon.

= 1.19.11 - 08 February 2023 =
* PHP coding standards update.
* SiteOrigin Settings: PHP coding standards update.
Expand Down

0 comments on commit bda3e1b

Please sign in to comment.