Version Description
- Documentation updates only
Download this release
Release Info
Developer | leewillis77 |
Plugin | Say what? |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- html/say-what-admin-list.php +3 -3
- readme.txt +13 -3
- say-what.php +1 -1
html/say-what-admin-list.php
CHANGED
@@ -10,12 +10,12 @@
|
|
10 |
<h2>Go pro</h2>
|
11 |
<p><a href="http://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="http://plugins.leewillis.co.uk/doc_post/string-discovery/?utm_source=wporg&utm_medium=plugin&utm_campaign=
|
|
|
14 |
<li>Import & export your strings between sites.</li>
|
15 |
-
<li>Multi-lingual support - set replacements for multiple languages [beta]</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="http://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&utm_medium=plugin&utm_campaign=
|
20 |
</div>
|
21 |
</div>
|
10 |
<h2>Go pro</h2>
|
11 |
<p><a href="http://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="http://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/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="http://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>
|
20 |
</div>
|
21 |
</div>
|
readme.txt
CHANGED
@@ -4,14 +4,18 @@ Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&
|
|
4 |
Tags: string, change, translation
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 1.8.
|
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!
|
11 |
|
12 |
The plugin's available for forking and contribution over on [GitHub](https://github.com/leewillis77/say-what)
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
|
16 |
== Installation ==
|
17 |
|
@@ -42,6 +46,9 @@ supported:
|
|
42 |
|
43 |
See the [GitHub homepage](https://github.com/leewillis77/say-what) for examples.
|
44 |
|
|
|
|
|
|
|
45 |
== Screenshots ==
|
46 |
|
47 |
1. Finding a string to replace
|
@@ -51,12 +58,15 @@ See the [GitHub homepage](https://github.com/leewillis77/say-what) for examples.
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
|
|
|
|
|
|
54 |
= 1.8.1 =
|
55 |
* Update plugin links, include settings and upgrade link
|
56 |
* Update documentation about pro features
|
57 |
* Admin styling fixes
|
58 |
|
59 |
-
=
|
60 |
* Fix issues where entities could be double encoded on admin screens.
|
61 |
|
62 |
= 1.7.1 =
|
4 |
Tags: string, change, translation
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.8.2
|
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!
|
11 |
|
12 |
The plugin's available for forking and contribution over on [GitHub](https://github.com/leewillis77/say-what)
|
13 |
|
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 |
|
20 |
== Installation ==
|
21 |
|
46 |
|
47 |
See the [GitHub homepage](https://github.com/leewillis77/say-what) for examples.
|
48 |
|
49 |
+
= Can I set different replacements for different languages? =
|
50 |
+
Not in the free plugin, however this is available in the [Pro version of the plugin](https://plugins.leewillis.co.uk/downloads/say-what-pro/)
|
51 |
+
|
52 |
== Screenshots ==
|
53 |
|
54 |
1. Finding a string to replace
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 1.8.2 =
|
62 |
+
* Documentation updates only
|
63 |
+
|
64 |
= 1.8.1 =
|
65 |
* Update plugin links, include settings and upgrade link
|
66 |
* Update documentation about pro features
|
67 |
* Admin styling fixes
|
68 |
|
69 |
+
= 1.8.0 =
|
70 |
* Fix issues where entities could be double encoded on admin screens.
|
71 |
|
72 |
= 1.7.1 =
|
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.8.
|
8 |
Author: Lee Willis
|
9 |
Author URI: http://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.8.2
|
8 |
Author: Lee Willis
|
9 |
Author URI: http://plugins.leewillis.co.uk/
|
10 |
Text Domain: say_what
|