Skip to content

Commit

Permalink
feat: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed May 12, 2024
1 parent 4928130 commit 6a04752
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: mihdan
Donate link: https://www.kobzarev.com/donate/
Tags: indexnow, yandex, bing, google, seo
Requires at least: 6.0
Tested up to: 6.4
Stable tag: 0.1.0
Tested up to: 6.5
Stable tag: 0.1.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -150,7 +150,10 @@ See the documentation available from each search engine for more details about R

== Changelog ==

= 0.1.0 (21.02.2022) =
= 0.1.1 (12.05.2024) =
* Added WordPress 6.5+ support

= 0.1.0 (21.02.2024) =
* Init plugin

== Installation ==
Expand Down
4 changes: 2 additions & 2 deletions recrawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: ReCrawler
* Description: ReCrawler is a small WordPress Plugin for quickly notifying search engines whenever their website content is created, updated, or deleted.
* Version: 0.1.0
* Version: 0.1.1
* Author: Mikhail Kobzarev
* Author URI: https://www.kobzarev.com/
* Plugin URI: https://wordpress.org/plugins/recrawler/
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'RECRAWLER_VERSION', '0.1.0' );
define( 'RECRAWLER_VERSION', '0.1.1' );
define( 'RECRAWLER_SLUG', 'recrawler' );
define( 'RECRAWLER_PREFIX', 'recrawler' );
define( 'RECRAWLER_NAME', 'ReCrawler' );
Expand Down

0 comments on commit 6a04752

Please sign in to comment.