Version Description
- Fix link target in Treeware content
Download this release
Release Info
Developer | leewillis77 |
Plugin | Say what? |
Version | 1.9.3 |
Comparing to | |
See all releases |
Code changes from version 1.9.2 to 1.9.3
- html/say-what-admin-list.php +1 -1
- readme.txt +4 -1
- say-what.php +1 -1
html/say-what-admin-list.php
CHANGED
@@ -52,7 +52,7 @@
|
|
52 |
the world a tree.</p>
|
53 |
<p>It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our
|
54 |
temperatures from rising above 1.5C is to <a
|
55 |
-
href="https://www.bbc.co.uk/news/science-environment-48870920" target="
|
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>
|
52 |
the world a tree.</p>
|
53 |
<p>It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our
|
54 |
temperatures from rising above 1.5C is to <a
|
55 |
+
href="https://www.bbc.co.uk/news/science-environment-48870920" target="_blank" rel="noopener noreferrer nofollow">plant
|
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>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://plugins.leewillis.co.uk/downloads/say-what-pro?utm_source=wo
|
|
4 |
Tags: string, change, translation
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 5.3
|
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!
|
@@ -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.2 =
|
67 |
* Suggest Treeware donations
|
68 |
|
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 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.9.3 =
|
67 |
+
* Fix link target in Treeware content
|
68 |
+
|
69 |
= 1.9.2 =
|
70 |
* Suggest Treeware donations
|
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.
|
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.3
|
8 |
Author: Lee Willis
|
9 |
Author URI: https://plugins.leewillis.co.uk/
|
10 |
Text Domain: say-what
|