Skip to content

Commit 752ff4b

Browse files
committed
Prep 1.2.0 release.
1 parent 5b9cb6a commit 752ff4b

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

inc/namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace PWCC\SimpleSearchSubmission;
99

10-
const PLUGIN_VERSION = '1.1.0';
10+
const PLUGIN_VERSION = '1.2.0';
1111

1212
/**
1313
* Bootstrap the plugin.

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,15 @@ As mentioned above, notifications are not sent for non-production sites.
9191

9292
## Changelog
9393

94+
### 1.2.0
95+
96+
* Only submit de-indexed and redirect URLs to IndexNow once.
97+
* Use `wp_safe_remote_post()` for sending requests to IndexNow.
98+
9499
### 1.1.0
95100

96101
Initial WordPress.org release
97102

98103
### 1.0.0
99104

100-
* Initial release
105+
Initial release

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: peterwilsoncc
33
Tags: seo, indexnow, crawling
44
Tested up to: 6.8
5-
Stable tag: 1.1.0
5+
Stable tag: 1.2.0
66
License: GPL-2.0-or-later
77
License URI: https://github.com/peterwilsoncc/simple-search-submission/blob/main/LICENSE
88

@@ -82,10 +82,15 @@ As mentioned above, notifications are not sent for non-production sites.
8282

8383
== Changelog ==
8484

85+
= 1.2.0 =
86+
87+
* Only submit de-indexed and redirect URLs to IndexNow once.
88+
* Use `wp_safe_remote_post()` for sending requests to IndexNow.
89+
8590
= 1.1.0 =
8691

87-
* Initial WordPress.org release.
92+
Initial WordPress.org release.
8893

8994
= 1.0.0 =
9095

91-
* Initial release
96+
Initial release

simple-search-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @wordpress-plugin
1111
* Plugin Name: Simple Search Submission for IndexNow
1212
* Description: A simplified plugin for submitting crawl requests to search engines supporting IndexNow.
13-
* Version: 1.1.0
13+
* Version: 1.2.0
1414
* Requires at least: 6.3
1515
* Requires PHP: 7.4
1616
* Author: Peter Wilson

0 commit comments

Comments
 (0)