From 7cbf51b9b2e8360aa89ab56bb7a3193470c9cd57 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Sun, 11 Aug 2019 21:51:41 +0100 Subject: [PATCH] oik v3.3.7 2019/08/11 Issue #120 --- README.md | 10 ++++++++-- oik.php | 2 +- readme.txt | 10 ++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1757575..797593f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ * Donate link: https://www.oik-plugins.com/oik/oik-donate/ * Tags: shortcodes, shortcode, advanced, oik * Requires at least: 4.9.8 -* Tested up to: 5.2.1 -* Stable tag: 3.3.6 +* Tested up to: 5.2.2 +* Stable tag: 3.3.7 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html * Gutenberg compatible: Likely-yes @@ -92,6 +92,9 @@ For other popular WordPress plugins (e.g. Jetpack, Easy-Digital-Downloads, WooCo 10. oik options - Buttons ## Upgrade Notice +# 3.3.7 +Fixes a problem introduced in 3.3.6 + # 3.3.6 Helps with some issues related to the WordPress block editor @@ -469,6 +472,9 @@ There are many changes in version 1.11 to support lazy invocation of code. Some plugins have been created as separate plugins (e.g. uk-tides). Others have been changed so that you can activate them by changing oik settings, so are no longer activatable. ## Changelog +# 3.3.7 +* Fixed: Check that bw_trace_get_attached_hooks is available,https://github.com/bobbingwide/oik/issues/120 + # 3.3.6 * Fixed: Disable get_the_excerpt processing for REST requests when context=edit, https://github.com/bobbingwide/oik/issues/120 * Fixed: Shortcodes not being expanded in reusable blocks, https://github.com/bobbingwide/oik/issues/129 diff --git a/oik.php b/oik.php index 2909f16..736d18f 100644 --- a/oik.php +++ b/oik.php @@ -3,7 +3,7 @@ Plugin Name: oik Plugin URI: https://www.oik-plugins.com/oik-plugins/oik Description: OIK Information Kit - Over 80 lazy smart shortcodes for displaying WordPress content -Version: 3.3.6 +Version: 3.3.7 Author: bobbingwide Author URI: https://www.oik-plugins.com/author/bobbingwide Text Domain: oik diff --git a/readme.txt b/readme.txt index be0278d..499abef 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: bobbingwide, vsgloik Donate link: https://www.oik-plugins.com/oik/oik-donate/ Tags: shortcodes, shortcode, advanced, oik Requires at least: 4.9.8 -Tested up to: 5.2.1 -Stable tag: 3.3.6 +Tested up to: 5.2.2 +Stable tag: 3.3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Gutenberg compatible: Likely-yes @@ -91,6 +91,9 @@ For other popular WordPress plugins (e.g. Jetpack, Easy-Digital-Downloads, WooCo 10. oik options - Buttons == Upgrade Notice == += 3.3.7 = +Fixes a problem introduced in 3.3.6 + = 3.3.6 = Helps with some issues related to the WordPress block editor @@ -468,6 +471,9 @@ There are many changes in version 1.11 to support lazy invocation of code. Some plugins have been created as separate plugins (e.g. uk-tides). Others have been changed so that you can activate them by changing oik settings, so are no longer activatable. == Changelog == += 3.3.7 = +* Fixed: Check that bw_trace_get_attached_hooks is available,[github bobbingwide oik issues 120] + = 3.3.6 = * Fixed: Disable get_the_excerpt processing for REST requests when context=edit, [github bobbingwide oik issues 120] * Fixed: Shortcodes not being expanded in reusable blocks, [github bobbingwide oik issues 129]