Updates version to 2.1, tested up to 5.5 and author to Tainacan
This commit is contained in:
parent
28963040a7
commit
ecb3ff8410
|
@ -1,8 +1,8 @@
|
||||||
=== Tainacan Interface ===
|
=== Tainacan Interface ===
|
||||||
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila
|
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila
|
||||||
Requires at least: WordPress 4.8
|
Requires at least: WordPress 4.8
|
||||||
Tested up to: WordPress 5.4
|
Tested up to: WordPress 5.5
|
||||||
Version: 2.0
|
Version: 2.1
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable tag: trunk
|
Stable tag: trunk
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/*!
|
/*!
|
||||||
Theme Name: Tainacan Interface
|
Theme Name: Tainacan Interface
|
||||||
Author: MediaLab UFG
|
Author: Tainacan
|
||||||
Author URI: https://tainacan.org
|
Author URI: https://tainacan.org
|
||||||
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.
|
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.0
|
Version: 2.1
|
||||||
License: GNU General Public License v3
|
License: GNU General Public License v3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio
|
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/** Theme version */
|
/** Theme version */
|
||||||
const TAINACAN_INTERFACE_VERSION = '2.0';
|
const TAINACAN_INTERFACE_VERSION = '2.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup Theme
|
* Setup Theme
|
||||||
|
|
Loading…
Reference in New Issue