From db10eb708c4b73783f358286942b1f678be3c290 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 9 Nov 2020 10:12:37 -0300 Subject: [PATCH] Increases tested up to 5.5.3 --- build.sh | 3 +++ src/README.txt | 2 +- src/assets/scss/style.scss | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e440589..9ced412 100755 --- a/build.sh +++ b/build.sh @@ -26,6 +26,9 @@ mkdir $destination/assets/vendor/bootstrap/css cp $destination/assets/vendor/bootstrap/scss/bootstrap.min.css $destination/assets/vendor/bootstrap/css/bootstrap.min.css rm -rf $destination/vendor +##Bootstrap +rm -rf $destination/assets/vendor/ekko-lightbox + ##Slick mkdir $destination/assets/vendor/slick/css cp $destination/assets/vendor/slick/slick.min.css $destination/assets/vendor/slick/css/slick.min.css diff --git a/src/README.txt b/src/README.txt index 78e3e66..f873e40 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,7 +1,7 @@ === Tainacan Interface === Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila Requires at least: WordPress 4.8 -Tested up to: WordPress 5.5.2 +Tested up to: WordPress 5.5.3 Version: 2.2 Requires PHP: 5.6 Stable tag: trunk diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 0a3ff52..ad61d4b 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -5,7 +5,7 @@ Author URI: https://tainacan.org Theme URI: https://tainacan.org/blog/category/tema/ Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collectinons with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository. Version: 2.2 -Tested up to: 5.5.2 +Tested up to: 5.5.3 Requires PHP: 5.6 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html