Preparing for 2.5: translations and tested up to.

This commit is contained in:
mateuswetah 2022-05-23 20:13:45 -03:00
parent 10e37a8bc0
commit bd0f07b769
5 changed files with 1035 additions and 778 deletions

View File

@ -1,7 +1,7 @@
=== 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.9
Requires at least: WordPress 5.0
Tested up to: WordPress 6.0
Version: 2.5
Requires PHP: 5.6
Stable tag: trunk

View File

@ -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 collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
Version: 2.5
Tested up to: 5.9
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

View File

@ -49,6 +49,7 @@ class TainacanInterfaceCollectionSettings {
<hr>
</div>
<?php if ( function_exists('tainacan_get_the_metadata_sections') ) : ?> <!-- if (version_compare(TAINACAN_VERSION, '0.19') >= 0)-->
<div class="field tainacan-metadata-section--change-section-layout">
<label class="label"><?php _e( 'Metadata sections layout', 'tainacan-interface' ); ?></label>
<span class="help-wrapper">
@ -108,7 +109,7 @@ class TainacanInterfaceCollectionSettings {
</label>
</div>
</div>
<?php endif; ?>
<div>
<label class="label"><?php _e( 'Collection items list header colors', 'tainacan-interface' ); ?></label>
<span class="help-wrapper">
@ -119,7 +120,7 @@ class TainacanInterfaceCollectionSettings {
</a>
<div class="help-tooltip">
<div class="help-tooltip-header">
<h5><?php _e( 'Collection items list header colorsr', 'tainacan-interface' ); ?></h5>
<h5><?php _e( 'Collection items list header colors', 'tainacan-interface' ); ?></h5>
</div>
<div class="help-tooltip-body">
<p><?php _e( 'Select which color will be used for the text and background of your collection items list header.', 'tainacan-interface' ); ?></p>

Binary file not shown.

File diff suppressed because it is too large Load Diff