Skip to content

Commit 282eb90

Browse files
authored
Release 1.2.3
2 parents a27d4d4 + 896beaf commit 282eb90

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.3
2+
3+
## Bugfix
4+
5+
* Fix "Translation management" notice
6+
17
# 1.2.2
28

39
## Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multilingual Tools
22

3-
![Latest Stable Version](https://img.shields.io/badge/stable-1.2.2-green.svg?style=flat-squar)
3+
![Latest Stable Version](https://img.shields.io/badge/stable-1.2.3-green.svg?style=flat-squar)
44
![License](https://img.shields.io/badge/license-GPLv2-red.svg?style=flat-squar)
55

66

inc/wpml-compatibility-test-tools-messages.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __call( $name, $arguments ) {
7474
( isset( $duplicate_strings['taxonomy']['all'] ) ? '[&#10004;] ' : '[ ] ' ) . __( 'Term name ' , 'wpml-compatibility-test-tools' ) . "<br/>" .
7575
( isset( $duplicate_strings['taxonomy_slug']['all'] ) ? '[&#10004;] ' : '[ ] ' ) . __( 'Term slug' , 'wpml-compatibility-test-tools' ) . "<br/>" .
7676
sprintf( "<a href=\"%s\">" . __( "Click here to change fields to duplicate", 'wpml-compatibility-test-tools') . "</a><br/>", admin_url( 'admin.php?page=wctt' ) ) . "<br/>" .
77-
__( "To proceed, select all the site's content, scroll down and select <strong>Duplicate all</strong> and then click on <strong>Send documents</strong>.", 'wpml-compatibility-test-tools' ) . "<br/>" .
77+
__( "To proceed, select all the site's content, scroll down and select <strong>Duplicate content</strong> and then click on <strong>Duplicate</strong>.", 'wpml-compatibility-test-tools' ) . "<br/>" .
7878
"<div style=\"color: #ff0000\">" . __( "Please note that any existing translations for selected posts will be overwritten!", 'wpml-compatibility-test-tools' ) . "</div>";
7979

8080
echo '<div class="updated message fade"><p>' . $message . '</p></div>';

multilingual-tools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Description: Set of tools to test themes and plugins multilingual compatibility.
66
Author: OnTheGoSystems
77
Author URI: http://wpml.org
8-
Version: 1.2.2
8+
Version: 1.2.3
99
*/
1010

11-
define( 'WPML_CTT_VERSION' , '1.2.2' );
11+
define( 'WPML_CTT_VERSION' , '1.2.3' );
1212
define( 'WPML_CTT_PATH' , dirname( __FILE__ ) );
1313
define( 'WPML_CTT_ABS_PATH' , plugin_dir_path( __FILE__ ) );
1414
define( 'WPML_CTT_FOLDER' , basename( WPML_CTT_PATH ) );

0 commit comments

Comments
 (0)