diff --git a/lang/related-posts-by-taxonomy.pot b/lang/related-posts-by-taxonomy.pot index 7867b99..21c12d7 100644 --- a/lang/related-posts-by-taxonomy.pot +++ b/lang/related-posts-by-taxonomy.pot @@ -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" @@ -53,7 +53,7 @@ msgstr "" msgid "Post thumbnails" msgstr "" -#: includes/defaults.php:325 +#: includes/defaults.php:330 msgid "Related Posts" msgstr "" @@ -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 "" diff --git a/package.json b/package.json index 3580952..4e40d79 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 7bbb188..6729e8a 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/readme.txt b/readme.txt index 680d35c..ad52e2d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/related-posts-by-taxonomy.php b/related-posts-by-taxonomy.php index 1f72390..50fb6ae 100644 --- a/related-posts-by-taxonomy.php +++ b/related-posts-by-taxonomy.php @@ -1,7 +1,7 @@