Skip to content

Commit

Permalink
Merge pull request #42 from inpsyde/release/1.5.0
Browse files Browse the repository at this point in the history
Release version 1.5.0
  • Loading branch information
Narek13 authored Mar 16, 2023
2 parents a09b0fb + 71db0f2 commit 627fd8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"sort-packages": true,
"preferred-install": {
"inpsyde/multilingualpress": "dist"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"oomphinc/composer-installers-extender": true,
"barryvdh/composer-cleanup-plugin": true
}
},
"authors": [
Expand All @@ -31,7 +37,7 @@
},
"require-dev": {
"php-stubs/wordpress-stubs": "^5.0@stable",
"barryvdh/composer-cleanup-plugin": "^0.2.0",
"barryvdh/composer-cleanup-plugin": "^0.2.0 || ^0.3.0",
"brain/monkey": "~2.3",
"inpsyde/php-coding-standards": "^1.0",
"phpunit/phpunit": "^8.0 | ^9.0",
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: Inpsyde, Eurotext, paddyullrich, wido
Tags: translation, api, I18N
Donate link: https://eurotext-ecommerce.com
Requires at least: 5.0
Tested up to: 5.8
Stable tag: 1.4.1
Tested up to: 6.1
Stable tag: 1.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==
= 1.5.0 =
* Added: Support for PHP 8
* Fixed: Notices for PHP 8.1
* Fixed: The name of XliffElementHelper is not used correctly.
* Fixed: Xliff import missing post type, status and relationship.
* Fixed: While importing project just single relationship is created.
* Fixed: Fatal error while bulk translations on PHP 8.0

= 1.4.1 =
* Fix the name of XliffElementHelper is not used correctly
* Fix Xliff import missing post type, status and relationship
Expand Down
2 changes: 1 addition & 1 deletion translationmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: translationMANAGER
* Plugin URI: https://eurotext.de/en
* Description: Translate your content from a WordPress Multisite and MultilingualPress.
* Version: 1.4.1
* Version: 1.5.0
* Author: Inpsyde
* Author URI: https://inpsyde.com/
* Text Domain: translationmanager
Expand Down

0 comments on commit 627fd8e

Please sign in to comment.