Version Description
- Update information about Pro features
Download this release
Release Info
Developer | leewillis77 |
Plugin | Say what? |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- html/say-what-admin-addedit.php +3 -3
- html/say-what-admin-list.php +4 -3
- readme.txt +7 -3
- say-what-admin.php +1 -1
- say-what.php +2 -2
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='
|
7 |
<form action="tools.php?page=say_what_admin&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="
|
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="
|
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/'>getting started guide</a>." ); ?></p>
|
7 |
<form action="tools.php?page=say_what_admin&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/"><i class="dashicons dashicons-info"> </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"> </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
@@ -8,14 +8,15 @@
|
|
8 |
?>
|
9 |
<div class="saywhat-gopro">
|
10 |
<h2>Go pro</h2>
|
11 |
-
<p><a href="
|
12 |
<ul class="ul-disc">
|
13 |
-
<li><a href="
|
|
|
14 |
<li><a href="https://plugins.leewillis.co.uk/doc_post/multi-lingual-string-replacements/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgrademl">Multi-lingual support</a> - set different replacements for different languages.</a></li>
|
15 |
<li>Import & export your strings between sites.</li>
|
16 |
</ul>
|
17 |
</p>
|
18 |
<p><strong>Upgrade to the Pro version today, and <em>save 15%</em> with the code <code>WPSAYWHAT</code> at checkout.</strong></p>
|
19 |
-
<p><center><a href="
|
20 |
</div>
|
21 |
</div>
|
8 |
?>
|
9 |
<div class="saywhat-gopro">
|
10 |
<h2>Go pro</h2>
|
11 |
+
<p><a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgrade">Say What? Pro</a> makes it even easier for you to change strings:
|
12 |
<ul class="ul-disc">
|
13 |
+
<li><a href="https://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgradesd" target="_blank">String Discovery</a> and autocomplete - find the strings you need without diving through code.</li>
|
14 |
+
<li><a href="https://plugins.leewillis.co.uk/doc_post/replace-words-across-whole-site/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgradesd" target="_blank">Wildcard string replacements</a> - replace individual words, or fragments across your whole site.</li>
|
15 |
<li><a href="https://plugins.leewillis.co.uk/doc_post/multi-lingual-string-replacements/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgrademl">Multi-lingual support</a> - set different replacements for different languages.</a></li>
|
16 |
<li>Import & export your strings between sites.</li>
|
17 |
</ul>
|
18 |
</p>
|
19 |
<p><strong>Upgrade to the Pro version today, and <em>save 15%</em> with the code <code>WPSAYWHAT</code> at checkout.</strong></p>
|
20 |
+
<p><center><a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgradebtn" class="button button-primary">Go Pro now »</a></center></p>
|
21 |
</div>
|
22 |
</div>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Say what? ===
|
2 |
Contributors: leewillis77
|
3 |
-
Donate link: http://
|
4 |
Tags: string, change, translation
|
5 |
Requires at least: 4.3
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.9.
|
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!
|
@@ -14,6 +14,7 @@ The plugin's available for forking and contribution over on [GitHub](https://git
|
|
14 |
Check out [Say What Pro](https://plugins.leewillis.co.uk/downloads/say-what-pro/) for:
|
15 |
|
16 |
* **String discovery** - Don't have the time/expertise to find strings in the code, set up replacements easily with easy-to-use autocomplete features
|
|
|
17 |
* **Multi-lingual support** - set different replacements for different languages on multi-lingual sites
|
18 |
* **Import/export features** - Easy import/export of replacements through the user interface
|
19 |
|
@@ -58,6 +59,9 @@ Not in the free plugin, however this is available in the [Pro version of the plu
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
61 |
= 1.9.0 =
|
62 |
* Fix issue adding more strings after downgrade from Pro
|
63 |
* Update text domain of plugin to match wordpress.org guidelines to aid translations
|
1 |
=== Say what? ===
|
2 |
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: 4.9
|
7 |
+
Stable tag: 1.9.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!
|
14 |
Check out [Say What Pro](https://plugins.leewillis.co.uk/downloads/say-what-pro/) for:
|
15 |
|
16 |
* **String discovery** - Don't have the time/expertise to find strings in the code, set up replacements easily with easy-to-use autocomplete features
|
17 |
+
* **Wildcard string replacements** - replace individual words, or fragments across your whole site
|
18 |
* **Multi-lingual support** - set different replacements for different languages on multi-lingual sites
|
19 |
* **Import/export features** - Easy import/export of replacements through the user interface
|
20 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.9.1 =
|
63 |
+
* Update information about Pro features
|
64 |
+
|
65 |
= 1.9.0 =
|
66 |
* Fix issue adding more strings after downgrade from Pro
|
67 |
* Update text domain of plugin to match wordpress.org guidelines to aid translations
|
say-what-admin.php
CHANGED
@@ -44,7 +44,7 @@ class SayWhatAdmin {
|
|
44 |
$links,
|
45 |
'<a href="' . admin_url( 'tools.php?page=say_what_admin' ) . '">' . __( 'Settings', 'say-what' ) . '</a>'
|
46 |
);
|
47 |
-
$links[] = '<a href="
|
48 |
return $links;
|
49 |
}
|
50 |
/**
|
44 |
$links,
|
45 |
'<a href="' . admin_url( 'tools.php?page=say_what_admin' ) . '">' . __( 'Settings', 'say-what' ) . '</a>'
|
46 |
);
|
47 |
+
$links[] = '<a href="https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgrade"><strong>Upgrade to Pro</strong></a>';
|
48 |
return $links;
|
49 |
}
|
50 |
/**
|
say-what.php
CHANGED
@@ -4,9 +4,9 @@
|
|
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.
|
8 |
Author: Lee Willis
|
9 |
-
Author URI:
|
10 |
Text Domain: say-what
|
11 |
*/
|
12 |
|
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.1
|
8 |
Author: Lee Willis
|
9 |
+
Author URI: https://plugins.leewillis.co.uk/
|
10 |
Text Domain: say-what
|
11 |
*/
|
12 |
|