diff --git a/CHANGELOG.md b/CHANGELOG.md index 7339261..635b714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.2.4 ### + +* New: {{ [u] Uppercase }} and {{ [l] Lowercase }} filters for variables and strings + ### 1.2.3 ### * Fix: Minor stability release diff --git a/q-willow.php b/q-willow.php index 9998561..e212c02 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.2.3 + * Version: 1.2.4 * 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.2.3'; + const version = '1.2.4'; const text_domain = 'q-willow'; // for translation ## protected static diff --git a/readme.md b/readme.md index ccf97bc..ddcfdb1 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ **Tags:** Simple, logic-less, procedural semantic markup language **Requires at least:** 5.0.0 **Tested up to:** 5.5.0 -**Stable tag:** 1.2.3 +**Stable tag:** 1.2.4 **License:** GPL2 Willow ~ A logic-less template engine built for ACF and WordPress.