Skip to content

Commit e6d7a05

Browse files
author
Beau Lebens
committed
Update docs ready for 1.8
1 parent 090030b commit e6d7a05

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

keyring-importers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Keyring Social Importers
44
Description: Take back your content from different social media websites like Twitter, Flickr, Instagram, Delicious and Foursquare. Store everything in your own WordPress so that you can use it however you like.
55
Plugin URL: http://dentedreality.com.au/projects/wp-keyring-importers/
6-
Version: 1.7
6+
Version: 1.8
77
Author: Beau Lebens
88
Author URI: http://dentedreality.com.au
99
*/

readme.txt

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== Keyring Social Importers ===
22
Tags: import, sync, social, keyring, indieweb, foursquare, instagram, instapaper, tripit, twitter, pinterest
3-
Requires at least: 3.3
4-
Tested up to: 4.7.2
5-
Stable Tag: 1.7
3+
Requires at least: 4.0
4+
Tested up to: 4.7.3
5+
Stable Tag: 1.8
66

77
Import your posts/images/etc from Twitter, Instagram, Pinterest, and more into your WordPress install. Own your content.
88

@@ -22,6 +22,7 @@ Importers included currently:
2222
* [Foursquare/Swarm](https://foursquare.com/)
2323
* [Instagram](https://instagram.com/)
2424
* [Instapaper](https://instapaper.com/)
25+
* [Jetpack](https://jetpack.com/)/[WordPress.com](https://wordpress.com/)
2526
* [Moves](https://moves-app.com/)
2627
* [Nest Cameras](https://nest.com/camera/meet-nest-cam/)
2728
* [Pinterest](https://pinterest.com/)
@@ -81,6 +82,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring
8182
* Uses the title from the document in Instapaper, if there is a description associated then it uses that as well.
8283
* NEW: Downloads the full content of the article using Instapaper's API, and stores that *in the post content*, so that you can search it later. Disable it by creating a stub plugin, or dropping this in your theme's functions.php; add_filter( 'keyring_instapaper_download_article_texts', '__return_false' );
8384

85+
= Jetpack/WordPress.com =
86+
* Import posts from either self-hosted, or hosted copies of WordPress, via the Jetpack/WordPress.com API.
87+
* Post author is always overridden.
88+
* Tags, content, title, excerpt are all carried over.
89+
8490
= Moves =
8591
* Imports your data daily.
8692
* Creates a summary post, which is a bulleted list detailing each category of activity for the day.
@@ -115,6 +121,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring
115121

116122
== Changelog ==
117123

124+
= 1.8 =
125+
* Enhancement: Added a Jetpack/WordPress.com importer.
126+
* Enhancement: Fix Twitter importer so that it correctly obeys the option to import retweets. Props @glueckpress for reporting.
127+
* Enhancement: Lots of code cleanup/linting.
128+
118129
= 1.7 =
119130
* Enhancement: Places support for Nest and TripIt importers.
120131
* Enhancement: Instagram importer now supports Video posts, and People.

0 commit comments

Comments
 (0)