Skip to content

Releases: devuri/brisko

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

v3.6.2

18 Aug 05:43
5db4590
Compare
Choose a tag to compare

Add brisko filters #135

Filter hooks.

footer

  • brisko_copyright
  • brisko_poweredby

Customizer sections

  • brisko_sections

v3.6.1

18 Aug 04:44
9f19489
Compare
Choose a tag to compare

v3.6.1 #134

Features

3c7ce87 - Adds self::register_script()
cd8b53e - Adds Scripts::mod
43cbcef - Adds style mod Styles::mod self::mod
4ed50c2 - Adds milligram css
2783531 - Adds BRISKO_VERSION const
a0b5b8d - Adds Asset source workflow

Fixes

4f73d7d - fixes nav js uri

Refactors

9b9e6ed - update script handle
031de9b - fix asset uri
f37f517 - remove assets static dir we will use assets/dist

Changes

9a76526 - codefix
6f8ec17 - fix milligram path
7396567 - build
a234fda - add uikit styles.
0fbba8d - fix uikit and add uikit icons
f26464b - v3.6.1 build

v3.5.0

08 Aug 02:00
074a5ca
Compare
Choose a tag to compare

v3.5.0 #131

Refactors

049eec5 - removes class Brisko
a15cb04 - removes static init()

Changes

e4078bb - v3.5.0
5f22634 - codefix
124693f - update docs

v3.3.3

21 Jul 17:05
18dc60c
Compare
Choose a tag to compare

v3.3.3 #130

Features

708ed59 - Adds brisko_page_{$post_id} page action

Changes

b5e897a - v3.3.3

v3.3.2

20 Jul 00:52
dae6b29
Compare
Choose a tag to compare

v3.3.2 #128

Disable wpautop filter on the_content
Fix: #124

Features

43a25a8 - Disable wpautop filter on the_content

Changes

ce24f29 - v3.3.2 build