Skip to content

Releases: devuri/brisko

v6.1.2

04 Mar 13:56
2c76dbc
Compare
Choose a tag to compare

6.1.2 (2025-03-04)

Bug Fixes

Miscellaneous Chores

v6.1.1

04 Mar 12:32
77df1eb
Compare
Choose a tag to compare

6.1.1 (2025-03-04)

Bug Fixes

  • use_custom_styles is true by default (a3d8fbf)

Miscellaneous Chores

v6.1.0

04 Mar 11:30
68de0b7
Compare
Choose a tag to compare

6.1.0 (2025-03-04)

Features

  • add more basic styles (fa6d029)
  • add style heather (3e1a822)
  • adds new settings to enable hybrid theme mode (e63dc26)
  • adds new styles (3dcb322)
  • adds Palette-style Generator (cbe8d1b)

Bug Fixes

  • 4px top margin (44dc4be)
  • adds core_css block styles (91f5978)
  • better Support for block templates (01cbb81)
  • new src/inc/template-tags.php is now src/inc/functions.php (5338feb)
  • no page titles needed (7c47128)
  • remove .alignfull and .alignwide (3dec2ad)
  • simpler format for hot swaps (6691d7c)
  • update main group in templates (280e9a3)

Miscellaneous Chores

v6.0.1

25 Feb 05:21
ff6dca2
Compare
Choose a tag to compare

6.0.1 (2025-02-25)

Bug Fixes

  • adds brisko_site_blocks_open will remove top margin in classic (0ba5660)
  • updated layout wideSize (a99b41b)

Miscellaneous Chores

v6.0.0

24 Feb 12:39
f0df91e
Compare
Choose a tag to compare

6.0.0 (2025-02-24)

⚠ BREAKING CHANGES

  • adds support for styles and block editor
  • remove bootstrap only retains grid
  • adds core css
  • adds theme.json
  • new improved main Options handler

Features

  • add Enable Block Header and Enable Block Footer (1cfeb3a)
  • add Enqueue Extra assets (aecb35b)
  • adds brisko_customizer_setting action hook (d6d76d7)
  • adds core css (b610182)
  • adds disable_wpautop Removes extra <p> tags in post and pages (3839a6c)
  • adds theme.json (1f5b73e)
  • adds use_block_templates to switch to block theme mode (2f6f95b)
  • adds entry meta hook brisko_entry_meta (5f4694d)
  • adds new hook brisko_after_body_open (e11e594)
  • adds standalone autoloader Autoloader class (2a8b991)
  • adds support for styles and block editor (a582309)
  • better starter front-page for FSE mode (830206f)
  • new improved main Options handler (51644d6)
  • update post detail options (f328b4d)
  • updated brisko_assets now files can be in brisko_assets/css (248f621)

Bug Fixes

  • add zipit (33abcf8)
  • add more FSE support (b2beef4)
  • add setting to disable custom-styles (9cb65e3)
  • add theme local fonts (078207f)
  • alignfull update (94169b3)
  • author name (d042e62)
  • classic theme mode js will not be loaded in FSE mode (416e251)
  • fix text domain (eef4a6b)
  • fixes editor styles (4835fc6)
  • fixes theme mod getter (9921977)
  • info for when use_block_templates (cf3a7d1)
  • main Navigation compatible with bootstrap (271fd63)
  • new better .alignwide, .alignfull support (e008b77)
  • refactor customizer (699565d)
  • register with init (b343e4d)
  • remove bootstrap only retains grid (90a9227)
  • remove edit link (feb13e4)
  • update alignwide to fix scroll bar at the bottom (8c39a19)
  • update init in setup() (334f5a4)

Miscellaneous Chores

v5.0.0

03 Sep 02:15
7f52be7
Compare
Choose a tag to compare

5.0.0 (2023-09-03)

⚠ BREAKING CHANGES

  • upgrade to php7.0

Features

Bug Fixes

  • Determine whether to load theme modifications by default. (6311ffc)

Miscellaneous Chores

v4.0.1

23 Jul 15:55
f1c0f09
Compare
Choose a tag to compare

4.0.1 (2023-07-23)

Bug Fixes

  • remove width: 100vw it causes overflow in the browser (9e190b7)

Miscellaneous Chores

v4.0.0

23 Jul 14:56
b811750
Compare
Choose a tag to compare

4.0.0 (2023-07-23)

⚠ BREAKING CHANGES

  • version bump 4.0

Features

  • add Max Width to Layout section, and remove site-main padding (a0ec44c)
  • version bump 4.0 (1831129)

Bug Fixes

  • adds easy access helpers (26d2523)
  • fixes Brisko Full Width (abbd837)
  • update removes the views dir items use theme files (dfb1b9e)

Miscellaneous Chores

v3.8.0

25 May 17:55
6cf613a
Compare
Choose a tag to compare

3.8.0 (2023-05-25)

Features

v3.7.0

23 Aug 04:51
943fa68
Compare
Choose a tag to compare

v3.7.0 #136

Features

f6048d9 - adds support for editor styles setup_theme_editor_styles()
f4da5c9 - New component( $name = null ) method
c87e26d - brisko() now has mode brisko( $mode = null )

Fixes

e295a8a - CSS fix for .sidebar ul li
3cdcbf0 - templates fix

Refactors

779d3ed - moved brisko() to the template tags file
54c5d13 - use BRISKO_VERSION
ddbb6e3 - replace Brisko\Theme:: with brisko()::
7b6deba - replaces Brisko\Theme::template() with brisko('template') function
a6fd96a - self::mod is now self::enqueue_style

Tests

dc32e0b - Adds test for brisko() object

Changes

bff3723 - build
6f5ba11 - v3.7.0 build
a5bb4db - docs
c797f0f - docs