diff --git a/.wordpress-org/screenshot-1.png b/.wordpress-org/screenshot-1.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa4a7094705810efc3c3d17a7b522f45b7eb1cbb
Binary files /dev/null and b/.wordpress-org/screenshot-1.png differ
diff --git a/.wordpress-org/screenshot-2.png b/.wordpress-org/screenshot-2.png
new file mode 100644
index 0000000000000000000000000000000000000000..08a902653e85f5ce1097d5b215a8c8a143cd8a26
Binary files /dev/null and b/.wordpress-org/screenshot-2.png differ
diff --git a/README.md b/README.md
index 8c491618c731177f65b52f85291f457122db5fd3..618eb4dbbd281b9069e7c0b318952c63c281773d 100644
--- a/README.md
+++ b/README.md
@@ -81,3 +81,12 @@ Implements singleton pattern for instantiation. No functional changes are includ
 
 ### 1.0.3 ###
 Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters.
+
+## Screenshots ##
+
+### 1. The metabox provided for the Classic Editor. ###
+![The metabox provided for the Classic Editor.](https://git-cdn.e15r.co/wp-plugins/external-permalinks-redux/-/raw/master/.wordpress-org/screenshot-1.png)
+
+### 2. The sidebar plugin provided for the Block Editor. ###
+![The sidebar plugin provided for the Block Editor.](https://git-cdn.e15r.co/wp-plugins/external-permalinks-redux/-/raw/master/.wordpress-org/screenshot-2.png)
+
diff --git a/languages/external-permalinks-redux.pot b/languages/external-permalinks-redux.pot
index da09829da00ae2bfd49281fde8736902029216b7..5eb8c8656cdde04141fb5bb8c86f64055fde4538 100644
--- a/languages/external-permalinks-redux.pot
+++ b/languages/external-permalinks-redux.pot
@@ -5,7 +5,7 @@ msgstr ""
 "Project-Id-Version: External Permalinks Redux 1.3\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/external-permalinks-redux\n"
-"POT-Creation-Date: 2022-06-12 00:49:47+00:00\n"
+"POT-Creation-Date: 2022-06-12 04:03:04+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -37,22 +37,31 @@ msgstr ""
 msgid "External Permalinks Redux"
 msgstr ""
 
-#: external-permalinks-redux.php:213
+#: external-permalinks-redux.php:217
 msgid "Destination Address:"
 msgstr ""
 
-#: external-permalinks-redux.php:217
+#: external-permalinks-redux.php:221
 msgid "To restore the original permalink, remove the link entered above."
 msgstr ""
 
-#: external-permalinks-redux.php:222
+#: external-permalinks-redux.php:226
 msgid "Redirect Type:"
 msgstr ""
 
-#: external-permalinks-redux.php:224
+#: external-permalinks-redux.php:228
+#: inc/class-external-permalinks-redux-block-editor.php:166
 msgid "-- Select --"
 msgstr ""
 
+#: inc/class-external-permalinks-redux-block-editor.php:69
+msgid "Redirect destination"
+msgstr ""
+
+#: inc/class-external-permalinks-redux-block-editor.php:85
+msgid "Redirect status code"
+msgstr ""
+
 #. Plugin URI of the plugin/theme
 msgid "http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/"
 msgstr ""
diff --git a/readme.txt b/readme.txt
index 9cfbb1b5f390c709ffc09857115d3fd506727e7a..8adca3ce765117cfd06c001bbfec6cef53d9928e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,3 +81,8 @@ Implements singleton pattern for instantiation. No functional changes are includ
 
 = 1.0.3 =
 Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters.
+
+== Screenshots ==
+
+1. The metabox provided for the Classic Editor.
+2. The sidebar plugin provided for the Block Editor.