From 776f523a373e1cf4c5546584135deb8000841f98 Mon Sep 17 00:00:00 2001 From: Ustimenko Alexander Date: Sat, 22 Nov 2014 20:12:45 +0700 Subject: [PATCH 1/3] Update README about Bulgarian lang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bab13c7..556693bf 100644 --- a/README.md +++ b/README.md @@ -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. From f7754fdd9e1422550293c5d9443a91075c091666 Mon Sep 17 00:00:00 2001 From: Ustimenko Alexander Date: Tue, 25 Nov 2014 01:22:20 +0700 Subject: [PATCH 2/3] Add standard category to tests --- src/Doer/WordPressEntitiesRegistrator.php | 1 + 1 file changed, 1 insertion(+) 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', ), From 3e64368ce997666d8dad9cd7a4d39bcbcdf6b3c2 Mon Sep 17 00:00:00 2001 From: Ustimenko Alexander Date: Tue, 25 Nov 2014 01:24:17 +0700 Subject: [PATCH 3/3] Update changelog and bump version to 0.5.3 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- wp-testing.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 556693bf..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 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