diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d1d6a6..06f7788 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [6.3.1] - 2020-11-21
+### Added
+* Added new link to plugin line in the WordPress plugins management page.
+### Updated
+* Updated compatibility to WordPress 5.6.
+
## [6.3] - 2020-03-01
### Added
* Added support for user IDs in recipient option.
@@ -118,6 +124,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* First release of the plugin.
[Unreleased]: https://github.com/aldolat/private-content/commits/develop
+[6.3.1]: https://github.com/aldolat/private-content/compare/6.3...6.3.1
[6.3]: https://github.com/aldolat/private-content/compare/6.2...6.3
[6.2]: https://github.com/aldolat/private-content/compare/6.1...6.2
[6.1]: https://github.com/aldolat/private-content/compare/6.0...6.1
diff --git a/README.md b/README.md
index 4fe17f2..93720a7 100755
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
**Donate link:**
**Tags:** content, private, shortcode
**Requires at least:** 3.0
-**Tested up to:** 5.5
-**Stable tag:** 6.3
+**Tested up to:** 5.6
+**Stable tag:** 6.3.1
**License:** GPLv3 or later
**License URI:**
diff --git a/changelog.txt b/changelog.txt
index 3d77a4c..cc10acd 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,10 @@
== Changelog ==
+= 6.3.1 =
+
+* Added new link to plugin line in the WordPress plugins management page.
+* Updated compatibility to WordPress 5.6.
+
= 6.3 =
* Added support for user IDs in recipient option.
diff --git a/includes/class-ubn-private.php b/includes/class-ubn-private.php
index 82f429c..7883b41 100644
--- a/includes/class-ubn-private.php
+++ b/includes/class-ubn-private.php
@@ -42,7 +42,7 @@ class UBN_Private {
*/
public function __construct() {
// Define the plugin version.
- $this->plugin_version = '6.3';
+ $this->plugin_version = '6.3.1';
}
/**
diff --git a/languages/private-content.pot b/languages/private-content.pot
index cabfbea..62a035c 100644
--- a/languages/private-content.pot
+++ b/languages/private-content.pot
@@ -2,14 +2,14 @@
# This file is distributed under the same license as the Private content plugin.
msgid ""
msgstr ""
-"Project-Id-Version: Private content 6.3\n"
+"Project-Id-Version: Private content 6.3.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/private-content\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"POT-Creation-Date: 2020-03-01T15:36:25+01:00\n"
+"POT-Creation-Date: 2020-11-21T18:02:06+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: private-content\n"
@@ -33,3 +33,19 @@ msgstr ""
#. Author URI of the plugin
msgid "https://www.aldolat.it/"
msgstr ""
+
+#: private-content.php:124
+msgid "Changelog"
+msgstr ""
+
+#: private-content.php:128
+msgid "Documentation"
+msgstr ""
+
+#: private-content.php:132
+msgid "PDF Documentation"
+msgstr ""
+
+#: private-content.php:136
+msgid "Rate this plugin"
+msgstr ""
diff --git a/private-content.php b/private-content.php
index 9b09f4c..cfb7471 100755
--- a/private-content.php
+++ b/private-content.php
@@ -18,7 +18,7 @@
* Plugin URI: https://dev.aldolat.it/projects/private-content/
* Author: Aldo Latino
* Author URI: https://www.aldolat.it/
- * Version: 6.3
+ * Version: 6.3.1
* License: GPLv3 or later
* Text Domain: private-content
* Domain Path: /languages/
diff --git a/readme.txt b/readme.txt
index 1e6d24c..30f0daf 100755
--- a/readme.txt
+++ b/readme.txt
@@ -3,8 +3,8 @@ Contributors: aldolat, specialk, thewanderingbrit
Donate link: https://dev.aldolat.it/projects/private-content/
Tags: content, private, shortcode
Requires at least: 3.0
-Tested up to: 5.5
-Stable tag: 6.3
+Tested up to: 5.6
+Stable tag: 6.3.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html