Release 0.1.5.

This commit is contained in:
mateuswetah 2021-04-26 16:54:56 -03:00
parent 408ac263eb
commit f10aff3453
5 changed files with 10 additions and 7 deletions

View File

@ -5,7 +5,7 @@ Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blo
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 5.6
Stable tag: 0.1.4
Stable tag: 0.1.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -58,8 +58,11 @@ License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENS
== Changelog ==
= 0.1.5 =
* Fixes navigation file issue with PHP opening tag
= 0.1.4 =
* Clean up some unecessary build-related biles
* Clean up some unecessary build-related files
= 0.1.3 =
* Changes name to avoid trademark issues

View File

@ -4,7 +4,7 @@ Plugin Name: Tainacan Support for Blocksy
Plugin URI: https://tainacan.org/
Description: Tainacan plugin support for Blocksy theme
Author: tainacan
Version: 0.1.4
Version: 0.1.5
Text Domain: tainacan-blocksy
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -15,7 +15,7 @@ if (! defined('WP_DEBUG') ) {
}
/** Theme/plugin version */
const TAINACAN_BLOCKSY_VERSION = '0.1.4';
const TAINACAN_BLOCKSY_VERSION = '0.1.5';
const TAINACAN_BLOCKSY_IS_CHILD_THEME = false;
/* Tools to define our next constants */

View File

@ -312,7 +312,7 @@ if ( !function_exists('tainacan_blocksy_item_navigation') ) {
<?php } ?>
</nav>
<?php endif; ?>
<?
<?php
}
}

View File

@ -1,6 +1,6 @@
{
"name": "tainacan-blocksy",
"version": "0.1.3",
"version": "0.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "tainacan-blocksy",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Blocksy plugin/child theme compatible with Tainacan",
"main": "index.js",
"scripts": {