Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qstudio committed Sep 14, 2020
1 parent 64b163f commit 94263fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.4.1 ###

* FIX: Bad namespace in plugin/acf

### 1.4.0 ###

* New: Moved all getter methods in to Willow, acf, wp, etc
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** Simple, logic-less, procedural, semantic, markup, language
**Requires at least:** 5.0
**Tested up to:** 5.5
**Stable tag:** 1.4.0
**Stable tag:** 1.4.1
**License:** GPL2

Willow ~ A logic-less template engine built for WordPress.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Simple, logic-less, procedural semantic markup language
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GPL2

Willow ~ A logic-less template engine built for WordPress.
Expand Down
4 changes: 2 additions & 2 deletions willow.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Willow
* Plugin URI: https://www.qstudio.us
* Description: Willow is a Simple, logic-less, procedural semantic template engine
* Version: 1.4.0
* Version: 1.4.1
* Author: Q Studio
* Author URI: https://www.qstudio.us
* License: GPL
Expand Down Expand Up @@ -46,7 +46,7 @@ class willow {
private static $instance = null;

// Plugin Settings
const version = '1.4.0';
const version = '1.4.1';
const text_domain = 'willow'; // for translation ##

protected static
Expand Down

0 comments on commit 94263fd

Please sign in to comment.