Started since v1.1
2026-04-08
2026-04-07
- Fix incorrect translation in help page.
2026-04-01
- Add CSS to make it full working with theme unit test ( https://codex.wordpress.org/Theme_Unit_Test ).
2026-03-23
- Hot fix "Uncaught ArgumentCountError: is_array() expects exactly 1 argument, 2 given".
2026-03-23
- Update as per PHPCS's instructions.
2026-03-05
- Fix wrong bootstrap JS path.
- Fix call to undefined method.
2026-02-21
- Deleted files that is no longer use. (html5shiv.js, respond.js, fix-bootstrap.css).
- Moved css, js, fonts, img folders into assets folder. Make file structure clean and related.
- Update PHP register common styles and scripts into one method.
- Add modern Bootstrap 3 ( Original source ). Use filter
bootstrap_basic_use_modern_bootstrapto set that modern or original will be use. Default is still use original Bootstrap 3.
2025-12-21
- Fix prevent call
the_widget()while certain widget is not registered.
2025-12-18
- Remove Internet Explorer supported.
2024-07-07
- Update style.css on these classes (
.screen-reader-text,.aligncenter).
2023-12-25
- Add dropdown header supported in navbar.
- Update BootstrapBasic help message.
2022-12-29
- Remove paypal link as never use.
- Fix "Warning: Missing singular placeholder" error.
- Fix missing active class on parent menu item that have child item active.
- Update theme help page to properly use translation.
- Update help page, add link to Bootstrap 3 doc.
2022-12-18
- Fix incorrect check type scalar.
- Fix "Overriding WordPress globals is prohibited" error.
- Fix using
var_export().
2022-12-18
- Fix missing
$depthargument cause fatal error in WP 6.2.
2022-01-24
- Add more condition to check calendar widget block.
- Removed fixed Bootstrap CSS.
- Add check function exists in inc/BootstrapBasicWp5.php.
2022-01-14
- Use common search elements from searchform.php template. The search form in these files were changed: 404.php, inc/widgets/BootstrapBasicSearchWidget.php
- Add legacy search widget to use on sidebar.
- Add CSS to override widget block calendar to its original style.
- Wrap calendar table with responsive table class.
- Tested with WordPress 5.9-RC2-52567
2021-12-14
- Prevent PHP 8.1 non-string argument errors.
- Update
Tested up totomajor.minorversion only as suggested by theme check plugin.
2021-08-18
- Fix errors in PHP 8.0.
- Minor bugs fix.
- Now supported PHP 8.0.
- Fix missing
wp_body_open()function.
2019-03-14
- Fix comment-reply does not enqueue.
2019-03-14
- Un-depreacated wp_title
- Update Bootstrap, Modernizr
2018-12-14
- Update to Bootstrap 3.4.0.
- Update Modernizr.
- Removed old, outdated, unnecessary document.
2018-12-08
This release is for WordPress 5.0+. It is still support older version of WordPress.
- Make better Gutenberg support.
- Add more help text.
- Add translators help message.
/* translators: xxx */ - Add translation template file (.POT).