Say what? - Version 1.9.4

Version Description

  • Ensure help links open in new windows
Download this release

Release Info

Developer leewillis77
Plugin Icon 128x128 Say what?
Version 1.9.4
Comparing to
See all releases

Code changes from version 1.9.3 to 1.9.4

html/say-what-admin-addedit.php CHANGED
@@ -3,7 +3,7 @@
3
  <div id="icon-tools" class="icon32"></div>
4
  <h2><?php _e( 'Text changes', 'say-what' ); ?></h2>
5
 
6
- <p><?php _e( "Fill in the details of the original translatable string, the string's text domain, and the string you would like to use instead. For more information check out the <a href='https://plugins.leewillis.co.uk/doc_post/adding-string-replacement/'>getting started guide</a>." ); ?></p>
7
  <form action="tools.php?page=say_what_admin&amp;say_what_action=addedit" method="post">
8
  <input type="hidden" name="say_what_save" value="1">
9
  <?php wp_nonce_field( 'swaddedit', 'nonce' ); ?>
@@ -15,11 +15,11 @@
15
  <textarea class="say_what_orig_string" name="say_what_orig_string" rows="1" cols="120"><?php echo esc_textarea( $replacement->orig_string ); ?></textarea>
16
  </p>
17
  <p>
18
- <label for="say_what_domain"><?php _e( 'Text domain', 'say-what' ); ?></label> <a href="https://plugins.leewillis.co.uk/doc_post/adding-string-replacement/"><i class="dashicons dashicons-info">&nbsp;</i></a><br/>
19
  <input type="text" name="say_what_domain" size="30" value="<?php echo esc_attr( htmlspecialchars( $replacement->domain ) ); ?>"><br/>
20
  </p>
21
  <p>
22
- <label for="say_what_context"><?php _e( 'Text context', 'say-what' ); ?></label> <a href="https://plugins.leewillis.co.uk/doc_post/replacing-wordpress-strings-context/"><i class="dashicons dashicons-info">&nbsp;</i></a><br/>
23
  <input type="text" name="say_what_context" size="30" value="<?php echo esc_attr( htmlspecialchars( $replacement->context ) ); ?>"><br/>
24
  </p>
25
  <p>
3
  <div id="icon-tools" class="icon32"></div>
4
  <h2><?php _e( 'Text changes', 'say-what' ); ?></h2>
5
 
6
+ <p><?php _e( "Fill in the details of the original translatable string, the string's text domain, and the string you would like to use instead. For more information check out the <a href='https://plugins.leewillis.co.uk/doc_post/adding-string-replacement/' target='_blank' rel='noopener noreferrer'>getting started guide</a>." ); ?></p>
7
  <form action="tools.php?page=say_what_admin&amp;say_what_action=addedit" method="post">
8
  <input type="hidden" name="say_what_save" value="1">
9
  <?php wp_nonce_field( 'swaddedit', 'nonce' ); ?>
15
  <textarea class="say_what_orig_string" name="say_what_orig_string" rows="1" cols="120"><?php echo esc_textarea( $replacement->orig_string ); ?></textarea>
16
  </p>
17
  <p>
18
+ <label for="say_what_domain"><?php _e( 'Text domain', 'say-what' ); ?></label> <a href="https://plugins.leewillis.co.uk/doc_post/adding-string-replacement/" target="_blank" rel="noopener noreferrer"><i class="dashicons dashicons-info">&nbsp;</i></a><br/>
19
  <input type="text" name="say_what_domain" size="30" value="<?php echo esc_attr( htmlspecialchars( $replacement->domain ) ); ?>"><br/>
20
  </p>
21
  <p>
22
+ <label for="say_what_context"><?php _e( 'Text context', 'say-what' ); ?></label> <a href="https://plugins.leewillis.co.uk/doc_post/replacing-wordpress-strings-context/" target="_blank" rel="noopener noreferrer"><i class="dashicons dashicons-info">&nbsp;</i></a><br/>
23
  <input type="text" name="say_what_context" size="30" value="<?php echo esc_attr( htmlspecialchars( $replacement->context ) ); ?>"><br/>
24
  </p>
25
  <p>
html/say-what-admin-list.php CHANGED
@@ -13,37 +13,33 @@
13
  <h2>Go pro</h2>
14
  <hr>
15
  <p>
16
- <a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade">Say
17
- What? Pro</a> makes it even easier for you to change strings:
18
  <ul class="ul-disc">
19
  <li>
20
  <a href="https://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradesd"
21
- target="_blank">String Discovery</a> and autocomplete - find the strings you need without
22
  diving through code.
23
  </li>
24
  <li>
25
  <a href="https://plugins.leewillis.co.uk/doc_post/replace-words-across-whole-site/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradesd"
26
- target="_blank">Wildcard string replacements</a> - replace individual words, or fragments
27
  across your whole site.
28
  </li>
29
  <li>
30
- <a href="https://plugins.leewillis.co.uk/doc_post/multi-lingual-string-replacements/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrademl">Multi-lingual
31
- support</a> - set different replacements for different languages.</a></li>
32
  <li>Import &amp; export your strings between sites.</li>
33
  </ul>
34
  </p>
35
- <p><strong>Upgrade to the Pro version today, and <em>save 15%</em> with the code
36
- <code>WPSAYWHAT</code>
37
- at checkout.</strong></p>
38
  <p>
39
  <center>
40
  <a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradebtn"
41
- class="button button-primary">Go Pro now &raquo;</a></center>
42
  </p>
43
  </div>
44
  </div>
45
  <div class="treeware">
46
- <a href="https://offset.earth/ademtisoftware?gift-trees" target="_blank" rel="noopener noreferrer">
47
  <img src="<?php echo esc_attr( plugins_url( 'say-what/img/treeware.svg' ) ); ?>" alt="Treeware">
48
  </a>
49
  <hr>
@@ -56,8 +52,8 @@
56
  trees</a>.
57
  If you support this package and contribute to the Treeware forest you’ll be creating employment for
58
  local families and restoring wildlife habitats.</p>
59
- <p>You can buy trees here <a target="_blank" rel="noopener noreferrer"
60
- href="https://offset.earth/ademtisoftware?gift-trees" rel="nofollow">offset.earth/ademtisoftware</a>
61
  </p>
62
  </div>
63
  </div>
13
  <h2>Go pro</h2>
14
  <hr>
15
  <p>
16
+ <a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade" target="_blank" rel="noopener noreferrer">Say What? Pro</a> makes it even easier for you to change strings:
 
17
  <ul class="ul-disc">
18
  <li>
19
  <a href="https://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradesd"
20
+ target="_blank" rel="noopener noreferrer">String Discovery</a> and autocomplete - find the strings you need without
21
  diving through code.
22
  </li>
23
  <li>
24
  <a href="https://plugins.leewillis.co.uk/doc_post/replace-words-across-whole-site/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradesd"
25
+ target="_blank" rel="noopener noreferrer">Wildcard string replacements</a> - replace individual words, or fragments
26
  across your whole site.
27
  </li>
28
  <li>
29
+ <a href="https://plugins.leewillis.co.uk/doc_post/multi-lingual-string-replacements/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrademl" target="_blank" rel="noopener noreferrer">Multi-lingual support</a> - set different replacements for different languages.</a></li>
 
30
  <li>Import &amp; export your strings between sites.</li>
31
  </ul>
32
  </p>
33
+ <p><strong>Upgrade to the Pro version today, and <em>save 15%</em> with the code <code>WPSAYWHAT</code> at checkout.</strong></p>
 
 
34
  <p>
35
  <center>
36
  <a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgradebtn"
37
+ class="button button-primary" target="_blank" rel="noopener noreferrer">Go Pro now &raquo;</a></center>
38
  </p>
39
  </div>
40
  </div>
41
  <div class="treeware">
42
+ <a href="https://offset.earth/ademtisoftware?gift-trees" target="_blank" rel="noopener noreferrer nofollow">
43
  <img src="<?php echo esc_attr( plugins_url( 'say-what/img/treeware.svg' ) ); ?>" alt="Treeware">
44
  </a>
45
  <hr>
52
  trees</a>.
53
  If you support this package and contribute to the Treeware forest you’ll be creating employment for
54
  local families and restoring wildlife habitats.</p>
55
+ <p>You can buy trees here <a target="_blank" rel="noopener noreferrer nofollow"
56
+ href="https://offset.earth/ademtisoftware?gift-trees">offset.earth/ademtisoftware</a>
57
  </p>
58
  </div>
59
  </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: leewillis77
3
  Donate link: http://plugins.leewillis.co.uk/downloads/say-what-pro?utm_source=wordpress&utm_medium=www&utm_campaign=say-what
4
  Tags: string, change, translation
5
  Requires at least: 4.3
6
- Tested up to: 5.3
7
- Stable tag: 1.9.3
8
 
9
  == Description ==
10
  An easy-to-use plugin that allows you to alter strings on your site without editing WordPress core, or plugin code. Simply enter the current string, and what you want to replace it with and the plugin will automatically do the rest!
@@ -63,6 +63,9 @@ Not in the free plugin, however this is available in the [Pro version of the plu
63
 
64
  == Changelog ==
65
 
 
 
 
66
  = 1.9.3 =
67
  * Fix link target in Treeware content
68
 
3
  Donate link: http://plugins.leewillis.co.uk/downloads/say-what-pro?utm_source=wordpress&utm_medium=www&utm_campaign=say-what
4
  Tags: string, change, translation
5
  Requires at least: 4.3
6
+ Tested up to: 5.4
7
+ Stable tag: 1.9.4
8
 
9
  == Description ==
10
  An easy-to-use plugin that allows you to alter strings on your site without editing WordPress core, or plugin code. Simply enter the current string, and what you want to replace it with and the plugin will automatically do the rest!
63
 
64
  == Changelog ==
65
 
66
+ = 1.9.4 =
67
+ * Ensure help links open in new windows
68
+
69
  = 1.9.3 =
70
  * Fix link target in Treeware content
71
 
say-what.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Say What?
5
  Plugin URI: https://github.com/leewillis77/say-what
6
  Description: An easy-to-use plugin that allows you to alter strings on your site without editing WordPress core, or plugin code
7
- Version: 1.9.3
8
  Author: Lee Willis
9
  Author URI: https://plugins.leewillis.co.uk/
10
  Text Domain: say-what
4
  Plugin Name: Say What?
5
  Plugin URI: https://github.com/leewillis77/say-what
6
  Description: An easy-to-use plugin that allows you to alter strings on your site without editing WordPress core, or plugin code
7
+ Version: 1.9.4
8
  Author: Lee Willis
9
  Author URI: https://plugins.leewillis.co.uk/
10
  Text Domain: say-what