Skip to content
Snippets Groups Projects
Commit 184e29b0 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add screenshots

parent 03105874
No related branches found
No related tags found
1 merge request!14Add native block-editor support
.wordpress-org/screenshot-1.png

59.8 KiB

.wordpress-org/screenshot-2.png

35.8 KiB

...@@ -81,3 +81,12 @@ Implements singleton pattern for instantiation. No functional changes are includ ...@@ -81,3 +81,12 @@ Implements singleton pattern for instantiation. No functional changes are includ
### 1.0.3 ### ### 1.0.3 ###
Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters. 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)
...@@ -5,7 +5,7 @@ msgstr "" ...@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: External Permalinks Redux 1.3\n" "Project-Id-Version: External Permalinks Redux 1.3\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/external-permalinks-redux\n" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -37,22 +37,31 @@ msgstr "" ...@@ -37,22 +37,31 @@ msgstr ""
msgid "External Permalinks Redux" msgid "External Permalinks Redux"
msgstr "" msgstr ""
#: external-permalinks-redux.php:213 #: external-permalinks-redux.php:217
msgid "Destination Address:" msgid "Destination Address:"
msgstr "" msgstr ""
#: external-permalinks-redux.php:217 #: external-permalinks-redux.php:221
msgid "To restore the original permalink, remove the link entered above." msgid "To restore the original permalink, remove the link entered above."
msgstr "" msgstr ""
#: external-permalinks-redux.php:222 #: external-permalinks-redux.php:226
msgid "Redirect Type:" msgid "Redirect Type:"
msgstr "" msgstr ""
#: external-permalinks-redux.php:224 #: external-permalinks-redux.php:228
#: inc/class-external-permalinks-redux-block-editor.php:166
msgid "-- Select --" msgid "-- Select --"
msgstr "" 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 #. Plugin URI of the plugin/theme
msgid "http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/" msgid "http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/"
msgstr "" msgstr ""
......
...@@ -81,3 +81,8 @@ Implements singleton pattern for instantiation. No functional changes are includ ...@@ -81,3 +81,8 @@ Implements singleton pattern for instantiation. No functional changes are includ
= 1.0.3 = = 1.0.3 =
Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters. 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment