Skip to content

Commit 7231b02

Browse files
committed
Version update
1 parent 034bc2d commit 7231b02

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.1.0
2+
3+
## Features
4+
5+
* Add shortcode helper
6+
17
# 2.0.0
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-2.0.0-green.svg?style=flat-squar)
3+
![Latest Stable Version](https://img.shields.io/badge/stable-2.1.0-green.svg?style=flat-squar)
44
![License](https://img.shields.io/badge/license-GPLv2-red.svg?style=flat-squar)
55

66

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: 2.0.0
8+
Version: 2.1.0
99
*/
1010

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