Make WordPress Themes

Changeset 226473 for beaumont


Ignore:
Timestamp:
05/03/2024 07:41:40 AM (19 months ago)
Author:
themedropbox
Message:

New version of Beaumont - 0.2.5

Location:
beaumont/0.2.5
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • beaumont/0.2.5/functions.php

    r199715 r226473  
    1919function beaumont_styles() {
    2020
    21     wp_enqueue_style( 'beaumont-styles', get_theme_file_uri( '/style.css' ), array(), wp_get_theme( 'beaumont' )->get( 'Version' ) );
     21    wp_enqueue_style( 'beaumont-styles', get_template_directory_uri() . '/style.css', array(), wp_get_theme( 'beaumont' )->get( 'Version' ) );
    2222
    2323}
  • beaumont/0.2.5/readme.txt

    r219567 r226473  
    44Requires at least: 6.1
    55Requires PHP: 5.6
    6 Tested up to: 6.4
     6Tested up to: 6.5
    77Stable tag: trunk
    88License: GPLv2 or later
     
    3838
    3939== Changelog ==
     40
     41Version 0.2.5 (2024-05-03)
     42-------------------------
     43- Updated stylesheet enqueue to make sure the parent theme stylesheet is loaded even when a child theme is active.
    4044
    4145Version 0.2.4 (2024-03-04)
  • beaumont/0.2.5/style.css

    r219567 r226473  
    33    Theme Name: Beaumont
    44    Text Domain: beaumont
    5     Version: 0.2.4
     5    Version: 0.2.5
    66    Description: Beaumont is a simple block theme for your words. It includes a handful of block patterns to help you create beautiful layouts, ten different theme styles to choose from, and seven different layouts for the blog archive. Demo: https://beaumont.andersnoren.se
    77    Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks, full-site-editing
     
    1212    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313    Requires PHP: 5.6
    14     Tested up to: 6.4
     14    Tested up to: 6.5
    1515
    1616    All files, unless otherwise stated, are released under the GNU General Public License
Note: See TracChangeset for help on using the changeset viewer.