diff --git a/src/README.txt b/src/README.txt index 598c749..cc55d38 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,8 +1,8 @@ === Tainacan Interface === Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes Requires at least: WordPress 4.8 -Tested up to: WordPress 5.8.2 -Version: 2.4.3 +Tested up to: WordPress 5.9 +Version: 2.4.4 Requires PHP: 5.6 Stable tag: trunk License: GNU General Public License v3 diff --git a/src/assets/scss/_variables.scss b/src/assets/scss/_variables.scss index 71054dd..d785a74 100644 --- a/src/assets/scss/_variables.scss +++ b/src/assets/scss/_variables.scss @@ -6,5 +6,5 @@ --wp--preset--font-size--small: 14px; --wp--preset--font-size--regular: 16px; --wp--preset--font-size--large: 18px; - --wp--preset--font-size--huge: 24px; + --wp--preset--font-size--huge: 24px; } \ No newline at end of file diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index bbcd0b1..2c77fc3 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -4,8 +4,8 @@ Author: Tainacan 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 collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository. -Version: 2.4.3 -Tested up to: 5.8 +Version: 2.4.4 +Tested up to: 5.9 Requires PHP: 5.6 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/src/functions.php b/src/functions.php index 0c60ce3..38ce22b 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,7 +1,7 @@