Version 2.7.2.
This commit is contained in:
parent
a213656f6f
commit
2e0f4c95d0
|
@ -1,8 +1,8 @@
|
||||||
=== Tainacan Interface ===
|
=== Tainacan Interface ===
|
||||||
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes
|
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes
|
||||||
Requires at least: WordPress 5.9
|
Requires at least: WordPress 5.9
|
||||||
Tested up to: WordPress 6.4.1
|
Tested up to: WordPress 6.5.2
|
||||||
Version: 2.7.1
|
Version: 2.7.2
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: trunk
|
Stable tag: trunk
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
|
|
|
@ -4,7 +4,7 @@ Author: Tainacan
|
||||||
Author URI: https://tainacan.org
|
Author URI: https://tainacan.org
|
||||||
Theme URI: https://tainacan.org/blog/category/tema/
|
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.
|
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.7.1
|
Version: 2.7.2
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/** Theme version */
|
/** Theme version */
|
||||||
const TAINACAN_INTERFACE_VERSION = '2.7.1';
|
const TAINACAN_INTERFACE_VERSION = '2.7.2';
|
||||||
|
|
||||||
/* Disables Tainacan Theme Helper the_content filter, which is used to build a custom item and taxonomy (terms list) template. */
|
/* Disables Tainacan Theme Helper the_content filter, which is used to build a custom item and taxonomy (terms list) template. */
|
||||||
if ( !defined('TAINACAN_DISABLE_ITEM_THE_CONTENT_FILTER') )
|
if ( !defined('TAINACAN_DISABLE_ITEM_THE_CONTENT_FILTER') )
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
"background": {
|
"background": {
|
||||||
"backgroundImage": true
|
"backgroundImage": true,
|
||||||
|
"backgroundSize": true
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "min(calc(1400px - 16.6666%), 75%)",
|
"contentSize": "min(calc(1400px - 16.6666%), 75%)",
|
||||||
|
|
Loading…
Reference in New Issue