Say what? - Version 1.7.1

Version Description

  • Update to admin marketing message. No functional changes.
Download this release

Release Info

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

Code changes from version 1.7 to 1.7.1

Files changed (3) hide show
  1. html/say-what-admin-list.php +1 -1
  2. readme.txt +9 -3
  3. say-what.php +1 -1
html/say-what-admin-list.php CHANGED
@@ -9,7 +9,7 @@
9
  <div class="saywhat-gopro">
10
  <h2>Go pro</h2>
11
  <p><a href="http://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade">Say What? Pro</a> makes it even easier for you to change strings by offering <em><a href="http://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade" target="_blank">String Discovery</a></em> and autocomplete, making it even easier to find the strings you need to change without diving through code.</p>
12
- <p><strong>Upgrade to the Pro version today, and <em>save 20%</em> with the code <code>SAYWHATWP</code> at checkout.</strong></p>
13
  <p><a href="http://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade" class="button button-primary">Go Pro now &raquo;</a></p>
14
  </div>
15
  </div>
9
  <div class="saywhat-gopro">
10
  <h2>Go pro</h2>
11
  <p><a href="http://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade">Say What? Pro</a> makes it even easier for you to change strings by offering <em><a href="http://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade" target="_blank">String Discovery</a></em> and autocomplete, making it even easier to find the strings you need to change without diving through code.</p>
12
+ <p><strong>Upgrade to the Pro version today, and <em>save 15%</em> with the code <code>WPSAYWHAT</code> at checkout.</strong></p>
13
  <p><a href="http://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&amp;utm_medium=plugin&amp;utm_campaign=saywhatproupgrade" class="button button-primary">Go Pro now &raquo;</a></p>
14
  </div>
15
  </div>
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: leewillis77
3
  Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=say-what
4
  Tags: string, change, translation
5
- Requires at least: 3.5
6
- Tested up to: 4.5
7
- Stable tag: 1.7
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!
@@ -29,9 +29,12 @@ You can either have a guess, or checkout the plugin in question's source code, t
29
 
30
  `$foo = __('This is a translatable string', 'plugin-domain');`
31
 
 
 
32
  = Is there any support for importing replacements? =
33
  "Say What?" has preliminary support for exporting, and importing replacements via [http://wp-cli.org/](WP-CLI). The following commands are currently
34
  supported:
 
35
  * export - Export all current string replacements.
36
  * import - Import string replacements from a CSV file.
37
  * list - Export all current string replacements. Synonym for 'export'.
@@ -48,6 +51,9 @@ See the [GitHub homepage](https://github.com/leewillis77/say-what) for examples.
48
 
49
  == Changelog ==
50
 
 
 
 
51
  = 1.7 =
52
  * Support for _n() and _nx()
53
  * Support for multi-line strings
2
  Contributors: leewillis77
3
  Donate link: http://www.leewillis.co.uk/wordpress-plugins/?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: 4.6
7
+ Stable tag: 1.7.1
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!
29
 
30
  `$foo = __('This is a translatable string', 'plugin-domain');`
31
 
32
+ The article [here](https://plugins.leewillis.co.uk/doc_post/replacing-wordpress-strings-context/) shows some examples of what you're looking for. Alternatively, the [Pro version of the plugin](https://plugins.leewillis.co.uk/downloads/say-what-pro/) provides a String Discovery mode which means you can search for strings on your site via autocomplete suggestions.
33
+
34
  = Is there any support for importing replacements? =
35
  "Say What?" has preliminary support for exporting, and importing replacements via [http://wp-cli.org/](WP-CLI). The following commands are currently
36
  supported:
37
+
38
  * export - Export all current string replacements.
39
  * import - Import string replacements from a CSV file.
40
  * list - Export all current string replacements. Synonym for 'export'.
51
 
52
  == Changelog ==
53
 
54
+ = 1.7.1 =
55
+ * Update to admin marketing message. No functional changes.
56
+
57
  = 1.7 =
58
  * Support for _n() and _nx()
59
  * Support for multi-line strings
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.7
8
  Author: Lee Willis
9
  Author URI: http://www.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.7.1
8
  Author: Lee Willis
9
  Author URI: http://www.leewillis.co.uk/
10
  Text Domain: say_what