From 37fdf5779c0c425f98b389a8a01efaba1aafc0f1 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Thu, 15 Jul 2021 15:54:21 -0300 Subject: [PATCH] Version 0.1.10 --- tainacan-blocksy/README.txt | 5 ++++- tainacan-blocksy/functions.php | 4 ++-- tainacan-blocksy/package-lock.json | 2 +- tainacan-blocksy/package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/tainacan-blocksy/README.txt b/tainacan-blocksy/README.txt index ba0df13..f07542b 100644 --- a/tainacan-blocksy/README.txt +++ b/tainacan-blocksy/README.txt @@ -5,7 +5,7 @@ Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blo Requires at least: 5.0 Tested up to: 5.7.2 Requires PHP: 5.6 -Stable tag: 0.1.9 +Stable tag: 0.1.10 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.10 = +* "Items related to this" section and Zoom to single Document + = 0.1.9 = * Fixes collection description style diff --git a/tainacan-blocksy/functions.php b/tainacan-blocksy/functions.php index ae75395..ea1d73b 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.9 +Version: 0.1.10 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.9'; +const TAINACAN_BLOCKSY_VERSION = '0.1.10'; 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 c94c2cf..1695524 100644 --- a/tainacan-blocksy/package-lock.json +++ b/tainacan-blocksy/package-lock.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tainacan-blocksy/package.json b/tainacan-blocksy/package.json index c764e9a..c88f397 100644 --- a/tainacan-blocksy/package.json +++ b/tainacan-blocksy/package.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.9", + "version": "0.1.10", "description": "A Blocksy plugin/child theme compatible with Tainacan", "main": "index.js", "scripts": {