Skip to content

Commit

Permalink
Update docs ready for 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Lebens committed Apr 15, 2017
1 parent 090030b commit e6d7a05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyring-importers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Keyring Social Importers
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.
Plugin URL: http://dentedreality.com.au/projects/wp-keyring-importers/
Version: 1.7
Version: 1.8
Author: Beau Lebens
Author URI: http://dentedreality.com.au
*/
Expand Down
17 changes: 14 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Keyring Social Importers ===
Tags: import, sync, social, keyring, indieweb, foursquare, instagram, instapaper, tripit, twitter, pinterest
Requires at least: 3.3
Tested up to: 4.7.2
Stable Tag: 1.7
Requires at least: 4.0
Tested up to: 4.7.3
Stable Tag: 1.8

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

Expand All @@ -22,6 +22,7 @@ Importers included currently:
* [Foursquare/Swarm](https://foursquare.com/)
* [Instagram](https://instagram.com/)
* [Instapaper](https://instapaper.com/)
* [Jetpack](https://jetpack.com/)/[WordPress.com](https://wordpress.com/)
* [Moves](https://moves-app.com/)
* [Nest Cameras](https://nest.com/camera/meet-nest-cam/)
* [Pinterest](https://pinterest.com/)
Expand Down Expand Up @@ -81,6 +82,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring
* Uses the title from the document in Instapaper, if there is a description associated then it uses that as well.
* 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' );

= Jetpack/WordPress.com =
* Import posts from either self-hosted, or hosted copies of WordPress, via the Jetpack/WordPress.com API.
* Post author is always overridden.
* Tags, content, title, excerpt are all carried over.

= Moves =
* Imports your data daily.
* Creates a summary post, which is a bulleted list detailing each category of activity for the day.
Expand Down Expand Up @@ -115,6 +121,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring

== Changelog ==

= 1.8 =
* Enhancement: Added a Jetpack/WordPress.com importer.
* Enhancement: Fix Twitter importer so that it correctly obeys the option to import retweets. Props @glueckpress for reporting.
* Enhancement: Lots of code cleanup/linting.

= 1.7 =
* Enhancement: Places support for Nest and TripIt importers.
* Enhancement: Instagram importer now supports Video posts, and People.
Expand Down

0 comments on commit e6d7a05

Please sign in to comment.