diff --git a/README.md b/README.md
index 9da2a7452f86230cdab288669fdfe549f2312aa7..d68ffd2da59602fbe3cf04843d780a2493a3daf5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 **Tags:** view all, pages, paged, paged post, multipage, single view, single page, wp_link_pages, nextpage, next page, quicktag  
 **Requires at least:** 3.2.1  
 **Tested up to:** 5.1  
-**Stable tag:** 0.9.1  
+**Stable tag:** 0.9.2  
 **License:** GPLv2 or later  
 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html  
 
@@ -52,6 +52,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
 ## Changelog ##
 
 ### 0.9.2 ###
+* Compatible with PHP 7.3
 * Introduce PHPCS tests
 * Update plugin based on PHPCS results
 
diff --git a/readme.txt b/readme.txt
index f11555ab783ecd9be3037855330f2642124951ff..704706cf39bc1b95aacf52b061a90e81bf2af9e2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/
 Tags: view all, pages, paged, paged post, multipage, single view, single page, wp_link_pages, nextpage, next page, quicktag
 Requires at least: 3.2.1
 Tested up to: 5.1
-Stable tag: 0.9.1
+Stable tag: 0.9.2
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -52,6 +52,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
 == Changelog ==
 
 = 0.9.2 =
+* Compatible with PHP 7.3
 * Introduce PHPCS tests
 * Update plugin based on PHPCS results