Skip to content

Commit

Permalink
Note why version was released
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Oct 15, 2018
1 parent bd173fb commit ae412a0
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 30 deletions.
4 changes: 2 additions & 2 deletions indieweb-post-kinds.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Post Kinds
* Plugin URI: https://wordpress.org/plugins/indieweb-post-kinds/
* Description: Ever want to reply to someone else's post with a post on your own site? Or to "like" someone else's post, but with your own site?
* Version: 3.1.0
* Version: 3.1.1
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: indieweb-post-kinds
Expand All @@ -28,7 +28,7 @@
add_action( 'init', array( 'Post_Kinds_Plugin', 'init' ) );

class Post_Kinds_Plugin {
public static $version = '3.1.0';
public static $version = '3.1.1';
public static function init() {
// Add Kind Taxonomy.
require_once plugin_dir_path( __FILE__ ) . 'includes/class-post-kind.php';
Expand Down
52 changes: 26 additions & 26 deletions languages/post_kinds.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the same license as the Post Kinds package.
msgid ""
msgstr ""
"Project-Id-Version: Post Kinds 3.1.0\n"
"Project-Id-Version: Post Kinds 3.1.1\n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/indieweb-post-kinds\n"
"POT-Creation-Date: 2018-10-14 01:53:35+00:00\n"
"POT-Creation-Date: 2018-10-15 00:11:05+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -685,78 +685,78 @@ msgstr ""
msgid "Invalid Kind"
msgstr ""

#: includes/class-kind-view.php:313
#: includes/class-kind-view.php:314
msgid "an author"
msgstr ""

#: includes/class-kind-view.php:384
#: includes/class-kind-view.php:388
#. translators: URL for link to event and name of event
msgid "Attending <a href=\"%1$1s\" class=\"u-in-reply-to\">%2$2s</a>"
msgstr ""

#: includes/class-kind-view.php:386
#: includes/class-kind-view.php:390
#. translators: URL for link to event and name of event
msgid "Might be attending <a href=\"%1$1s\" class=\"u-in-reply-to\">%2$2s</a>"
msgstr ""

#: includes/class-kind-view.php:388
#: includes/class-kind-view.php:392
#. translators: URL for link to event and name of event
msgid "Unable to Attend <a href=\"%1$1s\" class=\"u-in-reply-to\">%2$2s</a>"
msgstr ""

#: includes/class-kind-view.php:390
#: includes/class-kind-view.php:394
#. translators: URL for link to event and name of event
msgid "Interested in Attending %s"
msgstr ""

#: includes/class-kind-view.php:400
#: includes/class-kind-view.php:404
msgid "Want to Read: "
msgstr ""

#: includes/class-kind-view.php:401
#: includes/class-kind-view.php:405
msgid "Reading: "
msgstr ""

#: includes/class-kind-view.php:402
#: includes/class-kind-view.php:406
msgid "Finished Reading: "
msgstr ""

#: includes/class-kind-view.php:424
#: includes/class-kind-view.php:428
#. translators: singular and plural
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""

#: includes/class-kind-view.php:428
#: includes/class-kind-view.php:432
#. translators: singular and plural
msgid " %d month"
msgid_plural " %d months"
msgstr[0] ""
msgstr[1] ""

#: includes/class-kind-view.php:432
#: includes/class-kind-view.php:436
#. translators: singular and plural
msgid " %d day"
msgid_plural " %d days"
msgstr[0] ""
msgstr[1] ""

#: includes/class-kind-view.php:436
#: includes/class-kind-view.php:440
#. translators: singular and plural
msgid " %d hour"
msgid_plural " %d hours"
msgstr[0] ""
msgstr[1] ""

#: includes/class-kind-view.php:440
#: includes/class-kind-view.php:444
#. translators: singular and plural
msgid " %d minute"
msgid_plural " %d minutes"
msgstr[0] ""
msgstr[1] ""

#: includes/class-kind-view.php:444
#: includes/class-kind-view.php:448
#. translators: singular and plural
msgid " %d second"
msgid_plural " %d seconds"
Expand Down Expand Up @@ -785,7 +785,7 @@ msgid ""
msgstr ""

#: includes/parse-this/includes/class-parse-this-api.php:54
#: templates/reply-metabox.php:52
#: templates/reply-metabox.php:58
msgid "URL"
msgstr ""

Expand Down Expand Up @@ -820,7 +820,7 @@ msgstr ""
msgid "(Multiple Entries separated by semicolon)"
msgstr ""

#: templates/reply-author.php:6 templates/reply-metabox.php:47
#: templates/reply-author.php:6 templates/reply-metabox.php:53
msgid "Author"
msgstr ""

Expand Down Expand Up @@ -860,15 +860,15 @@ msgstr ""
msgid "Featured Image"
msgstr ""

#: templates/reply-metabox.php:46
#: templates/reply-metabox.php:52
msgid "Details"
msgstr ""

#: templates/reply-metabox.php:49
#: templates/reply-metabox.php:55
msgid "Clear"
msgstr ""

#: templates/reply-metabox.php:58
#: templates/reply-metabox.php:64
msgid "Name"
msgstr ""

Expand Down Expand Up @@ -1033,27 +1033,27 @@ msgctxt "no kinds"
msgid "No kinds"
msgstr ""

#: includes/class-kind-view.php:248
#: includes/class-kind-view.php:251
msgctxt "singular Twitter"
msgid "a tweet"
msgstr ""

#: includes/class-kind-view.php:249
#: includes/class-kind-view.php:252
msgctxt "singular Vimeo"
msgid "a video"
msgstr ""

#: includes/class-kind-view.php:250
#: includes/class-kind-view.php:253
msgctxt "singular Youtube"
msgid "a video"
msgstr ""

#: includes/class-kind-view.php:251
#: includes/class-kind-view.php:254
msgctxt "singular Intagram"
msgid "an image"
msgstr ""

#: includes/class-kind-view.php:257
#: includes/class-kind-view.php:260
msgctxt "singular post"
msgid "a post"
msgstr ""
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Post Kinds #
**Contributors:** dshanske
**Tags:** indieweb, interaction, posts, webmention, share, like, scrobble
**Stable tag:** 3.1.0
**Stable tag:** 3.1.1
**Requires at least:** 4.7
**Requires PHP:** 5.3
**Tested up to:** 4.9.8
Expand Down Expand Up @@ -46,6 +46,9 @@ responsibilities to responsibly use this data, and to remove information on requ

## Upgrade Notice ##

### 3.1.1 ###
* Bugs were reported in 3.1.0 and this is a quick fix for the ones initially reported

### 3.1.0 ###

* Custom post kind registration, previously done by filter, is now done by registration. This will cause issues who had been using the filter. Due to a particular
Expand Down Expand Up @@ -215,6 +218,12 @@ The functions `has_post_kind`, `set_post_kind`, and `set_post_kind` will allow y

## Changelog ##

### 3.1.1 ( 2018-10-14 ) ###
* Fix save issues for Post Kind
* Fix auto-import for bookmarklets
* Fix author showing anonymously
* JSONFeed enhanced to use external url property

### 3.1.0 ( 2018-10-13 ) ###
* Missing Add New Note in Dashbar
* Add itinerary to post type discovery
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Post Kinds ===
Contributors: dshanske
Tags: indieweb, interaction, posts, webmention, share, like, scrobble
Stable tag: 3.1.0
Stable tag: 3.1.1
Requires at least: 4.7
Requires PHP: 5.3
Tested up to: 4.9.8
Expand Down Expand Up @@ -42,6 +42,9 @@ responsibilities to responsibly use this data, and to remove information on requ

== Upgrade Notice ==

= 3.1.1 =
* Bugs were reported in 3.1.0 and this is a quick fix for the ones initially reported

= 3.1.0 =

* Custom post kind registration, previously done by filter, is now done by registration. This will cause issues who had been using the filter. Due to a particular
Expand Down Expand Up @@ -211,6 +214,12 @@ The functions `has_post_kind`, `set_post_kind`, and `set_post_kind` will allow y

== Changelog ==

= 3.1.1 ( 2018-10-14 ) =
* Fix save issues for Post Kind
* Fix auto-import for bookmarklets
* Fix author showing anonymously
* JSONFeed enhanced to use external url property

= 3.1.0 ( 2018-10-13 ) =
* Missing Add New Note in Dashbar
* Add itinerary to post type discovery
Expand Down

0 comments on commit ae412a0

Please sign in to comment.