brisko

WordPress Starter Theme, based on Underscores and Bootstrap

GPL-2.0 License

Stars
4

Bot releases are hidden (Show)

brisko - v1.1.0

Published by devuri almost 4 years ago

Features

46661aa - 1.1.0
9ba65bd - add Underline Content Links in Customizer
fef3c24 - new links_underline option

Changes

b3d10cd - use wp_register_style for, bootstrap and underscores
95cd256 - remove post-title link underline

brisko - v1.0.9

Published by devuri almost 4 years ago

Features

58bd393 - add blog-thumbnail css

Changed files

  • src/View/Thumbnail.php

12ae676 - Add Content Links

Changed files

  • style.css

Fixes

25582dd - header image on canvas page

Refactors

3544e4b - use array keys for customizer sections

Changed files

  • src/Customize/Build.php
  • src/Customize/Sections.php

Changes

193b9b0 - new version 1.0.9

Changed files

  • readme.txt
  • src/Theme.php
  • style.css

f34e18c - vendor update

Changed files

  • vendor/composer/autoload_classmap.php
  • vendor/composer/autoload_static.php
brisko - v1.0.8

Published by devuri almost 4 years ago

v1.0.8 #76

Features

840c4ba - version update 1.0.8

Changed files

  • readme.txt
  • src/Theme.php
  • style.css

09cb96c - New Enable Smooth scroll

Changed files

  • src/Customize/Settings/General.php
  • src/Setup/Assets.php

Refactors

cf1e2e0 - phpcs

Changed files

  • src/inc/actions.php

430dac1 - is_disabled() => disable_sidebar()

Changed files

  • src/Layout.php

6278185 - Customizer

Changed files

  • src/Customize/Build.php
  • src/Customize/Customizer.php
  • src/Customize/Sections.php
brisko - v1.0.7

Published by devuri almost 4 years ago

v1.0.7 #73

Features

14fdfcc - New 1.0.7

Changed files

  • readme.txt
  • src/Theme.php
  • style.css

Fixes

60504ab - Fix phpcs

Changed files

  • src/Customize/Settings/SelectiveRefresh.php

Refactors

98c5e91 - move header to template-parts/header

Changed files

  • src/SiteHeader.php
  • src/Theme.php
  • template-parts/header.php
brisko - v1.0.6

Published by devuri almost 4 years ago

1.0.6 #72

Fixes

60504ab - Fix phpcs

Changed files

  • src/Customize/Settings/SelectiveRefresh.php

Refactors

98c5e91 - move header to template-parts/header

Changed files

  • src/SiteHeader.php
  • src/Theme.php
  • template-parts/header.php
brisko - v1.0.5

Published by devuri almost 4 years ago

v1.0.5 #71

Features

4caff88 - New customizer option Navigation background color

Changed files

  • js/customizer.js
  • src/Customize/Settings/Navigation.php
  • src/Customize/Settings/SelectiveRefresh.php
  • src/Setup/Assets.php

1c7e103 - Add $defualt arg

Changed files

  • src/Options.php

Fixes

2ae6135 - change Brisko Theme Options => Theme Options

Changed files

  • src/Customize/Customizer.php

039e639 - override underscores page margin

Changed files

  • css/brisko.css

Refactors

437c0bd - phpcs fix

Changed files

  • src/Setup/Activate.php

efb3bc9 - move .sticky to theme stylesheet

Changed files

  • css/brisko.css
  • style.css

b8ca102 - fix title output

Changed files

  • template-parts/content.php

c45e013 - separate thumbnail into own methods

Changed files

  • src/View/Thumbnail.php

c8cae79 - New content part for single

Changed files

  • src/View/Single.php
  • template-parts/content-single.php

31da158 - lowercase nav links

Changed files

  • css/brisko.css

ac33752 - update css

Changed files

  • css/brisko.css
  • style.css

Changes

88fde34 - faet:new class Excerpt

Changed files

  • src/Theme.php
  • src/View/Excerpt.php
  • template-parts/content.php
brisko - v1.0.4

Published by devuri almost 4 years ago

v1.0.4 #70

Features

879a1fa - New Version 1.0.4

Changed files

  • readme.txt
  • src/Theme.php
  • style.css

Fixes

50afae7 - Fix static method

Changed files

  • src/View/FullWidthPage.php
  • src/View/Single.php

Refactors

0a2437d - move the main layout class to Brisko\Layout

Changed files

  • src/Layout.php
  • src/View/Archive.php
  • src/View/CanvasPage.php
  • src/View/FullWidthPage.php
  • src/View/IndexPage.php
  • src/View/Layout.php
  • src/View/Page.php
  • src/View/Page404.php
  • src/View/Search.php
  • src/View/Single.php

16c145b - vendor update

Changed files

  • composer.json
  • vendor/composer/autoload_classmap.php
  • vendor/composer/autoload_files.php
  • vendor/composer/autoload_static.php

91b6394 - remove custom-header.php

Changed files

  • src/inc/custom-header.php

1e0a84f - move custom header feature

Changed files

  • src/Setup/Head.php
  • src/inc/custom-header.php

71c110d - remove get() since we use Singleton

Changed files

  • src/Footer.php
  • src/Navigation.php
  • src/Options.php
  • src/SiteHeader.php
  • src/Template.php

4b2a3c7 - move to Brisko\Setup

Changed files

  • src/Activate.php
  • src/Assets.php
  • src/Body.php
  • src/Contracts/Setup.php
  • src/Head.php
  • src/Setup/Activate.php
  • src/Setup/Assets.php
  • src/Setup/Body.php
  • src/Setup/Head.php
  • src/Theme.php

Changes

c97257a - vendor update

Changed files

  • vendor/composer/autoload_classmap.php
  • vendor/composer/autoload_static.php

1b3e17e - doc:update class doc

Changed files

  • src/Layout.php
  • src/index.html

45f0ae6 - doc:update class doc

Changed files

  • src/Footer.php
  • src/Navigation.php
  • src/Options.php
  • src/SiteHeader.php
  • src/Template.php
  • src/Theme.php
  • src/Traits/Singleton.php
brisko - v1.0.2

Published by devuri almost 4 years ago

Features

a079940 - implement View Contract
5a65d1b - new Contract for view

Fixes

82eec80 - static page method

Refactors

1d156b0 - remove static view
0a6b07e - remove get()
631f1b3 - implement get() method on template calls
d3bd4ad - get() => get_instance()
518a2a1 - change static methods
d9119d8 - minor refactor

Changes

9bd4649 - doc:fix the view docs

brisko - v0.9.9

Published by devuri almost 4 years ago

Features

71eafd5 - Footer Top Margin.

Fixes

6f2ceb5 - default setting for Featured Image Display

Refactors

863a7a3 - move customizer.php to src/Customize/helpers.php
3eff195 - blog width fix: Read More Button title
88150ea - move post width to blog section
21fae42 - move Enqueue to Assets

brisko - v0.9.8

Published by devuri almost 4 years ago

brisko - v0.9.8

Published by devuri almost 4 years ago

brisko - v0.9.6

Published by devuri almost 4 years ago

v0.9.6 #63

brisko - v0.9.5

Published by devuri almost 4 years ago

brisko - v0.9.3

Published by devuri almost 4 years ago

brisko - v0.8.5

Published by devuri almost 4 years ago

brisko - v0.6.3

Published by devuri almost 4 years ago

= 0.6.3 =

  • Fix: Search background.
  • Fix: Use get_theme_mod() instead of options.
  • Add: Customizer Custom separator.
  • Add: Customizer setting for Powered by.
brisko - v0.6.1

Published by devuri almost 4 years ago

0.6.1

  • Add: Custom Inline Theme styles.
  • Add: Link Color Option.
  • Add: Featured Image Display Option.
  • New: brisko_theme_mod().
  • Fix: Page header title style.
  • Fix: Remove h1,h2,h3,h4,h5,h6 font-family style.
  • Fix: more-link class Add border-radius.
  • Fix: entry-meta class Add color: #999.
  • Fix: wp-block-button__link.
brisko - v0.5.4

Published by devuri almost 4 years ago

  • Fix main menu overflow
  • Simplify Header section
brisko - v0.5.2

Published by devuri about 4 years ago

  • New Styles for the Post tags
brisko - v0.5.1

Published by devuri about 4 years ago

v0.5.1 update

  • Fix 404, add the sidebar.
  • Add new customizer option for the copyright.
  • Fix Nothing Found, archive pages.