File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
# This file is distributed under the same license as the Medium package.
3
3
msgid ""
4
4
msgstr ""
5
- "Project-Id-Version : Medium 1.2\n "
5
+ "Project-Id-Version : Medium 1.2.1 \n "
6
6
"Report-Msgid-Bugs-To : https://wordpress.org/support/plugin/medium\n "
7
- "POT-Creation-Date : 2016-02-04 19 :33:24 +00:00\n "
7
+ "POT-Creation-Date : 2016-02-16 23 :33:35 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=UTF-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
@@ -95,7 +95,7 @@ msgstr ""
95
95
msgid "Unexpected response format."
96
96
msgstr ""
97
97
98
- #. #-#-#-#-# medium.pot (Medium 1.2) #-#-#-#-#
98
+ #. #-#-#-#-# medium.pot (Medium 1.2.1 ) #-#-#-#-#
99
99
#. Plugin Name of the plugin/theme
100
100
#: views/content-cross-linked.phtml:5 views/form-user-profile.phtml:1
101
101
msgid "Medium"
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @package Medium
4
- * @version 1.2
4
+ * @version 1.2.1
5
5
*/
6
6
/*
7
7
Plugin Name: Medium
8
8
Description: Publish posts automatically from your blog to a Medium profile.
9
- Version: 1.2
9
+ Version: 1.2.1
10
10
Author: A Medium Corporation
11
11
Author URI: https://medium.com
12
12
License: Apache
20
20
exit ;
21
21
}
22
22
23
- define ("MEDIUM_VERSION " , "1.2 " );
23
+ define ("MEDIUM_VERSION " , "1.2.1 " );
24
24
define ("MEDIUM_PLUGIN_DIR " , plugin_dir_path (__FILE__ ));
25
25
define ("MEDIUM_PLUGIN_URL " , plugin_dir_url (__FILE__ ));
26
26
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ Any modifications you make to a post after you have sent the post to Medium will
36
36
37
37
== Changelog ==
38
38
39
+ = Medium 1.2.1 =
40
+ * Fixed: Increase Medium request timeout
41
+ * Fixed: Strip HTML tags from post titles when cross-posting
42
+
39
43
= Medium 1.2 =
40
44
* Fixed: Shortcodes are now processed before sending to Medium.
41
45
* Changed: Restructured remote API calling code.
You can’t perform that action at this time.
0 commit comments