From 598dc5899607ceee07b87aa814fb627c20e335c7 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Thu, 27 May 2021 22:55:06 -0300 Subject: [PATCH] Version 0.1.7 --- tainacan-blocksy/README.txt | 6 ++++-- tainacan-blocksy/functions.php | 4 ++-- tainacan-blocksy/package-lock.json | 2 +- tainacan-blocksy/package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tainacan-blocksy/README.txt b/tainacan-blocksy/README.txt index decdb21..252bd59 100644 --- a/tainacan-blocksy/README.txt +++ b/tainacan-blocksy/README.txt @@ -3,9 +3,9 @@ Author: tainacan Contributors: wetah, vnmedeiros, leogermani, tainacan Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy Requires at least: 5.0 -Tested up to: 5.7 +Tested up to: 5.7.2 Requires PHP: 5.6 -Stable tag: 0.1.6 +Stable tag: 0.1.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -57,6 +57,8 @@ License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENS == Changelog == += 0.1.7 = +* Fixes child theme detection logic when customizer is on = 0.1.6 = * Fixes global enqueue and updates to inline logic for Blocksy 1.8.0 diff --git a/tainacan-blocksy/functions.php b/tainacan-blocksy/functions.php index 78b811c..316b858 100644 --- a/tainacan-blocksy/functions.php +++ b/tainacan-blocksy/functions.php @@ -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.6 +Version: 0.1.7 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.6'; +const TAINACAN_BLOCKSY_VERSION = '0.1.7'; const TAINACAN_BLOCKSY_IS_CHILD_THEME = false; /* Tools to define our next constants */ diff --git a/tainacan-blocksy/package-lock.json b/tainacan-blocksy/package-lock.json index afb01e2..ace8077 100644 --- a/tainacan-blocksy/package-lock.json +++ b/tainacan-blocksy/package-lock.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tainacan-blocksy/package.json b/tainacan-blocksy/package.json index aa38907..5d1b43c 100644 --- a/tainacan-blocksy/package.json +++ b/tainacan-blocksy/package.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.6", + "version": "0.1.7", "description": "A Blocksy plugin/child theme compatible with Tainacan", "main": "index.js", "scripts": {