Skip to content

Commit

Permalink
Merge branch 'release/0.21.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
garex committed Jan 9, 2019
2 parents 0f80a1a + fc701ef commit 40332e6
Show file tree
Hide file tree
Showing 57 changed files with 2,033 additions and 329 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- DB_ENGINE=InnoDB
matrix:
- WP_VERSION=
- WP_VERSION=4.9.9
- WP_VERSION=4.8.4
- WP_VERSION=4.7.5
- WP_VERSION=4.6.1
Expand Down Expand Up @@ -62,19 +63,24 @@ matrix:
env: WP_VERSION= DB_CHARSET=utf8mb4
- php: 7.0
env: PLUGINS=akismet.3.1.11:jetpack.4.2.2:wordpress-seo.3.3.4:wordfence.6.1.14:contact-form-7.4.5:google-sitemap-generator.4.0.8

sudo: false
- php: 7.0
env: WP_VERSION= WP_T_MULTI_SERVER=http://wpti.dev WP_T_SERVER=http://after.wpti.dev WP_T_MULTISITE=1

dist: trusty

addons:
hosts:
- wpti.dev
- before.wpti.dev
- after.wpti.dev
apt:
packages:
- nginx-light

before_script:
- phpenv config-rm xdebug.ini || true
- echo 'always_populate_raw_post_data=-1' > /tmp/custom.ini
- phpenv config-add /tmp/custom.ini
- tests/integration-environment/composer-update.sh
- mysql -e 'create database wordpress;'
- cd db
Expand All @@ -87,10 +93,6 @@ before_script:
- npm install
- cd $TRAVIS_BUILD_DIR
- export PATH=$PATH:$TRAVIS_BUILD_DIR/tests/mocha/node_modules/.bin/:$TRAVIS_BUILD_DIR/tests/integration-environment/
- if [ $(cat /proc/sys/net/ipv6/conf/all/disable_ipv6) -eq 1 ]; then
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
fi
- test $(cat /proc/sys/net/ipv6/conf/all/disable_ipv6) -eq 0

script:
- vendor/bin/phpunit-php52
Expand All @@ -108,5 +110,4 @@ cache:
- tests/mocha/node_modules

after_failure:
- free -ltm
- $TRAVIS_BUILD_DIR/tests/mocha/debug-to-transfer.sh '/tmp/*.screen.png'
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
## Changelog ##


### 0.21.15 ###

Welcome WordPress 5.0 and two new locales

Translations:

* For Icelandic translation thanks to Gunnar Geir Johannsson <gunnargj@gmail.com>
* For Hebrew translation thanks to Noam Lederman <noaml@noamlederman.co.il>

Internals:

* Update compatibility testing to make sure latest WP 5.0 is compatible. Nothing changed in functionality.
* Avoid circle-ci and move multisite testing to travis.


### 0.21.14 ###

Fix headers tags at results' page template.
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

**Requires at least:** 3.2

**Tested up to:** 4.9
**Tested up to:** 5.0

**Stable tag:** 0.21.14
**Stable tag:** 0.21.15

**License:** GPLv3

Expand Down Expand Up @@ -75,9 +75,9 @@ Respondent will get **results** on it's own individual passing page, which will
**Test** page can be customized: reset answers on "Back" button, use your own caption for "Get Test Result" button, allow multiple answers per question, show percentage of answered questions and show one question per page.
**Results** page also can be customized: when you need to show/hide scales or test description on it; when you want to show scales chart or sort scales by scores sum.

Plugin localized into many languages: English, German, French, Dutch, Swedish, Bulgarian, Italian, Turkish, Chinese, Brazilian, Spanish, Persian, Czech, Slovak, Thai, Arabic, Romanian, Greek and Russian. English, French, Dutch, Bulgarian, Italian, Turkish, Chinese, Brazilian, Spanish, Persian, Czech, Slovak, Thai, Arabic, Romanian, Greek, Polish and Russian have good quality (native speakers) — 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! See http://wp-translations.org/join/ for instructions.
Plugin localized into many languages: English, German, French, Dutch, Swedish, Bulgarian, Italian, Turkish, Chinese, Brazilian, Spanish, Persian, Czech, Slovak, Thai, Arabic, Romanian, Greek, Icelandic, Hebrew and Russian. English, French, Dutch, Bulgarian, Italian, Turkish, Chinese, Brazilian, Spanish, Persian, Czech, Slovak, Thai, Arabic, Romanian, Greek, Polish, Icelandic, Hebrew and Russian have good quality (native speakers) — 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! See http://wp-translations.org/join/ for instructions.

**Quality** and **compatibility** are taken really seriously. Plugin tested on [more than 30 combinations](https://travis-ci.org/garex/wp-testing) of WordPress (from 3.2 to latest) and PHP (from 5.2 to 7.0) plus three custom combinations: for old MySQL storage engine (MyISAM), with few popular plugins and in [multisite mode](https://circleci.com/gh/garex/wp-testing/tree/develop). 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.
**Quality** and **compatibility** are taken really seriously. Plugin tested on [more than 30 combinations](https://travis-ci.org/garex/wp-testing) of WordPress (from 3.2 to latest) and PHP (from 5.2 to 7.0) plus three custom combinations: for old MySQL storage engine (MyISAM), with few popular plugins and in multisite mode. 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.

[![Build Status](https://travis-ci.org/garex/wp-testing.svg?branch=develop)](https://travis-ci.org/garex/wp-testing)

Expand All @@ -102,6 +102,8 @@ PS: **If something broken or doesn't work**, pls create new topic in ["Support"
* For Romanian translation thanks to Maria Estela Mihoc <maria_estela_mihoc@yahoo.com>
* For Greek translation thanks to Elektra Manousis <safiragon@yahoo.gr>
* For Polish translation thanks to Maciej Dzierżek — https://bezdechu.pl/
* For Icelandic translation thanks to Gunnar Geir Johannsson <gunnargj@gmail.com>
* For Hebrew translation thanks to Noam Lederman <noaml@noamlederman.co.il>

### Paid add-ons & support ###

Expand Down
96 changes: 0 additions & 96 deletions circle.yml

This file was deleted.

Binary file modified languages/wp-testing-ar.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/wp-testing-ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: WP testing\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-29 23:59+0700\n"
"PO-Revision-Date: 2017-07-30 12:03+0000\n"
"PO-Revision-Date: 2017-09-23 20:29+0000\n"
"Last-Translator: Alexander Ustimenko <ustimenko.alexander@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/wp-translations/wp-testing/language/ar/)\n"
"MIME-Version: 1.0\n"
Expand Down
Binary file modified languages/wp-testing-bg_BG.mo
Binary file not shown.
47 changes: 30 additions & 17 deletions languages/wp-testing-bg_BG.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ msgid ""
msgstr ""
"Project-Id-Version: WP testing\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-30 00:00+0700\n"
"PO-Revision-Date: 2017-07-30 00:00+0700\n"
"POT-Creation-Date: 2017-07-29 23:59+0700\n"
"PO-Revision-Date: 2017-09-23 20:29+0000\n"
"Last-Translator: Alexander Ustimenko <ustimenko.alexander@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/wp-translations/wp-testing/language/bg_BG/)\n"
"Language: bg_BG\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-Basepath: ../src\n"
"X-Poedit-KeywordsList: __;_e;_x;esc_html_e;esc_html__;esc_attr_e;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
"X-Poedit-SearchPath-0: .\n"

#: Component/StepStrategy.php:119 Model/Scale.php:84
msgid "%1$g out of %2$g"
Expand Down Expand Up @@ -164,12 +164,14 @@ msgstr "Покажи описание на теста"
msgid "Test data not saved"
msgstr "Тестовите данни не са запазени"

#: Doer/TestPasser/DirectRenderer.php:19 Doer/TestPasser/FilterRenderer.php:105
#: Doer/TestPasser/DirectRenderer.php:19
#: Doer/TestPasser/FilterRenderer.php:105
#: Template/Test/Passer/fill-form.php:81
msgid "Test is under construction"
msgstr "Тестът е в процес на разработка"

#: Doer/TestPasser/FilterRenderer.php:106 Template/Test/Passer/fill-form.php:82
#: Doer/TestPasser/FilterRenderer.php:106
#: Template/Test/Passer/fill-form.php:82
msgid "You can not get any results from it yet."
msgstr "Не можете да получите никакви резултати все още."

Expand Down Expand Up @@ -265,7 +267,9 @@ msgid "No Tests found in Trash"
msgstr "Не са открити тестове в кошчето"

#: Doer/WordPressEntitiesRegistrator.php:32
msgid "Instrument to measure unobserved constructs (latent variables). Typically it is a series of tasks or problems that the respondent has to solve."
msgid ""
"Instrument to measure unobserved constructs (latent variables). Typically it"
" is a series of tasks or problems that the respondent has to solve."
msgstr "Инструмент за набиране на информация чрез решаване на последователни задачи, които могат да бъдат графични, за постижения или за време."

#: Doer/WordPressEntitiesRegistrator.php:63
Expand Down Expand Up @@ -511,7 +515,8 @@ msgstr "Не са открити категории в кошчето"

#: Model/Formula.php:88
#, php-format
msgid "Formula for %s is incompatible as it contains both numbers and percentages"
msgid ""
"Formula for %s is incompatible as it contains both numbers and percentages"
msgstr "Формула за %s е несъвместим, тъй като съдържа едновременно числа и проценти"

#: Model/Formula.php:90
Expand Down Expand Up @@ -653,7 +658,9 @@ msgid "No formulas to edit. To edit formulas you must have results selected."
msgstr "Няма формули за редактиране. За да редактирате формулите трябва да сте избрали резултати."

#: Template/Test/Editor/edit-formulas.php:49
msgid "Both numbers and percents allowed. For example \"scale-bla\" has total 30, then \"scale-bla > 15\" and \"scale-bla > 50%\" are same."
msgid ""
"Both numbers and percents allowed. For example \"scale-bla\" has total 30, "
"then \"scale-bla > 15\" and \"scale-bla > 50%\" are same."
msgstr "Позволени са и цифри, и проценти. Например, ако \"скала-бла\" има тотал 30, то \"скала-бла > 15\" и \"скала-бла > 50%\" е едно и също."

#: Template/Test/Editor/edit-formulas.php:53
Expand All @@ -669,11 +676,14 @@ msgid "Variables"
msgstr "Променливи"

#: Template/Test/Editor/edit-formulas.php:92
msgid "No variables for formulas available. To use variables you must have scales selected or have at least one question and answer."
msgid ""
"No variables for formulas available. To use variables you must have scales "
"selected or have at least one question and answer."
msgstr "Не са налични променливи по формулите. За да използвате променливи, трябва да изберете скали или да имате най-малко един въпрос и отговор."

#: Template/Test/Editor/edit-questions-answers.php:7
msgid "No questions to edit. Add new questions and then they will appear here."
msgid ""
"No questions to edit. Add new questions and then they will appear here."
msgstr "Няма въпроси за редактиране. Добави нови въроси и те ще се появят тук."

#: Template/Test/Editor/edit-questions-answers.php:22
Expand All @@ -690,11 +700,15 @@ msgstr "Добавяне на индивидуален отговор"

#: Template/Test/Editor/edit-questions-answers.php:50
#, php-format
msgid "— unique to each question. If you have same answers to all test questions, use the %s"
msgid ""
"— unique to each question. If you have same answers to all test questions, "
"use the %s"
msgstr "— уникални за всеки въпрос. Ако имате еднакви отговори на всички въпроси от теста, използвайте %s"

#: Template/Test/Editor/edit-questions-answers.php:57
msgid "Paste here your questions and they will fill fields below. Numbers and other indexes will be stripped automatically."
msgid ""
"Paste here your questions and they will fill fields below. Numbers and other"
" indexes will be stripped automatically."
msgstr "Поставете тук вашите въпроси и те ще попълнят полетата надолу. Номерата и другите индекси ще бъдат премахнати автоматично."

#: Template/Test/Editor/edit-questions-answers.php:62
Expand All @@ -708,7 +722,9 @@ msgstr "Попълни бързо от текст"

#: Template/Test/Editor/edit-scores.php:8
#: Template/Test/Editor/quick-fill-scores.php:8
msgid "No scores to edit. To edit scores you should have questions, answers and selected scales."
msgid ""
"No scores to edit. To edit scores you should have questions, answers and "
"selected scales."
msgstr "Няма точки за редактиране. За да редактирате точки трябва да имате въпроси, отговори и избрали скали."

#: Template/Test/Editor/quick-fill-scores.php:18
Expand Down Expand Up @@ -753,6 +769,3 @@ msgstr "IP адрес"
#: Widget/PassingTable/Admin.php:93
msgid "Browser"
msgstr "Браузър"

#~ msgid "Rate us"
#~ msgstr "Оцени ни"
Binary file modified languages/wp-testing-cs_CZ.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/wp-testing-cs_CZ.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: WP testing\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-29 23:59+0700\n"
"PO-Revision-Date: 2017-07-30 07:29+0000\n"
"PO-Revision-Date: 2017-09-23 20:29+0000\n"
"Last-Translator: Alexander Ustimenko <ustimenko.alexander@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/wp-translations/wp-testing/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-Basepath: ../src\n"
"X-Poedit-KeywordsList: __;_e;_x;esc_html_e;esc_html__;esc_attr_e;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
Expand Down
Binary file modified languages/wp-testing-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 40332e6

Please sign in to comment.