Skip to content

Commit 2b1d3a7

Browse files
committed
update readme doc
1 parent 79b58ca commit 2b1d3a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

punctual-translation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Simple Punctual Translation
4-
Version: 1.1.3
4+
Version: 1.1.4
55
Plugin URI: http://www.beapi.fr
66
Description: A small plugin for WordPress that allow to translate any post type in another languages. This plugin is not usable out of the box. It's require some changes on your theme.
77
Author: BeAPI
@@ -15,7 +15,7 @@
1515
Javascript
1616
*/
1717

18-
define( 'SPTRANS_VERSION', '1.1.3' );
18+
define( 'SPTRANS_VERSION', '1.1.4' );
1919
define( 'SPTRANS_FOLDER', 'punctual-translation' );
2020
define( 'SPTRANS_OPTIONS_NAME', 'punctual-translation' ); // Option name for save settings
2121

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The Simple Punctual Translation can be installed in 3 easy steps:
8787

8888
== Changelog ==
8989

90+
* Version 1.1.4 :
91+
* Fix wrong condition on save_post
9092
* Version 1.1.3 :
9193
* Fix translate select dropdown query
9294
* Version 1.1.2 :

0 commit comments

Comments
 (0)