Skip to content

Commit 6b5a493

Browse files
committed
Merge branch 'release/0.21.19'
2 parents c3d1dec + 51db36e commit 6b5a493

File tree

7 files changed

+788
-7
lines changed

7 files changed

+788
-7
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
/cache/
12
/composer.lock
23
/db/log/*.log
34
/db/ruckusing.conf.local.php
45
/db/sql/*.bak
6+
/docker-compose.override.yaml
57
/js/vendor/evercookie
68
/js/vendor/uuid-js
79
/phpunit.xml
@@ -12,16 +14,17 @@
1214
/tests/integration-environment/wordpress-*.tar.gz
1315
/tests/integration-environment/wordpress/
1416
/tests/mocha/node_modules/
17+
/tests/mocha/screens/
1518
/tools/intro-video/*.mp4
1619
/tools/intro-video/.backup/
17-
/tools/intro-video/Wp-testing-Intro.mp4.txt
1820
/tools/intro-video/aifc/
1921
/tools/intro-video/background/
2022
/tools/intro-video/mkv/
2123
/tools/intro-video/mp3/
2224
/tools/intro-video/node_modules/
2325
/tools/intro-video/thumbnail/
2426
/tools/intro-video/thumbs/
27+
/tools/intro-video/Wp-testing-Intro.mp4.txt
2528
/tools/refactoring/*.sql
2629
/tools/refactoring/*.svg
2730
/tools/screenshots/decorated/*.png
@@ -31,3 +34,4 @@
3134
/tools/support/*.txt
3235
/tools/support/wordpress-support-mirror/
3336
/vendor/
37+
/wordpress/

.tx/config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
host = https://www.transifex.com
33

44
[wp-testing.wp-testing]
5-
file_filter = languages/wp-testing-<lang>.po
6-
source_file = languages/wp-testing.pot
7-
source_lang = en
8-
type = PO
5+
file_filter = languages/wp-testing-<lang>.po
96
minimum_perc = 80
7+
source_file = languages/wp-testing.pot
8+
source_lang = en
9+
type = PO
10+

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
## Changelog ##
33

4+
### 0.21.19 ###
5+
6+
For Ukranian translation thanks to Hanich Andriy <[email protected]>
7+
8+
49
### 0.21.18 ###
510

611
Bump plugin version to have pervious fix published.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Tested up to:** 5.2
1010

11-
**Stable tag:** 0.21.18
11+
**Stable tag:** 0.21.19
1212

1313
**License:** GPLv3
1414

@@ -104,6 +104,7 @@ PS: **If something broken or doesn't work**, pls create new topic in ["Support"
104104
* For Polish translation thanks to Maciej Dzierżek — https://bezdechu.pl/
105105
* For Icelandic translation thanks to Gunnar Geir Johannsson <[email protected]>
106106
* For Hebrew translation thanks to Noam Lederman <[email protected]>
107+
* For Ukranian translation thanks to Hanich Andriy <[email protected]>
107108

108109
### Paid add-ons & support ###
109110

languages/wp-testing-uk.mo

16.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)