Skip to content

Commit

Permalink
Merge pull request #623 from bootscore/5.3.4
Browse files Browse the repository at this point in the history
v5.3.4
  • Loading branch information
justinkruit committed Nov 14, 2023
2 parents 65f923e + 4269cb1 commit aaff279
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 16 deletions.
2 changes: 1 addition & 1 deletion inc/enqueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Enqueue styles & scripts
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down
2 changes: 1 addition & 1 deletion inc/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Pagination
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down
2 changes: 1 addition & 1 deletion inc/theme-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Theme setup
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down
26 changes: 23 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Contributors: Bastian Kreiter, Justin Kruit, Martin Holzer, Tim Groeneveld, Laurent Binder, Patrick, Gustavo Silva, TershiXia,
electronicsandprogramming, charly, Alexandros Kourmoulakis, Sven Geiß, ucalegonte, Benhaim Ido, Sean Emerson, Androidacy, Tamás Dohány,
David Vanderhaeghe, Karsten Reincke, Patrick Champoux, sweetappleuk, exlexv
David Vanderhaeghe, Karsten Reincke, Patrick Champoux, sweetappleuk, exlexv, Beda Schmid, JWestarp, sir-lexonarkz, xoneill007

Tags: featured-images, threaded-comments, translation-ready

Requires at least: 4.5
Tested up to: 6.3.1
Tested up to: 6.4.1
Requires PHP: 7.4
Stable tag: 5.3.3
Stable tag: 5.3.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE

Expand Down Expand Up @@ -59,6 +59,26 @@ bootScore includes support for WooCommerce and Infinite Scroll in Jetpack.

== Changelog ==

= 5.3.4 - November 14 2023 =

* [FEATURE] Enable cross sell products #577
* [IMPROVEMENT] Add HTML5 support for styles, scripts and searchform #586
* [IMPROVEMENT] Add .tags-heading-none selector to hide tags heading in loop heroes 3ccb2c1 #574
* [IMPROVEMENT] Hide user-toggler in dashboard, mini-cart-toggler in cart and checkout page #602
* [IMPROVEMENT] Replace card-im-top function in WC loop with Sass variables #609
* [IMPROVEMENT] Added CODE_OF_CONDUCT.md #611
* [IMPROVEMENT] Rewrite README.md #618
* [IMPROVEMENT] Update Pagination for HTML5 compliance 4f89354
* [BUGFIX] Add missing offcanvas cart .woocommerce-info selector 07ec79f #574
* [REMOVED] Internet Explorer warning alert 5808169 a3ca6aa
* [BUGFIX] Exclude empty cart message from remove if offcanvas cart gets closed #580
* [BUGFIX] .top-button is clickable when not visible #590
* [BUGFIX] Plugin displayed incorrectly if hooked in form.cart product pages 2264033
* [BUGFIX] Accessibility behavior #605
* [BUGFIX] Replace sr-only with visually-hidden #616
* [UPDATE] scssphp 1.11.1 #581
* [UPDATE] Bootstrap 5.3.2 5c4c2a4 #574

= 5.3.3 - September 12 2023 =

* [IMPROVEMENT] Split functions.php into smaller files #545
Expand Down
2 changes: 1 addition & 1 deletion scss/_bscore_style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootScore 5.3.3 (https://bootscore.me/)
* bootScore 5.3.4 (https://bootscore.me/)
*/

@import "bootscore/functions";
Expand Down
2 changes: 1 addition & 1 deletion scss/_bscore_woocommerce.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootScore WooCommerce 5.3.3 (https://bootscore.me/)
* bootScore WooCommerce 5.3.4 (https://bootscore.me/)
*/

@import "bootscore_woocommerce/wc_ajax_cart";
Expand Down
4 changes: 1 addition & 3 deletions scss/bootscore_woocommerce/_wc_product_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WooCommerce Single Product
.woocommerce {
div.product form.cart {
display: flex;
flex-wrap: wrap;

div.quantity {
float: none;
Expand All @@ -28,7 +29,6 @@ WooCommerce Single Product
// WooCommerce breakpoint is at 769px
@media (min-width: 769px) and (max-width: 991px) {
.woocommerce div.product form.cart {
flex-wrap: wrap;

div.quantity {
margin-right: auto;
Expand All @@ -37,5 +37,3 @@ WooCommerce Single Product
}
}
}

// Quantity and add to cart button END
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.3.3
Version: 5.3.4
Requires at least: 5.0
Tested up to: 6.3.1
Tested up to: 6.4.1
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion woocommerce/inc/ajax-add-to-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* WooCommerce AJAX cart
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down
2 changes: 1 addition & 1 deletion woocommerce/inc/wc-deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* WooCommerce deprecated scripts
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down
2 changes: 1 addition & 1 deletion woocommerce/inc/wc-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* WooCommerce Loop
*
* @package Bootscore
* @version 5.3.3
* @version 5.3.4
*/


Expand Down

0 comments on commit aaff279

Please sign in to comment.