Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace PWCC\SimpleSearchSubmission;

const PLUGIN_VERSION = '1.1.0';
const PLUGIN_VERSION = '1.2.0';

/**
* Bootstrap the plugin.
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,15 @@ As mentioned above, notifications are not sent for non-production sites.

## Changelog

### 1.2.0

* Only submit de-indexed and redirect URLs to IndexNow once.
* Use `wp_safe_remote_post()` for sending requests to IndexNow.

### 1.1.0

Initial WordPress.org release

### 1.0.0

* Initial release
Initial release
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: peterwilsoncc
Tags: seo, indexnow, crawling
Tested up to: 6.8
Stable tag: 1.1.0
Stable tag: 1.2.0
License: GPL-2.0-or-later
License URI: https://github.com/peterwilsoncc/simple-search-submission/blob/main/LICENSE

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

== Changelog ==

= 1.2.0 =

* Only submit de-indexed and redirect URLs to IndexNow once.
* Use `wp_safe_remote_post()` for sending requests to IndexNow.

= 1.1.0 =

* Initial WordPress.org release.
Initial WordPress.org release.

= 1.0.0 =

* Initial release
Initial release
2 changes: 1 addition & 1 deletion simple-search-submission.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @wordpress-plugin
* Plugin Name: Simple Search Submission for IndexNow
* Description: A simplified plugin for submitting crawl requests to search engines supporting IndexNow.
* Version: 1.1.0
* Version: 1.2.0
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: Peter Wilson
Expand Down