forked from bootscore/bootscore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
358 lines (247 loc) · 18.2 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
=== bootScore ===
Contributors: Bastian Kreiter, Justin Kruit, Martin Holzer, Tim Groeneveld, Laurent Binder, Patrick, Gustavo Silva
Tags: featured-images, threaded-comments, translation-ready
Requires at least: 4.5
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 5.1.3.1
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
bootScore, Bootstrap 5 WordPress Theme, Copyright 2019 - 2021 The bootScore Contributors.
=== Plugin Name ===
A starter theme called bootScore.
== Description ==
A powerful free Bootstrap 5 WordPress Starter Theme
== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
== Documentation ==
https://bootscore.me/category/documentation/
== Frequently Asked Questions ==
= Does this theme support any plugins? =
bootScore includes support for WooCommerce and Infinite Scroll in Jetpack.
== Credits ==
* Based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)
* Bootstrap https://getbootstrap.com/docs/5.0/about/license/
* Bootstrap 5 Wordpress Navbar Walker by AlexWebLab: https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker
* Comments Section Script by wp-bootstrap-starter https://github.com/afterimagedesigns/wp-bootstrap-starter
* Font Awesome https://fontawesome.com/license/free
* Plugin Update Checker by YahnisElsts, MIT License https://github.com/YahnisElsts/plugin-update-checker/blob/master/license.txt
* scssphp by Leaf Corcoran, MIT License https://github.com/scssphp/scssphp/blob/master/LICENSE.md
== Changelog ==
= 5.1.3.1 - January 25 2022 =
CSS
[IMPROVEMENT] Pushed style.css to scss files #33
[IMPROVEMENT] Added _bscore_woocommerce.scss file to prepare merging css to scss #41
[IMPROVEMENT] @extend alert alert-info to comments .must-log-in and .no-comment
[BUGFIX] form-range in webkit browsers
[BUGFIX] Rating stars in product loop
[BUGFIX] Modal height and position if body has classes logged-in admin-bar
[REMOVED] @import "fontawesome"; in css/scss/bootstrap.min.scss
PHP
[IMPROVEMENT] Force scss compile when environment is development #39
[IMPROVEMENT] Added hook bs_after_primary to page-blank-with-container.php and page-blank-without-container.php
[IMPROVEMENT] Added btn-outline-primary to payment-methods.php #42
[IMPROVEMENT] Added btn-outline-primary to payment.php #43
[IMPROVEMENT] Added btn-outline-primary to thankyou.php #44
[IMPROVEMENT] Added visually-hidden-focusable class to buttons in header.php and footer.php to fix accessibility issues #73
[BUGFIX] Added missing jquery on new install in enqueue script #34
[BUGFIX] Added redirect if offcanvas login failed #36
[BUGFIX] Added redirect to my-account after registration #68
[BUGFIX] Built a "filter" for terms.php #31
[BUGFIX] Fixed class typo in header-woocommerce.php #9
Languages
[NEW] Language: Español de Colombia, thanks to Osdeibi Acurero
[NEW] Language: Español de Venezuela, thanks to Osdeibi Acurero
Updates
[UPDATE] scssphp 1.10.0 #66
= 5.1.3.0 - October 11 2021 =
* [UPDATE] Bootstrap 5.1.3
= 5.1.2.0 - October 06 2021 =
* [REMOVED] jQuery in header.php
* [NEW] Added missing wp_body_open hook
* [SEO] Changed offcanvas header <h5> to <span class="h5"> for SEO reason
* [UPDATE] Bootstrap 5.1.2
* [IMPROVEMENT] Compile scss when Bootstrap has been updated
= 5.1.1.1 - September 29 2021 =
* [IMPROVEMENT] WooCommerce colors to variables
* [IMPROVEMENT] Reformatted all files
* [NEW] Translation: Türkçe (thanks to Murat Esgin)
* [NEW] Added Bootstrap source and compiler to theme
= 5.1.1.0 - September 08 2021 =
* [IMPROVEMENT] Ajax product notice alerts (ajax-add-to-cart.php, thanks to Martin Holzer)
* [IMPROVEMENT] Close collapse if searchform loses focus
* [IMPROVEMENT] Filter class card-img-top to product loop img (woocommerce-functions.php, woocommerce-style.css)
* [IMPROVEMENT] Changed all WooCommerce colors to variables
* [IMPROVEMENT] Bootstrap form validation in WooCommerce checkout
* [IMPROVEMENT] Removed custom-validation from checkout checkboxes and readded form-row (terms.php, woocommerce-js, woocommerce-style.css)
* [IMPROVEMENT] Refactored checkout (form-checkout.php, form-billing.php, form-shipping.php, Klarna checkout)
* [IMPROVEMENT] pointer-events variation-add-to-cart-button.php (thanks to Martin Holzer)
* [IMPROVEMENT] Searchform focus (theme.js, thanks to Martin Holzer)
* [IMPROVEMENT] Readded and improved timestrap to scripts & styles (functions.php, woocommerce-functions.php, thanks to Martin Holzer)
* [IMPROVEMENT] top-nav-search widget. Every widget can be shown there now theme.js, thanks to Martin Holzer)
* [IMPROVEMENT] bootscore_pagination is a pluggable function now (functions.php, thanks to Martin Holzer)
* [NEW] Renamed folder to bootscore-main (Github)
* [NEW] Language: Pусский (thanks to Vladislav)
* [UPDATE] Updated order-details-customer.php
* [UPDATE] Updated terms.php (thanks to Emil Linden)
* [UPDATE] Update Font Awesome Free 5.15.4
* [UPDATE] Bootstrap 5.1.1
= 5.1.0.1 - August 11 2021 =
* [IMPROVEMENT] Added d-lg-none to search collapse (header.php)
* [IMPROVEMENT] "current_page_parent" and "current-post-ancestor" to nav_walker, thanks Justin Kruit https://justinkruit.com
* [IMPROVEMENT] Dutch translation, thanks Justin Kruit https://justinkruit.com
* [REMOVED] Timestrap from enqueue styles and scripts (CSS overrides needed !important rule, functions.php, woocommerce-functions.php)
= 5.1.0.0 - August 05 2021 =
* [REMOVED] Self-coded offcanvas navbar implementation (header.php, header-woocommerce.php, style.css, theme.js)
* [UPDATE] Uses Bootstrap 5.1.0 offcanvas navbar implementation now
* [UPDATE] Bootstrap 5.1.0
= 5.0.2.5 - August 04 2021 =
* [BUGFIX] Disable Gutenberg blocks in widgets and enable classic mode. Widgets like search won't work (WordPress 5.8, functions.php).
= 5.0.2.4 - August 03 2021 =
* [NEW] README.md
* [IMPROVEMENT] Changed remove from cart button btn × to trash icon (cart.php, mini-cart.php)
* [IMPROVEMENT] Fixed a.badge color by text-* class instead of CSS (style.css, template-tags.php)
* [IMPROVEMENT] Breadcrumb padding and font-size (functions.php, woocommerce-functions.php)
* [BUGFIX] .form-select (shipping-calculator.php Thnx Martin Holzer risingbytes.at)
* [BUGFIX] Keep offcanvas-user open on reload if contains login or register error alert (woocommerce.js)
* [BUGFIX] Error alert if login is failed (my-account-offcanvas.php, thanks Sean VanderMolen https://techpad.biz)
* [BUGFIX] Changed duplicate id's in offcanvas user (my-account-offcanvas.php, thanks cemmos https://github.com/craftwerkberlin/bootscore-5/issues/8)
* [BUGFIX] Add col-md-8 col-xxl-9 classes to post list in index.php (Thanks Tim Groeneveld, https://github.com/craftwerkberlin/bootscore-5/pull/7)
* [CHANGED] Default Bootstrap offcanvas-header (header.php, header-woocommerce.php, mini-cart-php)
* [CHANGED] GNU General Public License v2 to MIT License
* [REMOVED] bootstrap.min.css.map and bootstrap.bundle.min.js.map
= 5.0.2.3 - July 14 2021 =
* [NEW] Language Čeština, thnx Petr Žaloudek https://webhned.eu
* [BUGFIX] Height modal fullscreen if .logged-in.admin-bar (style.css)
* [BUGFIX] Missing author and breadcrumb on single-full-width-image.php
* [BUGFIX] The “next page” pagination work properly on the 1st page (functions.php, thnx Mike Collignon, https://www.alox.co)
* [BUGFIX] Searchform can be placed in any widget positions without showing search button in navbar
* [IMPROVEMENT] Cleanup Scroll To Top Button (style.css, footer.php)
* [IMPROVEMENT] Search collapse button hide if empty removed by JS (theme.js, style.css)
* [IMPROVEMENT] Focus on collapsed show searchform input
* [IMPROVEMENT] header.php and header-woocommerce.php are completely new, more simple. Search button uses collapse component now instead of dropdown. Old header can still be used.
* [REMOVED] Data attribute data-bs-hideresize="true". Close menu offcanvas in navbar on resize direct (theme.js, header.php, header-woocommerce.php)
* [REMOVED] index-woocommerce.php
* [REMOVED] wp-block-button reset (style.css)
* [REMOVED] Quote block (style.css)
= 5.0.2.2 - June 23 2021 =
* [IMPROVEMENT] Enqueue files with modification date to prevent browser from loading cached scripts and styles when file content changes. (Thnx Martin Holzer risingbytes.at)
* [IMPROVEMENT] Added transition-delay to cart-loader to prevent flickering loading
* [BUGFIX] Added mt-4 to #reply-title (comment-list.php)
* [UPDATE] Language Deutsch (Du/Sie)
* [UPDATE] Bootstrap 5.0.2
= 5.0.2.1 - June 05 2021 =
* [IMPROVEMENT] transition-delay on offcanvas-cart loader https://github.com/craftwerkberlin/bootscore-5/issues/6 (woocommerce-style.css, woocommerce.js, ajax-add-to-cart.php. Thnx Martin Holzer risingbytes.at)
* [IMPROVEMENT] Tags is a complete pluggable function now (template-tags.php)
* [IMPROVEMENT] Register comment-list.php is a pluggable function now. You can override file by register comment-list.php and place a copy in child .
* [IMPROVEMENT] Nav Walker and Menu register are a complete pluggable function now. You can create your own menus and use a different nav walker by override them in child-theme.
= 5.0.2.0 - May 31 2021 =
* [BUGFIX] Added .w-100 class to offcanvas cart footer
* [REMOVED] JavaScript workaround to set .active class to .nav-link (done by new nav-walker now)
* [UPDATE] All languages
* [UPDATE] Dropdown menu slide animation (theme.js)
* [UPDATE] Replaced modified Bootstrap 4 Nav Walker with Bootstrap 5 Nav Walker https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker
= 5.0.1.12 - May 28 2021 =
* [BUGFIX] Checkout Stripe validation (<li> payment-method.php, thnx John https://bootscore.me/documentation/woocommerce/#comment-3880)
* [UPDATE] Swedish language
* [UPDATE] Changed WooCommerce comments with Bootstrap custom component (review.php, single-product-reviews.php, woocommerce-style.css)
= 5.0.1.11 - May 28 2021 =
* [REMOVED] Language backup files
* [NEW] Translation: Svenska (thnx Emil Lindén)
* [BUGFIX] Two Factor Authentication support form-login.php. Does not work in offcanvas, must use my-account static page (Thnx cemmos, Github issue https://github.com/craftwerkberlin/bootscore-5/issues/5)
* [IMPROVEMENT] Added .img-thumbnail.rounded-circle to avatar (comment-list.php, all author-*.php)
= 5.0.1.10 - May 16 2021 =
* [BUGFIX] Readded jQuery in header.php. Required if a 3rd party plugin loads jQuery in header instead in footer.
= 5.0.1.9 - May 16 2021 =
* [BUGFIX] Added missing close </div> tag in page-full-width-image.php and single-full-width-image.php (thnx Trishah Woolley)
= 5.0.1.8 - May 14 2021 =
* [BUGFIX] Typo in index.php (thnx Whitetower-lloyd, https://github.com/craftwerkberlin/bootscore-5/issues/4)
* [UPDATE] Bootstrap 5.0.1
= 5.0.1.7 - May 12 2021 =
* [UPDATE] grouped.php (WooCommerce 5.3.0)
= 5.0.1.6 - May 11 2021 =
* [NEW] Added offcanvas-top to offcanvas navbar implementation (style.css)
* [REMOVED] Removed WP jQuery from header.php
* [IMPROVEMENT] Set offcanvas backdrop fade transition to .4s ease-in-out for smoother transition (style.css)
= 5.0.1.5 - May 07 2021 =
* [BUGFIX] Added missing spaces in dutch translations
* [BUGFIX] Added [data-bs-popper] to search dropdown to override popper.js inline-style (Bootstrap 5 stable, dropdown could not be opened when using child-theme with bootstrap.min.css from parent theme, style.css).
= 5.0.1.4 - May 06 2021 =
* [NEW] .zi-n1 helper class to set negative z-index
* [BUGFIX] text-decoration: none hover product card (woocommerce-style.css)
* [REMOVED] Bugfix custom checkboxes, radios, range, and select on Mac/iOS Safari if custom Sass compiled bootstrap.min.css is used (style.css, fixed in compiler settings)
* [REMOVED] Workaround icon in offcanvas toggler https://github.com/twbs/bootstrap/issues/33457 (Bugfix Bootstrap 5.0.0, theme.js, woocommerce.js)
* [REMOVED] Backdrop if navbar has class .fixed-top. Uses Bootstrap offcanvas backdrop now (style.css, theme.js)
* [REMOVED] Offcanvas header align-items-center (style.css, Bootstrap included)
* [UPDATE] Bootstrap 5.0.0
= 5.0.1.3 - April 29 2021 =
* [IMPROVEMENT] Replaced col in all author-*.php with custom media-object component (author-*.php)
* [IMPROVEMENT] Replaced col in comments with custom media-object component (comments-list.php, style.css)
* [IMPROVEMENT] Changed alert-primary to alert-info (payment-methods.php)
* [BUGFIX] Moved offcanvas backdrop from .navbar.fixed-top to .fixed-top. Now it's possible to wrap the navbar in a fixed-top div.
* [SEO] Removed aria-labelledby="" from offcanvas (thnx Mike Collignon)
= 5.0.1.2 - April 16 2021 =
* [REMOVED] backdrop-filter in image gallery caption (style.css)
* [BUGFIX] Custom checkboxes, radios, range, and select on Mac/iOS Safari if custom Sass compiled bootstrap.min.css is used (style.css)
* [BUGFIX] Footer menu class and id (twice, thnx Konstantinos Tzimas, footer.php)
= 5.0.1.1 - April 15 2021 =
* [UPDATE] mini-cart.php (WooCommerce 5.2.1)
* [UPDATE] form-pay.php (WooCommerce 5.2.1)
= 5.0.1.0 - April 12 2021 =
* [IMPROVEMENT] Font size WooCommerce prices
* [BUGFIX] Remove autop (WP 5.7 bug near shortcode, style.css) https://wordpress.org/support/topic/how-to-stop-wp-from-adding-p-tag-automatically/
* [BUGFIX] Radios cart-shipping.php on devices below 768px
* [BUGFIX] Offcanvas cart footer (iOS)
* [UPDATE] Replaced all Offcanvas with Bootstrap component
* [UPDATE] Bootstrap v5.0.0-beta3
= 5.0.0.10 - March 29 2021 =
* [NEW] Translation: Français (thnx Mike Collignon)
* [BUGFIX] Offcanvas user will not close when filling out the form (woocommerce.js, thnx Mike Collignon)
* [BUGFIX] Removed autop in theme.js again (Bug with CF7)
* [IMPROVEMENT] Custom radios to shipping (cart-shipping.php, woocommerce-style.css)
* [IMPROVEMENT] New checkout page (form-checkout.php, form-billing.php, form-shipping.php, thnx Mike Collignon)
* [IMPROVEMENT] Close offcanvas cart and user dashboard on click <a> (woocommerce.js, not working MacOS Safari)
* [IMPROVEMENT] Using Semantic Versioning https://semver.org
= 5.0.0.9 - March 17 2021 =
* [BUGFIX] Missing line break tags in single-*.php
* [NEW] Translation: Dutch, Dutch (Formal), (thnx Jan Revet)
= 5.0.0.8 - March 14 2021 =
* [NEW] Translation: Polski (thnx Marshall Reyher)
= 5.0.0.7 - March 13 2021 =
* [IMPROVEMENT] Changed theme description
* [BUGFIX] <pre> in comments will not crash columns anymore (comment-list.php, style.css)
= 5.0.0.6 - March 10 2021 =
* [BUGFIX] Remove autop (WP 5.7, theme.js)
* [NEW] Add hover effect to offcanvas-header (style.css)
= 5.0.0.5 - March 08 2021 =
* [NEW] Reusable .zi-10X0 classes for z-index
= 5.0.0.4 - March 04 2021 =
* [IMPROVEMENT] Removed position CSS on .dropdown-search.dropdown-menu, added Bootstrap classes start-0 and end-0 to display search in full browser-width (style.css, header.php).
* [BUGFIX] Search dropdown on Android Chrome (theme.js)
= 5.0.0.3 - February 26 2021 =
* [NEW] Translation: Português do Brasil (thnx Junio Jose)
* [BUGFIX] margin undefined Github issue https://github.com/craftwerkberlin/bootscore-5/issues/1 (thnx djcowan)
* [IMPROVEMENT] Reorder CSS load (thnx Daniel Munoz Rey)
= 5.0.0.2 - February 23 2021 =
* [BUGFIX] Remove .active from all .nav-link if page is search-result
* [NEW] HTML Markups (Theme Unit Test Data)
* [NEW] Translation: Italiano (thnx Domenico Carbone)
* [BUGFIX] Add overflow-x: hidden to body to hide horizontal scrollbars on Windows Chrome and Firefox if width-100 class is used.
* [TEST] jQuery 3.5.1 ready
* [SEO] Merged all CSS in /woocommerce/css into one file woocommerce-style.css
* [SEO] Links in comments opens in new tab with rel=”nofollow” attribute (pluggable function, functions.php)
* [SEO] Add <link rel=preload> to Fontawesome (functions.php)
* [SEO] Merged theme-header.js and theme.js to reduce file requests
* [SEO] Moved all CSS from all.css to style.css to reduce file requests
* [SEO] Load all JS in footer
* [BUGFIX] Workaround to highlight menu links when active. (theme.js, WP Bootstrap Navwalker is still v4)
* [NEW] Hook after #primary in WooCommerce files
* [NEW] Time updated separator has an own class to hide simply via CSS if updated time is not needed, template-tags.php.
* [NEW] Removed Preloader from theme and made a plugin of it
= 5.0.0.1 - February 11 2021 =
* [UPDATE] Bootstrap 5.0.0-beta-2
= 5.0.0.0 - January 29 2021 =
* Initial release