diff --git a/CHANGELOG.md b/CHANGELOG.md index c73166f4..b02d35e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 0bab13c7..ae4973e9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/src/Doer/WordPressEntitiesRegistrator.php b/src/Doer/WordPressEntitiesRegistrator.php index 8ec2a142..d0238918 100644 --- a/src/Doer/WordPressEntitiesRegistrator.php +++ b/src/Doer/WordPressEntitiesRegistrator.php @@ -42,6 +42,7 @@ public function __construct(WpTesting_WordPressFacade $wp) 'wpt_answer', 'wpt_scale', 'wpt_result', + 'category', 'post_tag', 'wpt_category', ), diff --git a/wp-testing.php b/wp-testing.php index 6ab704c6..3f3b7be4 100644 --- a/wp-testing.php +++ b/wp-testing.php @@ -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