You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$help_text = '<p>' . __( 'Use this screen to modify the various settings, including the identifiers and keyword used to specify your embedded code.', 'simple-embed-code' ) . '</p>';
@@ -205,15 +185,12 @@ function ce_options_help() {
205
185
}
206
186
207
187
/**
208
-
* Code Embed Search Help
209
-
*
210
-
* Return help text for search screen
211
-
*
212
-
* @since 1.6
213
-
*
214
-
* @return string Help Text
215
-
*/
216
-
188
+
* Code Embed Search Help
189
+
*
190
+
* Return help text for search screen
191
+
*
192
+
* @return string Help Text
193
+
*/
217
194
functionce_search_help() {
218
195
219
196
$help_text = '<p>' . __( 'This screen allows you to search for the post and pages that a particular code embed has been used in.', 'simple-embed-code' ) . '</p>';
@@ -185,6 +185,9 @@ It is, in that it doesn't save any data that could be odds with GDPR compliance
185
185
186
186
[Learn more about my version numbering methodology](https://artiss.blog/2016/09/wordpress-plugin-versioning/ "WordPress Plugin Versioning")
187
187
188
+
= 2.3.3 =
189
+
* Enhancement: I've removed the debug code. I allowed to be switched off but I've never used it and it may not have switched off properly anyway. So it's gone.
190
+
188
191
= 2.3.2 =
189
192
* Bug: Fixed another pesky bug that was affecting embedded URLs. My code to do this was years old and I couldn't understand why I'd written it the way I had. So I've re-written it from scratch.
0 commit comments