Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed May 14, 2019
1 parent 2e737df commit 135615d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 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.2.4
* Version: 3.2.5
* 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.2.4';
public static $version = '3.2.5';
public static function init() {
// Add Kind Taxonomy.
require_once plugin_dir_path( __FILE__ ) . 'includes/class-post-kind.php';
Expand Down
4 changes: 2 additions & 2 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.2.4\n"
"Project-Id-Version: Post Kinds 3.2.5\n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/indieweb-post-kinds\n"
"POT-Creation-Date: 2019-05-12 17:16:12+00:00\n"
"POT-Creation-Date: 2019-05-14 11:05:52+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
6 changes: 5 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.2.4
**Stable tag:** 3.2.5
**Requires at least:** 4.9.6
**Requires PHP:** 5.4
**Tested up to:** 5.2
Expand Down Expand Up @@ -261,6 +261,10 @@ through future plugin updates.

## Changelog ##

### 3.2.5 ( 2019-05-14 ) ###
* Merge in update from Parse This that did not make it into 3.2.4 fixing saving of citation tags
* Fix issue in new markup

### 3.2.4 ( 2019-05-12 ) ###
* Add exclude kind query var and rewrite
* Adjust icons to relative values and prevent fatwigoo
Expand Down
6 changes: 5 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.2.4
Stable tag: 3.2.5
Requires at least: 4.9.6
Requires PHP: 5.4
Tested up to: 5.2
Expand Down Expand Up @@ -257,6 +257,10 @@ through future plugin updates.

== Changelog ==

= 3.2.5 ( 2019-05-14 ) =
* Merge in update from Parse This that did not make it into 3.2.4 fixing saving of citation tags
* Fix issue in new markup

= 3.2.4 ( 2019-05-12 ) =
* Add exclude kind query var and rewrite
* Adjust icons to relative values and prevent fatwigoo
Expand Down

0 comments on commit 135615d

Please sign in to comment.