Version Description
- WordPress 5.5 compatibility
- Changes to Treeware links
Download this release
Release Info
Developer | leewillis77 |
Plugin | Say what? |
Version | 1.9.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.4 to 1.9.5
- html/say-what-admin-list.php +4 -12
- readme.txt +7 -3
- say-what.php +1 -1
html/say-what-admin-list.php
CHANGED
@@ -39,21 +39,13 @@
|
|
39 |
</div>
|
40 |
</div>
|
41 |
<div class="treeware">
|
42 |
-
<a href="https://
|
43 |
<img src="<?php echo esc_attr( plugins_url( 'say-what/img/treeware.svg' ) ); ?>" alt="Treeware">
|
44 |
</a>
|
45 |
<hr>
|
46 |
-
<p>You're free to use this package for free, but if it makes it to your production environment please
|
47 |
-
|
48 |
-
|
49 |
-
<p>It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our
|
50 |
-
temperatures from rising above 1.5C is to <a
|
51 |
-
href="https://www.bbc.co.uk/news/science-environment-48870920" target="_blank" rel="noopener noreferrer nofollow">plant
|
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>
|
39 |
</div>
|
40 |
</div>
|
41 |
<div class="treeware">
|
42 |
+
<a href="https://ecologi.com/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>
|
46 |
+
<p>You're free to use this package for free, but if it makes it to your production environment please buy the world some trees.</p>
|
47 |
+
<p>It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to <a href="https://www.bbc.co.uk/news/science-environment-48870920" target="_blank" rel="noopener noreferrer nofollow">plant trees</a>. If you support this package and contribute to the our forest you’ll be creating employment for local families and restoring wildlife habitats.</p>
|
48 |
+
<p>You can buy trees here <a target="_blank" rel="noopener noreferrer nofollow" href="https://ecologi.com/ademtisoftware?gift-trees">ecologic.com/ademtisoftware</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
</p>
|
50 |
</div>
|
51 |
</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.
|
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!
|
@@ -20,7 +20,7 @@ Check out [Say What Pro](https://plugins.leewillis.co.uk/downloads/say-what-pro/
|
|
20 |
|
21 |
## Treeware
|
22 |
|
23 |
-
You're free to use this package for free, but if it makes it to your production environment please [buy the world
|
24 |
|
25 |
== Installation ==
|
26 |
|
@@ -63,6 +63,10 @@ Not in the free plugin, however this is available in the [Pro version of the plu
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
66 |
= 1.9.4 =
|
67 |
* Ensure help links open in new windows
|
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.5
|
7 |
+
Stable tag: 1.9.5
|
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!
|
20 |
|
21 |
## Treeware
|
22 |
|
23 |
+
You're free to use this package for free, but if it makes it to your production environment please [buy the world some trees](https://ecologi.com/ademtisoftware?gift-trees).
|
24 |
|
25 |
== Installation ==
|
26 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.9.5 =
|
67 |
+
* WordPress 5.5 compatibility
|
68 |
+
* Changes to Treeware links
|
69 |
+
|
70 |
= 1.9.4 =
|
71 |
* Ensure help links open in new windows
|
72 |
|
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.5
|
8 |
Author: Lee Willis
|
9 |
Author URI: https://plugins.leewillis.co.uk/
|
10 |
Text Domain: say-what
|