All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.30.8 - 2023-03-07
- Updated Dependencies
0.30.7 - 2022-12-05
- Updated Dependencies
0.30.6 - 2022-10-24
- Updated German translation (contributed by m1ga)
- Updated Czech translation (contributed by PapuleX)
- Updated Spanish translation (contributed by aitorres)
- Updated Lithuanian translation (contributed by mantasio)
- Updated Dependencies
0.30.5 - 2022-09-09
- Updated Dependencies
0.30.4 - 2022-08-23
- Updated function to remove unwanted Gutenberg stuff from the header
- Updated Dependencies
0.30.3 - 2022-07-21
- Updated Dependencies
0.30.2 - 2022-06-27
- Updated Dependencies
0.30.1 - 2022-05-17
- Fixed Pattern Library syntax
0.30.0 - 2022-05-17
- Added support to configure compression value for images
- Added responsive image examples to the pattern library
- Moved image sizes functions out from the default setup to their own action
- Updated Dependencies
- Added filter to properly style active items on nav-menus with Bootstrap Nav-Walker
0.29.1 - 2022-04-04
- Secondary dependencies security updates
0.29.0 - 2022-03-16
- Added a new Pattern Library page to test and showcase Bootstrap custom theme
- Redesigned Homepage
- Updated Dev Dependencies
0.28.0 - 2022-02-17
- Updated Font Awesome to version 6
- Updated templates to use the new Font Awesome 6 syntax
- Renamed the compiled Font Awesome file from
fa5.min.js
tofontawesome.min.js
- Updated Dev Dependencies
- Fixed flex layout in the footer
0.27.3 - 2022-01-24
- Updated Dev Dependencies
- Secondary dependencies security updates
0.27.2 - 2022-01-17
- Updated Dev Dependencies
- Secondary dependencies security updates
0.27.1 - 2022-01-10
- Updated Dev Dependencies
0.27.0 - 2021-11-03
- Added translations for some languages:
- 🇨🇿 Czech (contributed by PapuleX)
- 🇫🇷 French (contributed by Tititesouris)
- 🇩🇪 German (contributed by m1ga)
- 🇱🇹 Lithuanian (contributed by mantasio)
- 🇪🇸 Spanish (contributed by aitorres)
- Added Contributing guidelines
- Replaced
@mr-hope/gulp-sass
with the updated version ofgulp-sass
, which now usesdart-sass
instead of the deprecatednode-sass
- Updated Dev Dependencies
- Minor bug fixes
0.26.0 - 2021-09-22
- Added ESLint for JavaScript code linting and formatting
- Added Stylelint for CSS/SASS code linting and formatting
- Added phpcs for PHP code linting and formatting (with WordPress coding standards)
- Updated Dev Dependencies
0.25.0 - 2021-08-29
- Updated Bootstrap to version 5.1.0
- Updated Font Awesome to version 5.15.4
- Converted
gulpfile.js
from CommonJS to ESM - Updated localization files
- Updated Dev Dependencies
- Moved release-it configuration to package.json
- Removed TripAdisor icon and custom field (no longer supported by FontAwesome)
0.24.0 - 2021-08-04
- Added filters to disable the block editor for widgets (introduced by WordPress 5.8)
- Updated localizations files
- Updated Dev Dependencies
- Security update of secondary dependencies in yarn.lock
0.23.0 - 2021-07-07
- Updated Bootstrap to version 5.
- Updated theme template files to new Bootstrap standards and best practices.
- Removed bootstrap.native (no longer needed as Bootstrap 5 doesn't have jQuery as dependency)
- Updated Dev Dependencies
0.22.1 - 2021-06-25
- Updated Dev Dependencies
- Security update of secondary dependencies in yarn.lock
0.22.0 - 2021-06-14
- Refactored
functions/integrations/acf.php
for cleaner code. - Refactored
functions/cleanup.php
for cleaner code; separated functions in smaller scopes. - Bump bootstrap.native from 3.0.14 to 4.0.1
- Added version strings to static resources.
- Replaced
gulp-sass
with@mr-hope/gulp-sass
, which usesdart-sass
instead of the deprecatednode-sass
- Updated Dev Dependencies
0.21.3 - 2021-06-01
- Revert bootstrap.native to version 3.0.14
0.21.2 - 2021-05-31
- Updated Dev Dependencies
- Security update ws from 7.4.2 to 7.4.6
0.21.1 - 2021-05-26
- Updated Dev Dependencies
- Security update browserslist from 4.16.1 to 4.16.6
0.21.0 - 2021-05-19
- Bump bootstrap.native from 3.0.14 to 3.0.15
- Replaced outdated
gulp-uglify
withgulp-terser
as JavaScript minifier - Updated Dev Dependencies
- Minor updates to
README.md
- Removed unneeded
setup
task from Gulp - Removed
fs-extra
dependency
- Add a condition that checks ACF existence before using its functions
- Minor fixes to
release-it
config
0.20.2 - 2021-05-09
- Security update of some dependencies in yarn.lock (
ua-parser-js
,hosted-git-info
,lodash
)
0.20.1 - 2021-04-30
- Added release-it config file
- Updated Dev Dependencies
0.20.0 - 2021-04-27
- First public and documented version
- Adoption of a changelog under Keep a Changelog standard