From 98cf72a2970bab19322bcc94e733bb8d75117499 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Wed, 26 May 2021 15:14:23 -0300 Subject: [PATCH] Updates version to 2.3 --- README.md | 20 +++++++++++--------- src/README.txt | 4 ++-- src/assets/scss/style.scss | 4 ++-- src/functions.php | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 80aa326..3dea7f5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ -# tainacan-theme -Default Tainacan Theme, to be used with tainacan plugin +# Tainacan Interface + +Tema WordPress padrão do Tainacan, para ser usado com o plugin Tainacan # Instalação no WordPress + - Copiar o arquivo `build-config-sample.cfg` para `build-config.cfg` - Ajustar o `PATH` da variável `destination` para o caminho desejado correspondente - Instalar o SASS - - `sudo apt install ruby-full rubygems autogen autoconf libtool make` - - `sudo gem install sass` + - `sudo apt install ruby-full rubygems autogen autoconf libtool make` + - `sudo gem install sass` - Instalar o Composer - - `php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"` - - `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;"` - - `sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer` + - `php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"` + - `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;"` + - `sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer` - Execute o build - - ./build.sh \ No newline at end of file + - ./build.sh diff --git a/src/README.txt b/src/README.txt index ae1db03..20c6fa0 100644 --- a/src/README.txt +++ b/src/README.txt @@ -1,8 +1,8 @@ === 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.5.3 -Version: 2.2.1 +Tested up to: WordPress 5.7.2 +Version: 2.3 Requires PHP: 5.6 Stable tag: trunk License: GNU General Public License v3 diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 4d5a55d..885973a 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -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 collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository. -Version: 2.2.1 -Tested up to: 5.5.3 +Version: 2.3 +Tested up to: 5.7.2 Requires PHP: 5.6 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/src/functions.php b/src/functions.php index 8ff3ebb..4544048 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,7 +1,7 @@