Skip to content

Commit a1f39ea

Browse files
committed
Version 2.7.4.
1 parent 780395e commit a1f39ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila, r-guimaraes
33
Requires at least: WordPress 5.9
44
Tested up to: 6.5.2
5-
Version: 2.7.3
5+
Version: 2.7.4
66
Requires PHP: 7.0
77
Stable tag: trunk
88
License: GNU General Public License v3

src/assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Tainacan
44
Author URI: https://tainacan.org
55
Theme URI: https://tainacan.org/blog/category/tema/
66
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.
7-
Version: 2.7.3
7+
Version: 2.7.4
88
Tested up to: 6.5.2
99
Requires PHP: 7.0
1010
License: GNU General Public License v3

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/** Theme version */
4-
const TAINACAN_INTERFACE_VERSION = '2.7.3';
4+
const TAINACAN_INTERFACE_VERSION = '2.7.4';
55

66
/* Disables Tainacan Theme Helper the_content filter, which is used to build a custom item and taxonomy (terms list) template. */
77
if ( !defined('TAINACAN_DISABLE_ITEM_THE_CONTENT_FILTER') )

src/functions/customizer/tainacan-single-item-page-related-items.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function tainacan_get_single_item_related_items_layout_options() {
173173
'grid' => __('Grid of items, with large thumbnails', 'tainacan-interface'),
174174
'list' => __('List of items, with smaller thumbnails', 'tainacan-interface')
175175
);
176-
if ( version_compare(TAINACAN_VERSION, '0.20.3') >= 0 ) {
176+
if ( version_compare(TAINACAN_VERSION, '0.21.5') >= 0 ) {
177177
$tainacan_view_modes = tainacan_get_default_view_mode_choices();
178178
$tainacan_view_modes_options = array();
179179
foreach ($tainacan_view_modes['enabled_view_modes'] as $key => $value) {

0 commit comments

Comments
 (0)