From be18a5b7db74f680b2366cecece68c04d6ac2157 Mon Sep 17 00:00:00 2001 From: RayQ Date: Fri, 14 Aug 2020 16:07:56 +0100 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 4 ++++ q-willow.php | 4 ++-- readme.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f238861..cab7b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.2 ### + +* Fix: for duplicate default value assignement + ### 1.0.1 ### * Fix: removed duplicate default value assignment for loops diff --git a/q-willow.php b/q-willow.php index 43a39be..c013552 100644 --- a/q-willow.php +++ b/q-willow.php @@ -13,7 +13,7 @@ * Plugin Name: Q Willow * Plugin URI: https://www.qstudio.us * Description: Willow is a Simple, logic-less, procedural semantic template engine - * Version: 1.0.1 + * Version: 1.0.2 * Author: Q Studio * Author URI: https://www.qstudio.us * License: GPL @@ -40,7 +40,7 @@ class q_willow { private static $instance = null; // Plugin Settings - const version = '1.0.1'; + const version = '1.0.2'; const text_domain = 'q-willow'; // for translation ## // static $debug = false; // global debugging, normally false, as individual plugins can control local level debugging ## diff --git a/readme.md b/readme.md index 2ade656..44e5705 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ **Tags:** Simple, logic-less, procedural semantic markup language **Requires at least:** 4.0.0 **Tested up to:** 5.5.0 -**Stable tag:** 1.0.1 +**Stable tag:** 1.0.2 **License:** GPL2 Simple, logic-less, procedural semantic markup language