brisko

WordPress Starter Theme, based on Underscores and Bootstrap

GPL-2.0 License

Stars
4

Bot releases are visible (Hide)

brisko - v5.0.0 Latest Release

Published by github-actions[bot] about 1 year ago

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

brisko - v4.0.1

Published by github-actions[bot] about 1 year ago

4.0.1 (2023-07-23)

Bug Fixes

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

Miscellaneous Chores

brisko - v4.0.0

Published by github-actions[bot] about 1 year ago

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

brisko - v3.8.0

Published by github-actions[bot] over 1 year ago

3.8.0 (2023-05-25)

Features

brisko - v3.7.0

Published by devuri about 2 years ago

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

brisko - v3.6.2

Published by devuri about 2 years ago

Add brisko filters #135

Filter hooks.

footer

  • brisko_copyright
  • brisko_poweredby

Customizer sections

  • brisko_sections
brisko - v3.6.1

Published by devuri about 2 years ago

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

brisko - v3.5.0

Published by devuri about 2 years ago

v3.5.0 #131

Refactors

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

Changes

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

brisko - v3.3.3

Published by devuri about 2 years ago

v3.3.3 #130

Features

708ed59 - Adds brisko_page_{$post_id} page action

Changes

b5e897a - v3.3.3

brisko - v3.3.2

Published by devuri over 2 years ago

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

brisko - v3.3.1

Published by devuri over 2 years ago

v3.3.1 #127

Adds Bootstrap 5 support.

Features

f3d7846 - Adds Bootstrap 5 support and theme mods
425f22f - Adds Bootstrap v5.2.0-beta1 assets in static

Refactors

8eefa11 - ignore content output
8566fdb - remove wp_kses_post

Changes

16aab32 - v3.3.1 build
0db3bb4 - run build

brisko - v3.3.0

Published by devuri over 2 years ago

Adds pure content #125

Fix: #124

The Pure Content Fix

Pure content will bypass the_content and use get_the_content, works better when using HTML, and fixes bootstrap style issues. Note: this will bypass filters that apply to the_content.

https://developer.wordpress.org/reference/functions/the_content/
https://developer.wordpress.org/reference/functions/get_the_content/

This was implemented only for pages, other post types will still work as expected

brisko - v3.2.1

Published by devuri over 2 years ago

v3.2.1

Development update, see v3.2.0 add build #120

brisko - v3.0.6

Published by devuri about 3 years ago

v3.0.6 #115

Features

c8b7e22 - Adds text-transform on post tags.

Changed files

  • src/Customize/Settings/Blog.php
  • src/Customize/helpers.php
  • src/Setup/Styles.php

Changes

3a861d6 - v3.0.6
9db553c - feat Add Sanitize CSS sanitize_css()

brisko - v3.0.2

Published by devuri over 3 years ago

3.0.2 #114

Features

6729a39 - Adds new sidebar and widget styles
eb44263 - New enqueue additional styles, witrh THeme::enqueue_style() method
5a82b74 - New action "brisko_before_tags"
9cea730 - Adds phpdoc

Changes

eb2f292 - v3.0.2
f740929 - phpcs exclude docs
5be3e5f - Checks if the footer is disabled

brisko - v3.0.1

Published by devuri over 3 years ago

v3.0.1 #113

  • 0991e80 - update action list
brisko - v3.0.0

Published by devuri over 3 years ago

v3.0.0 #112

Features

6917eaf - adds Header title section

Changed files

  • src/Options.php
  • src/SiteHeader.php
  • src/Theme.php
  • src/View/Archive.php
  • template-parts/head-archive.php
  • template-parts/head-blog.php

Fixes

82f70b1 - Header Footer Blocks plugin

Changed files

  • src/Setup/Compat.php

Refactors

d166f68 - simplify brisko_related_content

Changes

4bfbd07 - v3.0.0

Changed files

  • readme.txt
  • src/Element.php
  • src/Theme.php

ef8670a - v3.0.0

Changed files

  • style.css
brisko -

Published by devuri over 3 years ago

v2.9.0 #110

Refactors

0cdbf03 - remove bootstrap reboot

Changes

ed84918 - v2.9.0
7be63ae - fix heading background

brisko - v2.8.1

Published by devuri over 3 years ago

v2.8.1 #109

Features

5642e6b - adds Meta Display

Fixes

4e81496 - fix static call Brisko actions list
2f4ef9e - remove trailing comma only supported in php7.3

Changes

6432487 - v2.8.1
6eb56b5 - PHPdoc fix
005ed51 - adds ignore file

brisko - 2.7.9

Published by devuri over 3 years ago

2.7.9 #108

Features

28ad3da - replace checkbox with ToggleControl
fc88a97 - add Blog title and subtitle on single posty pages
5c56db0 - new function brisko_actions()
5ca8c71 - add ToggleControl for Customizer
34d777b - new Post Meta Details settings
5deb6a6 - new brisko_section_info()

Fixes

d246051 - font size for toggle button
a2f66ec - fix css for toggle button
eab5818 - Fix the Button fade out effect.

Refactors

3ee7a5c - use v for Underline Links
2a8aac2 - section for each $actions
366bd3d - update section title
16d1da2 - add esc_attr and additional phpcs fixes
03dfcbc - add description.

Changes

74f4c05 - v2.7.9