Skip to content

Commit

Permalink
Merge pull request #90 from bootscore/Update-Swiper-11.1.15
Browse files Browse the repository at this point in the history
Update Swiper 11.1.15
  • Loading branch information
crftwrk authored Nov 19, 2024
2 parents 6c6c17d + 592e98e commit bcb8ff4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions assets/css/swiper-bundle.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/js/swiper-bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*Plugin Name: bs Swiper
Plugin URI: https://bootscore.me/documentation/bs-swiper/
Description: Plugin to show posts, pages, custom post types or WooCommerce products in a swiper.js carousel in Bootscore theme.
Version: 5.8.6
Tested up to: 6.6
Version: 5.8.7
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.4
Author: Bootscore
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Contributors: Bastian Kreiter, torricelli, Sean Emerson, Dog Byte Marketing

Stable tag: 5.8.6
Tested up to: 6.6
Stable tag: 5.8.7
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.4
License: MIT License
Expand Down Expand Up @@ -126,6 +126,18 @@ showhidden="true" Shows products hidden from catalog (Default: false)

== Changelog ==

= 5.8.7 - November 19 2024 =

#### Improvements

- Changed `<hr>` to `border-top` in `related-posts.php`
- Tested up to WP 6.7

#### Updates

- Swiper v11.1.15
- Plugin Update Checker v5.5

= 5.8.6 - September 13 2024 =

#### Improvement
Expand Down
5 changes: 2 additions & 3 deletions templates/related-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Bootscore
* @package bs Swiper
* @version 5.8.0
* @version 5.8.7
*
*/

Expand Down Expand Up @@ -53,8 +53,7 @@ function bootscore_related_posts() {
// Check if there are related posts
if ($related_cats_post->have_posts()) :
?>
<div class="related-posts mb-3">
<hr>
<div class="related-posts border-top mb-3">
<h2 class="h4 text-center my-4"><?= apply_filters('bootscore/bs-swiper/related-posts/heading', __('You might also like', 'bootscore')); ?></h2>
<div class="px-lg-5 position-relative">
<div class="cards swiper-container swiper position-static">
Expand Down

0 comments on commit bcb8ff4

Please sign in to comment.