Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
garex committed Nov 24, 2014
2 parents 485e549 + 3e64368 commit 20ac8e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## Changelog ##


### 0.5.3 ###
Add standard category to tests

* Update README about Bulgarian translation


### 0.5.2 ###
Fix fatal error incompatibility with wordpress-seo plugin

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Tags:** psychological, testing, test, quiz
**Requires at least:** 3.2
**Tested up to:** 4.0
**Stable tag:** 0.5.2
**Stable tag:** 0.5.3
**License:** GPLv3
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -27,7 +27,7 @@ Tests are treated for WordPress like posts — they appear on home page and insi

To minimize author's time we have **Quick Fill** for questions and scores. You can **quick fill questions from text** and they will fill appropriate fields. Same way you can **Quick Fill Scores** in many questions some answer+scale combination.

Wp-testing localized in six languages: English, Russian (native speaker), German, French, Dutch and Swedish. English and Russian have good quality — others need review. You can easily add your language through excellent [Transifiex](https://www.transifex.com/projects/p/wp-testing/) service. **Translators** and *reviewers* are kindly welcome!
Wp-testing localized in seven languages: English, Russian (native speaker), German, French, Dutch, Swedish and Bulgarian (native speaker). English, Russian and Bulgarian have good quality — others need review. You can easily add your language through excellent [Transifiex](https://www.transifex.com/projects/p/wp-testing/) service. **Translators** and *reviewers* are kindly welcome!

**Quality** and **compatibility** are taken really seriously. Plugin tested on [37 combinations](https://travis-ci.org/garex/wp-testing) of WordPress (from 3.2 to 4.0) and PHP (from 5.2 to 5.5) plus one custom combination for old MySQL storage engine (MyISAM). So you can be sure, that it will just work, even if you don't have the latest WordPress or your hosting doesn't have the latest versions of PHP/MySQL. [Build status image](https://travis-ci.org/garex/wp-testing.svg?branch=develop) is available.

Expand Down
1 change: 1 addition & 0 deletions src/Doer/WordPressEntitiesRegistrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function __construct(WpTesting_WordPressFacade $wp)
'wpt_answer',
'wpt_scale',
'wpt_result',
'category',
'post_tag',
'wpt_category',
),
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.5.2
* Version: 0.5.3
* Author: Alexander Ustimenko
* Author URI: http://ustimen.co
* License: GPL3
Expand Down

0 comments on commit 20ac8e6

Please sign in to comment.