Skip to content

Commit

Permalink
Increment version; update pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Apr 22, 2016
1 parent 03a8bfa commit e1b96be
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 27 deletions.
4 changes: 2 additions & 2 deletions feed-pull.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: Feed Pull
* Plugin URI: http://www.taylorlovett.com
* Description: Automatically turn feed content into posts.
* Author: Taylor Lovett
* Version: 0.2.5
* Author: Taylor Lovett, 10up
* Version: 0.2.6
* Author URI: http://www.taylorlovett.com
*/

Expand Down
47 changes: 24 additions & 23 deletions lang/feed-pull.pot
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Feed Pull\n"
"POT-Creation-Date: 2014-07-09 00:12-0500\n"
"POT-Creation-Date: 2016-04-22 10:08-0400\n"
"PO-Revision-Date: 2014-07-09 00:12-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.6\n"
"X-Poedit-Basepath: ../\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: _e;__\n"
"X-Poedit-SearchPath-0: .\n"
Expand Down Expand Up @@ -63,86 +64,86 @@ msgid ""
"posts that have been deleted, you can reset that cache."
msgstr ""

#: includes/class-fp-pull.php:173
#: includes/class-fp-pull.php:172
msgid "Pulling feed"
msgstr ""

#: includes/class-fp-pull.php:188
#: includes/class-fp-pull.php:187
msgid "No xpath to post items"
msgstr ""

#: includes/class-fp-pull.php:194
#: includes/class-fp-pull.php:193
msgid "No feed URL"
msgstr ""

#: includes/class-fp-pull.php:200
#: includes/class-fp-pull.php:199
msgid "No field map"
msgstr ""

#: includes/class-fp-pull.php:208
#: includes/class-fp-pull.php:207
msgid "Could not fetch feed"
msgstr ""

#: includes/class-fp-pull.php:217
#: includes/class-fp-pull.php:216
msgid "Feed could not be parsed"
msgstr ""

#: includes/class-fp-pull.php:227
#: includes/class-fp-pull.php:226
msgid "No items in feed"
msgstr ""

#: includes/class-fp-pull.php:259 includes/class-fp-pull.php:389
#: includes/class-fp-pull.php:417
#: includes/class-fp-pull.php:261 includes/class-fp-pull.php:393
#: includes/class-fp-pull.php:421
#, php-format
msgid "Xpath to source field returns nothing for %s"
msgstr ""

#: includes/class-fp-pull.php:285
#: includes/class-fp-pull.php:287
msgid "Missing required fields to create/update post"
msgstr ""

#: includes/class-fp-pull.php:297
#: includes/class-fp-pull.php:301
#, php-format
msgid "Attempting to update post with guid %s"
msgstr ""

#: includes/class-fp-pull.php:301
#: includes/class-fp-pull.php:305
msgid "Post already exists and updates are not allowed."
msgstr ""

#: includes/class-fp-pull.php:310
#: includes/class-fp-pull.php:314
msgid "A post with this GUID has already been syndicated and deleted."
msgstr ""

#: includes/class-fp-pull.php:314
#: includes/class-fp-pull.php:318
#, php-format
msgid "Attempting to create post with guid %s"
msgstr ""

#: includes/class-fp-pull.php:349
#: includes/class-fp-pull.php:353
#, php-format
msgid "Could not update post: %s"
msgstr ""

#: includes/class-fp-pull.php:351
#: includes/class-fp-pull.php:355
#, php-format
msgid "Could not create post: %s"
msgstr ""

#: includes/class-fp-pull.php:356
#: includes/class-fp-pull.php:360
msgid "Updated post"
msgstr ""

#: includes/class-fp-pull.php:359
#: includes/class-fp-pull.php:363
msgid "Created new post"
msgstr ""

#: includes/class-fp-pull.php:432
#: includes/class-fp-pull.php:435
#, php-format
msgid "Could not set terms: %s"
msgstr ""

#: includes/class-fp-pull.php:462
#: includes/class-fp-pull.php:467
msgid "Could not read contents of feed path"
msgstr ""

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tlovett1, 10up
Donate link: http://www.taylorlovett.com
Tags: feeds, curation tool, syndication, rss feed, rss, atom feed, feed pull, feed reader, xml
Requires at least: 3.0
Tested up to: 4.2
Stable tag: 0.2.5
Tested up to: 4.6
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -43,6 +43,9 @@ Super awesome configuration instructions are available on [Github](http://github

== Changelog ==

= 0.2.6 =
* Fix bug where meta value with non existent source field was mapped to previous meta field. Props [tannerm](https://github.com/tannerm)

= 0.2.5 =
* Use {{ }} style Backbone templates in case of ASP style PHP tags
* Fix some minor preview action css
Expand Down

0 comments on commit e1b96be

Please sign in to comment.