diff --git a/classes/class-rp4wp.php b/classes/class-rp4wp.php index 2698aaf..1d3e836 100644 --- a/classes/class-rp4wp.php +++ b/classes/class-rp4wp.php @@ -8,7 +8,7 @@ class RP4WP { private static $instance = null; - const VERSION = '2.1.0'; + const VERSION = '2.1.1'; /** * @var RP4WP_Settings diff --git a/package.json b/package.json index 4de32eb..2da5c56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "related-posts-for-wp", "title": "Related Posts for WordPress", - "version": "2.1.0", + "version": "2.1.1", "homepage": "http://wordpress.org/plugins/related-posts-for-wp/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 605c7e4..5e2efcc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.barrykooij.com/donate/ Tags: related posts for wordpress, related posts for wp, simple related posts, easy related posts, related posts, related post, related, relations, internal links, seo, bounce rate Requires at least: 3.6 Tested up to: 6.0.2 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -120,7 +120,7 @@ There is one custom table created for the post cache, this table will however no == Changelog == -= x += 2.1.1: September 17, 2022 = * Tweak: Added rp4wp_post_title_html filter. * Tweak: Added rp4wp_post_link filter. * Tweak: Added rp4wp_before_content action. diff --git a/related-posts-for-wp.php b/related-posts-for-wp.php index 5914036..91cb7d2 100644 --- a/related-posts-for-wp.php +++ b/related-posts-for-wp.php @@ -3,7 +3,7 @@ Plugin Name: Related Posts for WordPress Plugin URI: http://www.relatedpostsforwp.com/ Description: Related Posts for WordPress, the best way to display related posts in WordPress. - Version: 2.1.0 + Version: 2.1.1 Author: Never5 Author URI: http://www.never5.com/ License: GPL v3