From 408ac263eb776c8e6b18ad382d7b442a5aea8418 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Wed, 14 Apr 2021 20:39:45 -0300 Subject: [PATCH] Version 0.1.4 - Remove some unecessary build files. --- tainacan-blocksy/README.txt | 5 ++++- tainacan-blocksy/functions.php | 4 ++-- tainacan-blocksy/package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tainacan-blocksy/README.txt b/tainacan-blocksy/README.txt index 8e1773e..f2bb8ee 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 Requires PHP: 5.6 -Stable tag: 0.1.3 +Stable tag: 0.1.4 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.4 = +* Clean up some unecessary build-related biles + = 0.1.3 = * Changes name to avoid trademark issues diff --git a/tainacan-blocksy/functions.php b/tainacan-blocksy/functions.php index 358cde6..0ffee54 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.3 +Version: 0.1.4 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.3'; +const TAINACAN_BLOCKSY_VERSION = '0.1.4'; const TAINACAN_BLOCKSY_IS_CHILD_THEME = false; /* Tools to define our next constants */ diff --git a/tainacan-blocksy/package.json b/tainacan-blocksy/package.json index f110bb2..f8951c9 100644 --- a/tainacan-blocksy/package.json +++ b/tainacan-blocksy/package.json @@ -1,6 +1,6 @@ { "name": "tainacan-blocksy", - "version": "0.1.3", + "version": "0.1.4", "description": "A Blocksy plugin/child theme compatible with Tainacan", "main": "index.js", "scripts": {