Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qstudio committed Aug 1, 2020
1 parent 117351d commit 43922d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.4.0 ###

* Added action and filter contexts
* Buffer Map hashes more stable
* Moved UI header and Footers into main buffer map process

### 0.3.0 ###

* Added basic PHP variable lookups - for now just $_GET values
Expand Down
4 changes: 2 additions & 2 deletions q-willow.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.3.0
* Version: 0.4.0
* Author: Q Studio
* Author URI: https://www.qstudio.us
* License: GPL
Expand All @@ -40,7 +40,7 @@ class q_willow {
private static $instance = null;

// Plugin Settings
const version = '0.3.0';
const version = '0.4.0';
const text_domain = 'q-willow'; // for translation ##
// static $debug = false; // global debugging, normally false, as individual plugins can control local level debugging ##

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:** 4.0.0
**Tested up to:** 5.0.0
**Stable tag:** 0.3.0
**Stable tag:** 0.4.0
**License:** GPL2

Simple, logic-less, procedural semantic markup language

0 comments on commit 43922d3

Please sign in to comment.