Skip to content

Commit

Permalink
Merge pull request #527 from bootscore/5.3.1
Browse files Browse the repository at this point in the history
5.3.1 Release
  • Loading branch information
justinkruit committed Jul 10, 2023
2 parents 59d97a8 + afca11a commit bfd2ab9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
26 changes: 25 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tags: featured-images, threaded-comments, translation-ready
Requires at least: 4.5
Tested up to: 6.2.2
Requires PHP: 5.6
Stable tag: 5.3.0
Stable tag: 5.3.1
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE

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

== Changelog ==

= 5.3.1 - July 10 2023 =

* [DELETED] price.php ad1eba5
* [DELETED] form-lost-password.php 3c2f6c6
* [DELETED] form-edit-account.php fd863e2
* [DELETED] form-reset-password.php 617d663
* [DELETED] my-adress.php e78a5a3
* [DELETED] loop/sale-flash.php 6106302
* [DELETED] single-product/sale-flash.php 9246c3d
* [DELETED] my-account/form-login.php bd82f53
* [DELETED] global/form-login.php 8a2f1db
* [DELETED] order/order-details-customer.php 400631a
* [DELETED] cart/shipping-calculator.php f5449f1
* [DELETED] cart-shipping.php 15a4462
* [DELETED] form-shipping.php 9a9cc73
* [DELETED] form-billing.php 1dd17b5
* [FEATURE] Added a hook to all single-*.php's for related posts 367724b
* [UPDATE] WooCommerce 7.9 templates #525
* [UPDATE] Turkish translation #507
* [BUGFIX] Enqueue cart fragments script #508
* [IMPROVEMENT] Changing ms-2 to ms-1 ms-md-2 in top-nav-widget #512
* [IMPROVEMENT] Replace PHP echo with shorthand 4f5e9b7
* [IMPROVEMENT] Wrap *-full-width-image.php h1 in div cdb8a60

= 5.3.0 - June 2 2023 =

* [IMPROVEMENT] Checkout payment checks & radios #456
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.0 (https://bootscore.me/)
* bootScore 5.3.1 (https://bootscore.me/)
*/

@import "bootscore/admin_bar";
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.0 (https://bootscore.me/)
* bootScore WooCommerce 5.3.1 (https://bootscore.me/)
*/

@import "bootscore_woocommerce/wc_ajax_cart";
Expand Down
4 changes: 4 additions & 0 deletions single-templates/single-full-width-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* Template Name: Full width image
* Template Post Type: post
*
* @version 5.3.1
*/

get_header();
Expand Down Expand Up @@ -50,6 +52,8 @@
<div class="mb-4">
<?php bootscore_tags(); ?>
</div>
<!-- Related posts using bS Swiper plugin -->
<?php if (function_exists('bootscore_related_posts')) bootscore_related_posts(); ?>
<nav aria-label="bS page navigation">
<ul class="pagination justify-content-center">
<li class="page-item">
Expand Down
4 changes: 4 additions & 0 deletions single-templates/single-sidebar-left.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* Template Name: Sidebar left
* Template Post Type: post
*
* @version 5.3.1
*/

get_header();
Expand Down Expand Up @@ -45,6 +47,8 @@
<div class="mb-4">
<?php bootscore_tags(); ?>
</div>
<!-- Related posts using bS Swiper plugin -->
<?php if (function_exists('bootscore_related_posts')) bootscore_related_posts(); ?>
<nav aria-label="bS page navigation">
<ul class="pagination justify-content-center">
<li class="page-item">
Expand Down
4 changes: 4 additions & 0 deletions single-templates/single-sidebar-none.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* Template Name: No Sidebar
* Template Post Type: post
*
* @version 5.3.1
*/

get_header();
Expand Down Expand Up @@ -41,6 +43,8 @@
<div class="mb-4">
<?php bootscore_tags(); ?>
</div>
<!-- Related posts using bS Swiper plugin -->
<?php if (function_exists('bootscore_related_posts')) bootscore_related_posts(); ?>
<nav aria-label="bS page navigation">
<ul class="pagination justify-content-center">
<li class="page-item">
Expand Down
4 changes: 4 additions & 0 deletions single.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
/**
* Template Post Type: post
*
* @version 5.3.1
*/

get_header();
Expand Down Expand Up @@ -43,6 +45,8 @@
<div class="mb-4">
<?php bootscore_tags(); ?>
</div>
<!-- Related posts using bS Swiper plugin -->
<?php if (function_exists('bootscore_related_posts')) bootscore_related_posts(); ?>
<nav aria-label="bS page navigation">
<ul class="pagination justify-content-center">
<li class="page-item">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0
Version: 5.3.1
Tested up to: 6.2.2
Requires PHP: 5.6
License: MIT License
Expand Down

0 comments on commit bfd2ab9

Please sign in to comment.