diff --git a/tainacan-blocksy/README.txt b/tainacan-blocksy/README.txt index f2321bf..c69e58f 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.2 +Tested up to: 5.8.1 Requires PHP: 5.6 -Stable tag: 0.1.11 +Stable tag: 0.1.12 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -58,6 +58,9 @@ License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENS == Changelog == += 0.1.12 = +* Fixes lack of --background-color variable due to recent versions of Blocksy + = 0.1.11 = * Compatibility with Tainacan 0.18.5 and its display of related metadata * New option to use a light color scheme on the image gallery of the item diff --git a/tainacan-blocksy/functions.php b/tainacan-blocksy/functions.php index 21f2a3b..0afae6e 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.11 +Version: 0.1.12 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.11'; +const TAINACAN_BLOCKSY_VERSION = '0.1.12'; 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 d76f675..5f6470a 100644 --- a/tainacan-blocksy/package-lock.json +++ b/tainacan-blocksy/package-lock.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tainacan-blocksy/package.json b/tainacan-blocksy/package.json index 3e9ba59..9bfc17d 100644 --- a/tainacan-blocksy/package.json +++ b/tainacan-blocksy/package.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.11", + "version": "0.1.12", "description": "A Blocksy plugin/child theme compatible with Tainacan", "main": "index.js", "scripts": {