Updates theme version to 2.2.
This commit is contained in:
parent
e4e24b3bcc
commit
18ce89b233
|
@ -1,8 +1,8 @@
|
|||
=== 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
|
||||
Version: 2.1
|
||||
Tested up to: WordPress 5.5.2
|
||||
Version: 2.2
|
||||
Requires PHP: 5.6
|
||||
Stable tag: trunk
|
||||
License: GNU General Public License v3
|
||||
|
|
|
@ -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 collectinons with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
|
||||
Version: 2.1
|
||||
Tested up to: 5.5
|
||||
Version: 2.2
|
||||
Tested up to: 5.5.2
|
||||
Requires PHP: 5.6
|
||||
License: GNU General Public License v3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/** Theme version */
|
||||
const TAINACAN_INTERFACE_VERSION = '2.1';
|
||||
const TAINACAN_INTERFACE_VERSION = '2.2';
|
||||
|
||||
/**
|
||||
* Setup Theme
|
||||
|
|
Loading…
Reference in New Issue