Skip to content

Commit 30909f6

Browse files
authored
Merge pull request #14 from OnTheGoSystems/develop
Release 1.3.1
2 parents 7450805 + bbabed1 commit 30909f6

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.3.1
2+
3+
## Bugfix
4+
5+
* Fix attribute parent node.
6+
17
# 1.3.0
28

39
## Features

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.3.0-green.svg?style=flat-squar)
3+
![Latest Stable Version](https://img.shields.io/badge/stable-1.3.1-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.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public function generate_shortcodes( $dom, $root ) {
497497
$attributes_array = explode( ",", $attribute );
498498

499499
// Dealing with shortcode attribute if available.
500-
$attributes_node = $dom->createElement( 'attribute' );
500+
$attributes_node = $dom->createElement( 'attributes' );
501501
$attributes_node = $shortcode_node->appendChild( $attributes_node );
502502

503503
if ( ! empty( $attributes_array ) ) {

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.3.0
8+
Version: 1.3.1
99
*/
1010

11-
define( 'WPML_CTT_VERSION' , '1.3.0' );
11+
define( 'WPML_CTT_VERSION' , '1.3.1' );
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)