Version Description
- Bug: Oh boy. Ever have one of those Thursdays? I restored the settings description in the last release but then managed to break some of the content of that sentence. It's now... fixed. I hope
Download this release
Release Info
Developer | dartiss |
Plugin | No Self Pings |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- no-self-pings.php +4 -2
- readme.txt +11 -10
no-self-pings.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: No Self Pings
|
4 |
Plugin URI: https://wordpress.org/plugins/no-self-ping/
|
5 |
Description: 🏓 Keeps WordPress from sending pings to your own site.
|
6 |
-
Version: 1.1.
|
7 |
Author: David Artiss
|
8 |
Author URI: https://artiss.blog
|
9 |
Text Domain: no-self-ping
|
@@ -131,7 +131,9 @@ add_action( 'admin_init', 'no_self_pings_settings_init' );
|
|
131 |
function no_self_pings_section_callback() {
|
132 |
|
133 |
/* translators: %s: URL of website */
|
134 |
-
|
|
|
|
|
135 |
|
136 |
}
|
137 |
|
3 |
Plugin Name: No Self Pings
|
4 |
Plugin URI: https://wordpress.org/plugins/no-self-ping/
|
5 |
Description: 🏓 Keeps WordPress from sending pings to your own site.
|
6 |
+
Version: 1.1.5
|
7 |
Author: David Artiss
|
8 |
Author URI: https://artiss.blog
|
9 |
Text Domain: no-self-ping
|
131 |
function no_self_pings_section_callback() {
|
132 |
|
133 |
/* translators: %s: URL of website */
|
134 |
+
$text = __( 'By default, No Self Pings will exclude pings for this site (%s) but you can supply additional URLs below. Separate multiple URLs with line breaks.', 'no-self-ping' );
|
135 |
+
|
136 |
+
echo esc_attr( sprintf( $text, esc_url( home_url() ) ) );
|
137 |
|
138 |
}
|
139 |
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: mdawaffe, dartiss
|
|
3 |
Donate link: https://artiss.blog/donate
|
4 |
Tags: pingback, ping, trackback
|
5 |
Requires at least: 4.6
|
6 |
-
Tested up to:
|
7 |
-
Requires PHP:
|
8 |
-
Stable tag: 1.1.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -21,11 +21,9 @@ This plugin disables intra-blog pinging.
|
|
21 |
|
22 |
Once activated, there's nothing for you to do. However, head to Settings -> Discussion and you'll find a field in which you can, if you wish, specify more domains that won't be pinged. Why? Well, maybe you often refer to other sites that you maintain or, particularly, you run a multi-site and don't want each blog pinging the other - specify a list here and you're sorted.
|
23 |
|
24 |
-
|
25 |
|
26 |
-
Please visit the [Github page](https://github.com/dartiss/no-self-ping "Github") for the latest code development, planned enhancements and known issues
|
27 |
-
|
28 |
-
This plugin was original developed by the awesome [Michael D. Adams](https://profiles.wordpress.org/mdawaffe/).
|
29 |
|
30 |
== Installation ==
|
31 |
|
@@ -42,7 +40,10 @@ It's now ready to go.
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
-
|
|
|
|
|
|
|
46 |
|
47 |
= 1.1.4 =
|
48 |
* Bug: Fixed some missing output on the settings screen. Oopsie
|
@@ -74,5 +75,5 @@ It's now ready to go.
|
|
74 |
|
75 |
== Upgrade Notice ==
|
76 |
|
77 |
-
= 1.1.
|
78 |
-
* Fixed
|
3 |
Donate link: https://artiss.blog/donate
|
4 |
Tags: pingback, ping, trackback
|
5 |
Requires at least: 4.6
|
6 |
+
Tested up to: 6.1
|
7 |
+
Requires PHP: 7.4
|
8 |
+
Stable tag: 1.1.5
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
21 |
|
22 |
Once activated, there's nothing for you to do. However, head to Settings -> Discussion and you'll find a field in which you can, if you wish, specify more domains that won't be pinged. Why? Well, maybe you often refer to other sites that you maintain or, particularly, you run a multi-site and don't want each blog pinging the other - specify a list here and you're sorted.
|
23 |
|
24 |
+
This plugin was originally developed by the awesome [Michael D. Adams](https://profiles.wordpress.org/mdawaffe/) and the iconography is courtesy of the very talented [Janki Rathod](https://www.fiverr.com/jankirathore) ♥️
|
25 |
|
26 |
+
👉 Please visit the [Github page](https://github.com/dartiss/no-self-ping "Github") for the latest code development, planned enhancements and known issues 👈
|
|
|
|
|
27 |
|
28 |
== Installation ==
|
29 |
|
40 |
|
41 |
== Changelog ==
|
42 |
|
43 |
+
This plugin uses semantic versioning, with the first release being 0.1.
|
44 |
+
|
45 |
+
= 1.1.5 =
|
46 |
+
* Bug: Oh boy. Ever have one of those Thursdays? I restored the settings description in the last release but then managed to break some of the content of that sentence. It's now... fixed. I hope
|
47 |
|
48 |
= 1.1.4 =
|
49 |
* Bug: Fixed some missing output on the settings screen. Oopsie
|
75 |
|
76 |
== Upgrade Notice ==
|
77 |
|
78 |
+
= 1.1.5 =
|
79 |
+
* Fixed a bug in the bug fix
|