Skip to content

Commit b60e6b0

Browse files
author
Chad Rhyner
committed
Merge pull request #68 from Medium/chad-1.2.1-release
Prepare for 1.2.1 Release
2 parents 875519a + fa5c767 commit b60e6b0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

languages/medium.pot

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the same license as the Medium package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Medium 1.2\n"
5+
"Project-Id-Version: Medium 1.2.1\n"
66
"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"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -95,7 +95,7 @@ msgstr ""
9595
msgid "Unexpected response format."
9696
msgstr ""
9797

98-
#. #-#-#-#-# medium.pot (Medium 1.2) #-#-#-#-#
98+
#. #-#-#-#-# medium.pot (Medium 1.2.1) #-#-#-#-#
9999
#. Plugin Name of the plugin/theme
100100
#: views/content-cross-linked.phtml:5 views/form-user-profile.phtml:1
101101
msgid "Medium"

medium.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
33
* @package Medium
4-
* @version 1.2
4+
* @version 1.2.1
55
*/
66
/*
77
Plugin Name: Medium
88
Description: Publish posts automatically from your blog to a Medium profile.
9-
Version: 1.2
9+
Version: 1.2.1
1010
Author: A Medium Corporation
1111
Author URI: https://medium.com
1212
License: Apache
@@ -20,7 +20,7 @@
2020
exit;
2121
}
2222

23-
define("MEDIUM_VERSION", "1.2");
23+
define("MEDIUM_VERSION", "1.2.1");
2424
define("MEDIUM_PLUGIN_DIR", plugin_dir_path(__FILE__));
2525
define("MEDIUM_PLUGIN_URL", plugin_dir_url(__FILE__));
2626

readme.txt

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Any modifications you make to a post after you have sent the post to Medium will
3636

3737
== Changelog ==
3838

39+
= Medium 1.2.1 =
40+
* Fixed: Increase Medium request timeout
41+
* Fixed: Strip HTML tags from post titles when cross-posting
42+
3943
= Medium 1.2 =
4044
* Fixed: Shortcodes are now processed before sending to Medium.
4145
* Changed: Restructured remote API calling code.

0 commit comments

Comments
 (0)