Skip to content

Commit

Permalink
Merge pull request #28 from bootscore/5.2.0
Browse files Browse the repository at this point in the history
5.2.0 Release
  • Loading branch information
crftwrk authored Mar 31, 2023
2 parents 16341fb + 16727b1 commit d5dc443
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 - 2022 The bootScore Contributors
Copyright (c) 2021 - 2023 The bootScore Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href="https://bootscore.me/documentation/bs-swiper/">Documentation</a> | <a href="https://bootscore.me/shop/products/free/bs5-swiper/">Changelog</a>
Version: 5.1.0.7
Version: 5.2.0
Author: bootScore
Author URI: https://bootscore.me
License: MIT License
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: Bastian Kreiter, torricelli, Sean Emerson
Requires at least: 4.5
Tested up to: 6.1.1
Requires PHP: 5.6
Stable tag: 5.1.0.7
Stable tag: 5.2.0
License: MIT License
License URI: https://github.com/bootscore/bs-swiper/blob/main/LICENSE

Expand Down Expand Up @@ -117,6 +117,10 @@ Plugin to show posts, pages, custom post types or WooCommerce products in a swip

== Changelog ==

= 5.2.0 - March 31 2023 =

* [IMPROVEMENT] Loop cards

= 5.1.0.7 - December 21 2022 =

* [NEW] Add composer.json
Expand Down
4 changes: 2 additions & 2 deletions templates/sc-swiper-card-autoplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*
* This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-card.php
*
* @author Bastian Kreiter
* @author bootScore
* @package bS Swiper
* @version 5.1.0.7
* @version 5.2.0
Posts:
Expand Down
6 changes: 3 additions & 3 deletions templates/sc-swiper-card-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*
* This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-card-product.php
*
* @author Bastian Kreiter
* @package bS Product Slider
* @version 5.1.0.6
* @author bootScore
* @package bS Swiper
* @version 5.2.0
Product Slider Shortcode
[bs-swiper-card-product order="DESC" orderby="date" posts="12" category="theme, child-themes, free, plugins"]
Expand Down
4 changes: 2 additions & 2 deletions templates/sc-swiper-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*
* This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-card.php
*
* @author Bastian Kreiter
* @author bootScore
* @package bS Swiper
* @version 5.1.0.0
* @version 5.2.0
Posts:
Expand Down
4 changes: 2 additions & 2 deletions templates/sc-swiper-hero-fade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*
* This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-hero.php
*
* @author Bastian Kreiter
* @author bootScore
* @package bS Swiper
* @version 5.1.0.0
* @version 5.2.0
Posts:
[bs-swiper-hero-fade type="post" category="cars, boats" order="ASC" orderby="date" posts="6"]
Expand Down
4 changes: 2 additions & 2 deletions templates/sc-swiper-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*
* This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-hero.php
*
* @author Bastian Kreiter
* @author bootScore
* @package bS Swiper
* @version 5.1.0.0
* @version 5.2.0
Posts:
[bs-swiper-hero type="post" category="cars, boats" order="ASC" orderby="date" posts="6"]
Expand Down
6 changes: 3 additions & 3 deletions update/plugin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name" : "bS Swiper",
"version" : "5.1.0.7",
"download_url" : "https://github.com/bootscore/bs-swiper/releases/download/v.5.1.0.7/bs-swiper-main.zip",
"version" : "5.2.0",
"download_url" : "https://github.com/bootscore/bs-swiper/releases/download/v5.2.0/bs-swiper-main.zip",
"sections" : {
"description" : "Add composer.json and new card-autoplay template."
"description" : "Improved loop cards"
}
}

0 comments on commit d5dc443

Please sign in to comment.