Skip to content

Commit 627fd8e

Browse files
authored
Merge pull request #42 from inpsyde/release/1.5.0
Release version 1.5.0
2 parents a09b0fb + 71db0f2 commit 627fd8e

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"sort-packages": true,
88
"preferred-install": {
99
"inpsyde/multilingualpress": "dist"
10+
},
11+
"allow-plugins": {
12+
"composer/installers": true,
13+
"dealerdirect/phpcodesniffer-composer-installer": true,
14+
"oomphinc/composer-installers-extender": true,
15+
"barryvdh/composer-cleanup-plugin": true
1016
}
1117
},
1218
"authors": [
@@ -31,7 +37,7 @@
3137
},
3238
"require-dev": {
3339
"php-stubs/wordpress-stubs": "^5.0@stable",
34-
"barryvdh/composer-cleanup-plugin": "^0.2.0",
40+
"barryvdh/composer-cleanup-plugin": "^0.2.0 || ^0.3.0",
3541
"brain/monkey": "~2.3",
3642
"inpsyde/php-coding-standards": "^1.0",
3743
"phpunit/phpunit": "^8.0 | ^9.0",

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: Inpsyde, Eurotext, paddyullrich, wido
33
Tags: translation, api, I18N
44
Donate link: https://eurotext-ecommerce.com
55
Requires at least: 5.0
6-
Tested up to: 5.8
7-
Stable tag: 1.4.1
6+
Tested up to: 6.1
7+
Stable tag: 1.5.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -123,6 +123,14 @@ Just send an email to [email protected] with a request.
123123
3. project view
124124

125125
== Changelog ==
126+
= 1.5.0 =
127+
* Added: Support for PHP 8
128+
* Fixed: Notices for PHP 8.1
129+
* Fixed: The name of XliffElementHelper is not used correctly.
130+
* Fixed: Xliff import missing post type, status and relationship.
131+
* Fixed: While importing project just single relationship is created.
132+
* Fixed: Fatal error while bulk translations on PHP 8.0
133+
126134
= 1.4.1 =
127135
* Fix the name of XliffElementHelper is not used correctly
128136
* Fix Xliff import missing post type, status and relationship

translationmanager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: translationMANAGER
44
* Plugin URI: https://eurotext.de/en
55
* Description: Translate your content from a WordPress Multisite and MultilingualPress.
6-
* Version: 1.4.1
6+
* Version: 1.5.0
77
* Author: Inpsyde
88
* Author URI: https://inpsyde.com/
99
* Text Domain: translationmanager

0 commit comments

Comments
 (0)