From fe02917f8e2e91db7960382931acdef50cbcd7e0 Mon Sep 17 00:00:00 2001 From: craftwerk Date: Wed, 26 Apr 2023 09:26:57 +0200 Subject: [PATCH 1/3] Replace PHP echo's with shorthand --- templates/sc-swiper-card-autoplay.php | 2 +- templates/sc-swiper-card.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/sc-swiper-card-autoplay.php b/templates/sc-swiper-card-autoplay.php index 417a5ff..04bbfb8 100644 --- a/templates/sc-swiper-card-autoplay.php +++ b/templates/sc-swiper-card-autoplay.php @@ -118,7 +118,7 @@ function bootscore_swiper_autoplay($atts) {

- +

diff --git a/templates/sc-swiper-card.php b/templates/sc-swiper-card.php index 83ee417..ae50f8e 100644 --- a/templates/sc-swiper-card.php +++ b/templates/sc-swiper-card.php @@ -118,7 +118,7 @@ function bootscore_swiper($atts) {

- +

From 80034ba9d3afa4b1cf1ef8df3e4542018c3e7211 Mon Sep 17 00:00:00 2001 From: craftwerk Date: Wed, 26 Apr 2023 09:31:04 +0200 Subject: [PATCH 2/3] Change bullet CSS variable to body color --- css/swiper-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/swiper-style.css b/css/swiper-style.css index 4dc8e5e..558071d 100644 --- a/css/swiper-style.css +++ b/css/swiper-style.css @@ -8,7 +8,7 @@ .cards .swiper-pagination-bullet, .cards-autoplay .swiper-pagination-bullet { - background: var(--bs-dark); + background: var(--bs-body-color); } .cards .swiper-pagination-bullet-active, From 19f68a9d474d76716f49350d30ddd0d4553be6cf Mon Sep 17 00:00:00 2001 From: craftwerk Date: Wed, 26 Apr 2023 09:38:12 +0200 Subject: [PATCH 3/3] Update version --- main.php | 2 +- readme.txt | 9 +++++++-- templates/sc-swiper-card-autoplay.php | 2 +- templates/sc-swiper-card.php | 2 +- update/plugin.json | 6 +++--- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/main.php b/main.php index f275b04..69d31e8 100644 --- a/main.php +++ b/main.php @@ -2,7 +2,7 @@ /*Plugin Name: bS Swiper Plugin URI: https://bootscore.me/plugins/bs-swiper/ Description: Plugin to show posts, pages, custom post types or WooCommerce products in a swiper.js carousel for bootScore theme. Documentation | Changelog -Version: 5.2.0 +Version: 5.2.1 Author: bootScore Author URI: https://bootscore.me License: MIT License diff --git a/readme.txt b/readme.txt index 8892dfa..cc090b0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: Bastian Kreiter, torricelli, Sean Emerson Requires at least: 4.5 -Tested up to: 6.1.1 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 5.2.0 +Stable tag: 5.2.1 License: MIT License License URI: https://github.com/bootscore/bs-swiper/blob/main/LICENSE @@ -117,6 +117,11 @@ Plugin to show posts, pages, custom post types or WooCommerce products in a swip == Changelog == + = 5.2.0 - April 26 2023 = + + * [IMPROVEMENT] Replace PHP echo's with shorthand + * [IMPROVEMENT] Change bullet CSS variable to body color + = 5.2.0 - March 31 2023 = * [IMPROVEMENT] Loop cards diff --git a/templates/sc-swiper-card-autoplay.php b/templates/sc-swiper-card-autoplay.php index 04bbfb8..1da93cd 100644 --- a/templates/sc-swiper-card-autoplay.php +++ b/templates/sc-swiper-card-autoplay.php @@ -7,7 +7,7 @@ * * @author bootScore * @package bS Swiper - * @version 5.2.0 + * @version 5.2.1 Posts: diff --git a/templates/sc-swiper-card.php b/templates/sc-swiper-card.php index ae50f8e..2ae696d 100644 --- a/templates/sc-swiper-card.php +++ b/templates/sc-swiper-card.php @@ -7,7 +7,7 @@ * * @author bootScore * @package bS Swiper - * @version 5.2.0 + * @version 5.2.1 Posts: diff --git a/update/plugin.json b/update/plugin.json index efaec0b..1059df3 100644 --- a/update/plugin.json +++ b/update/plugin.json @@ -1,8 +1,8 @@ { "name" : "bS Swiper", - "version" : "5.2.0", - "download_url" : "https://github.com/bootscore/bs-swiper/releases/download/v5.2.0/bs-swiper-main.zip", + "version" : "5.2.1", + "download_url" : "https://github.com/bootscore/bs-swiper/releases/download/v5.2.1/bs-swiper-main.zip", "sections" : { - "description" : "Improved loop cards" + "description" : "Replace PHP echo's with shorthand" } } \ No newline at end of file