Skip to content

Commit

Permalink
Merge branch 'hotfix/0.21.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
garex committed Feb 19, 2018
2 parents 6ed4ff0 + b14fd25 commit 8878e17
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## Changelog ##


### 0.21.8 ###

Fix compatibility with Flat Bootstrap themes family

* Comment about mod_security issues


### 0.21.7 ###

Improve compatibility with adblock-like browser extensions
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Tested up to:** 4.9

**Stable tag:** 0.21.7
**Stable tag:** 0.21.8

**License:** GPLv3

Expand Down Expand Up @@ -144,6 +144,8 @@ Most possibly it's a conflict with your current theme or some of other plugin.
To check it — try to switch theme to default WP theme and see if it helps.
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.

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.

### I see some "Fatal error: bla-bla-bla" ###

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".
Expand Down
1 change: 1 addition & 0 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function setupPostBrowser($query)
*/
public function setupTestPasser($template)
{
$this->wp->removeFilter('single_template', array($this, 'setupTestPasser'));
$this->getTestPasser()->addContentFilter();
return $template;
}
Expand Down
2 changes: 1 addition & 1 deletion wp-testing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wp-testing
* Plugin URI: http://wordpress.org/extend/plugins/wp-testing/
* Description: Helps to create psychological tests.
* Version: 0.21.7
* Version: 0.21.8
* Author: Alexander Ustimenko
* Author URI: http://ustimen.co
* License: GPL3
Expand Down

0 comments on commit 8878e17

Please sign in to comment.