Skip to content

Commit 8878e17

Browse files
committed
Merge branch 'hotfix/0.21.8'
2 parents 6ed4ff0 + b14fd25 commit 8878e17

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
## Changelog ##
33

44

5+
### 0.21.8 ###
6+
7+
Fix compatibility with Flat Bootstrap themes family
8+
9+
* Comment about mod_security issues
10+
11+
512
### 0.21.7 ###
613

714
Improve compatibility with adblock-like browser extensions

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Tested up to:** 4.9
1010

11-
**Stable tag:** 0.21.7
11+
**Stable tag:** 0.21.8
1212

1313
**License:** GPLv3
1414

@@ -144,6 +144,8 @@ Most possibly it's a conflict with your current theme or some of other plugin.
144144
To check it — try to switch theme to default WP theme and see if it helps.
145145
In case of plugins conflict try to disable other plugins one by one and check. Or disable all of them and check — it will help to understand if problem is on other plugins side.
146146

147+
Another possible source of troubles is mis-configured [mod_security](https://www.modsecurity.org/). Ask your hoster about it. If it could be disabled or reconfigured to avoid false-positives, then your hoster is good. Otherwise it's better to switch to more competent hoster.
148+
147149
### I see some "Fatal error: bla-bla-bla" ###
148150

149151
Try to find there phrases like "Class ... not found" or "Call to undefined function ...". If it's the case — then your current hoster has disabled some PHP extension. Contact with your hosting company to enable them. Most popular missing extension is "mysqli".

src/Facade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public function setupPostBrowser($query)
145145
*/
146146
public function setupTestPasser($template)
147147
{
148+
$this->wp->removeFilter('single_template', array($this, 'setupTestPasser'));
148149
$this->getTestPasser()->addContentFilter();
149150
return $template;
150151
}

wp-testing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Wp-testing
44
* Plugin URI: http://wordpress.org/extend/plugins/wp-testing/
55
* Description: Helps to create psychological tests.
6-
* Version: 0.21.7
6+
* Version: 0.21.8
77
* Author: Alexander Ustimenko
88
* Author URI: http://ustimen.co
99
* License: GPL3

0 commit comments

Comments
 (0)