Updates version to 2.3
This commit is contained in:
parent
6e3a4a6e79
commit
98cf72a297
20
README.md
20
README.md
|
@ -1,16 +1,18 @@
|
||||||
# tainacan-theme
|
# Tainacan Interface
|
||||||
Default Tainacan Theme, to be used with tainacan plugin
|
|
||||||
|
Tema WordPress padrão do Tainacan, para ser usado com o plugin Tainacan
|
||||||
|
|
||||||
# Instalação no WordPress
|
# Instalação no WordPress
|
||||||
|
|
||||||
- Copiar o arquivo `build-config-sample.cfg` para `build-config.cfg`
|
- Copiar o arquivo `build-config-sample.cfg` para `build-config.cfg`
|
||||||
- Ajustar o `PATH` da variável `destination` para o caminho desejado correspondente
|
- Ajustar o `PATH` da variável `destination` para o caminho desejado correspondente
|
||||||
- Instalar o SASS
|
- Instalar o SASS
|
||||||
- `sudo apt install ruby-full rubygems autogen autoconf libtool make`
|
- `sudo apt install ruby-full rubygems autogen autoconf libtool make`
|
||||||
- `sudo gem install sass`
|
- `sudo gem install sass`
|
||||||
- Instalar o Composer
|
- Instalar o Composer
|
||||||
- `php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"`
|
- `php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"`
|
||||||
- `HASH="$(wget -q -O - https://composer.github.io/installer.sig)"`
|
- `HASH="$(wget -q -O - https://composer.github.io/installer.sig)"`
|
||||||
- `php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"`
|
- `php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"`
|
||||||
- `sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer`
|
- `sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer`
|
||||||
- Execute o build
|
- Execute o build
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
|
@ -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 4.8
|
Requires at least: WordPress 4.8
|
||||||
Tested up to: WordPress 5.5.3
|
Tested up to: WordPress 5.7.2
|
||||||
Version: 2.2.1
|
Version: 2.3
|
||||||
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
|
||||||
|
|
|
@ -4,8 +4,8 @@ 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.2.1
|
Version: 2.3
|
||||||
Tested up to: 5.5.3
|
Tested up to: 5.7.2
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/** Theme version */
|
/** Theme version */
|
||||||
const TAINACAN_INTERFACE_VERSION = '2.2.1';
|
const TAINACAN_INTERFACE_VERSION = '2.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup Theme
|
* Setup Theme
|
||||||
|
|
Loading…
Reference in New Issue