Skip to content

Commit

Permalink
bump to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees Meijer committed May 30, 2017
1 parent dc24ad6 commit 761b7e6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions lang/related-posts-by-taxonomy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GPL v2.
msgid ""
msgstr ""
"Project-Id-Version: Related Posts By Taxonomy 2.3.0-beta1\n"
"Project-Id-Version: Related Posts By Taxonomy 2.3.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/related-posts-by-taxonomy\n"
"POT-Creation-Date: 2017-05-18 11:12:01+00:00\n"
"POT-Creation-Date: 2017-05-30 13:01:15+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 @@ -53,7 +53,7 @@ msgstr ""
msgid "Post thumbnails"
msgstr ""

#: includes/defaults.php:325
#: includes/defaults.php:330
msgid "Related Posts"
msgstr ""

Expand Down Expand Up @@ -137,39 +137,39 @@ msgstr ""
msgid "Display related posts for post ID (optional)"
msgstr ""

#: includes/wp-rest-api.php:42
#: includes/wp-rest-api.php:34
msgid "Unique identifier for the object."
msgstr ""

#: includes/wp-rest-api.php:70
#: includes/wp-rest-api.php:62
msgid "Invalid post ID."
msgstr ""

#: includes/wp-rest-api.php:196
#: includes/wp-rest-api.php:187
msgid "The related posts."
msgstr ""

#: includes/wp-rest-api.php:204
#: includes/wp-rest-api.php:195
msgid "Number of related terms in common with the post."
msgstr ""

#: includes/wp-rest-api.php:212
#: includes/wp-rest-api.php:203
msgid "The Post ID to get related posts for."
msgstr ""

#: includes/wp-rest-api.php:217
#: includes/wp-rest-api.php:208
msgid "Post types used in query for related posts."
msgstr ""

#: includes/wp-rest-api.php:225
#: includes/wp-rest-api.php:216
msgid "Taxonomies used in query for related posts."
msgstr ""

#: includes/wp-rest-api.php:233
#: includes/wp-rest-api.php:224
msgid "Related term ids used in query for related posts."
msgstr ""

#: includes/wp-rest-api.php:241
#: includes/wp-rest-api.php:232
msgid "Rendered related posts HTML"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "related-posts-by-taxonomy",
"version": "2.3.0-beta1",
"tested_up_to": "4.7",
"version": "2.3.0",
"tested_up_to": "4.8",
"requires_at_least": "4.0",
"main": "Gruntfile.js",
"author": "keesiemeijer",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# [Related Posts by Taxonomy](http://keesiemeijer.wordpress.com/related-posts-by-taxonomy) [![Build Status](https://travis-ci.org/keesiemeijer/related-posts-by-taxonomy.svg?branch=develop)](http://travis-ci.org/keesiemeijer/related-posts-by-taxonomy) #
# [Related Posts by Taxonomy](http://keesiemeijer.wordpress.com/related-posts-by-taxonomy) [![Build Status](https://travis-ci.org/keesiemeijer/related-posts-by-taxonomy.svg?branch=master)](http://travis-ci.org/keesiemeijer/related-posts-by-taxonomy) #

Version: 2.3.0-beta1
Version: 2.3.0
Requires at least: 4.0
Tested up to: 4.7
Tested up to: 4.8

### Welcome to the GitHub repository for this plugin ###
This is the development repository for the WordPress plugin [Related Posts by Taxonomy](https://wordpress.org/plugins/related-posts-by-taxonomy).

The `master` branch is where you'll find the most recent, stable release.
The `develop` branch is the current working branch for development. Both branches are required to pass all unit tests. Any pull requests are first merged with the `develop` branch before being merged into the `master` branch. See [Pull Requests](https://github.com/keesiemeijer/related-posts-by-taxonomy/tree/develop#pull-requests)
The `develop` branch is the current working branch for development. Both branches are required to pass all unit tests. Any pull requests are first merged with the `develop` branch before being merged into the `master` branch. See [Pull Requests](https://github.com/keesiemeijer/related-posts-by-taxonomy/tree/master#pull-requests)

## Description ##
This WordPress plugin displays related posts as thumbnails, links, excerpts or as full posts with a widget or shortcode. Posts with the **most terms in common** will display at the top. Use multiple taxonomies and post types to get the related posts. Include or exclude terms. Change the look and feel with your own html templates in your (child) theme.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: keesiemeijer
Tags: posts,related,related posts,related thumbnails,similar,similar posts,widget,shortcode,taxonomy,taxonomies,post type,post types,category,categories,tag,tags,post thumbnail,post thumbnails,thumbnails,featured,featured image,image,images
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 2.3.0-beta1
Tested up to: 4.8
Stable tag: 2.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion related-posts-by-taxonomy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Related Posts By Taxonomy
Version: 2.3.0-beta1
Version: 2.3.0
Plugin URI: http://keesiemeijer.wordpress.com/related-posts-by-taxonomy/
Description: Display related posts as thumbnails, links, excerpts or as full posts with a widget or shortcode. Posts with the most terms in common will display at the top.
Author: keesiemijer
Expand Down

0 comments on commit 761b7e6

Please sign in to comment.