Skip to content

Commit

Permalink
Add Genesis style trump
Browse files Browse the repository at this point in the history
  • Loading branch information
seothemes committed Sep 6, 2019
1 parent 4967d6e commit db421ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Genesis Starter Theme Changelog

## [3.5.3] - 2019-06-09
* Add Genesis style trump

## [3.5.2] - 2019-05-09
* Add test suite

Expand Down
4 changes: 4 additions & 0 deletions lib/functions/enqueue.php
Expand Up @@ -11,6 +11,10 @@

namespace SeoThemes\GenesisStarterTheme\Functions;

// Genesis style trump.
remove_action( 'genesis_meta', 'genesis_load_stylesheet' );
add_action( 'wp_enqueue_scripts', 'genesis_enqueue_main_stylesheet', 99 );

\add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_assets' );
\add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\enqueue_assets' );
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "genesis-starter-theme",
"version": "3.5.2",
"version": "3.5.3",
"description": "Genesis starter theme with a modern development workflow.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@
* Author: SEO Themes
* Author URI: https://seothemes.com/
* Description: Genesis starter theme with a modern development workflow.
* Version: 3.5.2
* Version: 3.5.3
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: genesis-starter-theme
Expand Down

0 comments on commit db421ba

Please sign in to comment.